Searched refs:who_buf (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/zfs/ |
H A D | zfs_main.c | 4840 char who_buf[MAXNAMELEN + 32]; in store_allow_perm() local 4922 (void) snprintf(who_buf, in store_allow_perm() 4923 sizeof (who_buf), "%c%c$%s", in store_allow_perm() 4926 (void) snprintf(who_buf, in store_allow_perm() 4927 sizeof (who_buf), "%c%c$", in store_allow_perm() 4930 (void) nvlist_add_nvlist(top_nvl, who_buf, in store_allow_perm() 4937 (void) snprintf(who_buf, in store_allow_perm() 4938 sizeof (who_buf), "%c%c$%s", in store_allow_perm() 4941 (void) snprintf(who_buf, in store_allow_perm() 4942 sizeof (who_buf), "%c%c$", in store_allow_perm() [all …]
|