Searched refs:dother (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/intel/modules/i40e/ |
H A D | i40e.c | 224 char dother[17]; in i40e_tx_ring_dcmd() local 249 dother[0] = '\0'; in i40e_tx_ring_dcmd() 251 (void) strcat(dother, "WBHEAD"); in i40e_tx_ring_dcmd() 254 (void) strcat(dother, in i40e_tx_ring_dcmd() 255 strlen(dother) > 0 ? " HEAD" : "HEAD"); in i40e_tx_ring_dcmd() 258 (void) strcat(dother, in i40e_tx_ring_dcmd() 259 strlen(dother) > 0 ? " TAIL" : "TAIL"); in i40e_tx_ring_dcmd() 262 tcbptr, dother); in i40e_tx_ring_dcmd()
|
/illumos-gate/usr/src/uts/common/fs/ufs/ |
H A D | ufs_acl.c | 127 !sp->dother && in ufs_si_store() 1069 if (err = formacl(&sp->dother, aclentp)) in vsecattr2aclentry() 1179 acl_count(sp->dother) + in aclentry2vsecattr() 1199 formvsec(DEF_OTHER_OBJ, sp->dother, &aclentp); in aclentry2vsecattr() 1264 acl_free(sp->dother); in ufs_si_free_mem() 1332 ((sp->dother != NULL) ? 4 : 0); in ufs_si_inherit() 1352 acl_cpy(sp->dother, (ufs_ic_acl_t *)&tsp->aother); in ufs_si_inherit() 1378 acl_cpy(sp->dother, (ufs_ic_acl_t *)&tsp->dother); in ufs_si_inherit() 1438 acl_cpy(sp->dother, (ufs_ic_acl_t *)&dsp->dother); in ufs_acl_cp() 1556 acl_count(sp->dother) + /* def owner other */ in ufs_sectobuf() [all …]
|
/illumos-gate/usr/src/uts/common/sys/fs/ |
H A D | ufs_acl.h | 113 #define dother s_d.other macro
|
/illumos-gate/usr/src/cmd/mdb/common/modules/ufs/ |
H A D | ufs.c | 330 { offsetof(si_t, dother), "DEF_OTHER_OBJ" },
|