Searched defs:who_name (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c4135 const char *who_name; /* id */ member in struct:who_perm
4240 res = strncmp(l->who_perm.who_name, r->who_perm.who_name,
4346 who_perm->who_name = name;
5133 const char *who_name = who_node->who_perm.who_name; local
5143 if (who_name == NULL || strnlen(who_name, 1) == 0)
5146 (void) printf("\t%s ", who_name);
5175 const char *who_name local
[all...]

Completed in 77 milliseconds