HP-UX Reference (11i v2 07/12) - 3 Library Functions A-M (vol 6)

m
mount(3N) mount(3N)
char *ml_path;
struct mountlist *ml_nxt;
};
struct fhstatus {
int fhs_status;
fhandle_t fhs_fh;
};
/*
* List of exported directories
* An export entry with ex_groups
* NULL indicates an entry which is exported to the world.
*/
struct exports {
dev_t ex_dev; /* dev of directory */
char *ex_name; /* name of directory */
struct groups *ex_groups; /* groups allowed to */
/* mount this entry */
struct exports *ex_next;
};
struct groups {
char *g_name;
struct groups *g_next;
};
AUTHOR
mount(3N) was developed by Sun Microsystems, Inc.
SEE ALSO
mount(1M), mountd(1M), showmount(1M).
742 Hewlett-Packard Company 2 HP-UX 11i Version 2: December 2007 Update