Searched refs:auto_create (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/latencytop/common/
H A Dtable.c682 * to the global tables when they are found first. If auto_create is set
687 lt_table_cause_from_name(char *name, int auto_create, int flags) argument
699 if (cause == NULL && auto_create) {
/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_vnops.c64 static int auto_create(vnode_t *, char *, vattr_t *, vcexcl_t,
98 VOPNAME_CREATE, { .vop_create = auto_create },
663 auto_create( function
678 AUTOFS_DPRINT((4, "auto_create dvp %p nm %s\n", (void *)dvp, nm));
697 AUTOFS_DPRINT((5, "auto_create: error=%d\n", error));

Completed in 55 milliseconds