Searched refs:who_buf (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/zfs/ |
H A D | zfs_main.c | 4873 char who_buf[MAXNAMELEN + 32]; in store_allow_perm() local 4959 (void) snprintf(who_buf, in store_allow_perm() 4960 sizeof (who_buf), "%c%c$%s", in store_allow_perm() 4963 (void) snprintf(who_buf, in store_allow_perm() 4964 sizeof (who_buf), "%c%c$", in store_allow_perm() 4967 (void) nvlist_add_nvlist(top_nvl, who_buf, in store_allow_perm() 4974 (void) snprintf(who_buf, in store_allow_perm() 4975 sizeof (who_buf), "%c%c$%s", in store_allow_perm() 4978 (void) snprintf(who_buf, in store_allow_perm() 4979 sizeof (who_buf), "%c%c$", in store_allow_perm() [all …]
|