mount point lists

is there any command to know the list of mount points in a server.i need only the mount point lists.i tried using df but it was not helpful.i am using Solaris

Something like:

mount -v

or:

mount -p

Read the man page of mount.

Regards