Searched refs:imask (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/lib/libsec/common/ |
H A D | acltext.c | 1273 ace_inherit_helper(char *str, uint32_t *imask, int table_length) in ace_inherit_helper() argument 1284 1, imask) && compute_values(inherit_table, in ace_inherit_helper() 1285 table_length, str, 0, imask)) { in ace_inherit_helper() 1289 rc = compute_values(inherit_table, table_length, str, 0, imask); in ace_inherit_helper() 1299 compute_ace_inherit(char *str, uint32_t *imask) in compute_ace_inherit() argument 1303 rc = ace_inherit_helper(str, imask, IFLAG_COUNT); in compute_ace_inherit() 1308 rc = ace_inherit_helper(str, imask, IFLAG_COUNT_V1); in compute_ace_inherit()
|
H A D | aclutils.h | 129 extern int compute_ace_inherit(char *str, uint32_t *imask);
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | pk0.c | 128 char m, cntl, *p, imask, **bp; in pkaccept() local 139 while ((imask=pk->p_imap) == 0 && pk->p_rcount==0) { in pkaccept() 158 if ((imask & mask[x]) == 0) in pkaccept()
|
/illumos-gate/usr/src/boot/common/ |
H A D | isapnp.h | 271 u_int *imask ; member
|
/illumos-gate/usr/src/common/mc/zen_umc/ |
H A D | zen_umc_decode.c | 1731 uint64_t imask = ~cs->ucs_base_mask; in zen_umc_decoder_cs_matches() local 1732 if ((norm & imask) == (cs->ucs_base.udb_base & imask)) { in zen_umc_decoder_cs_matches() 1739 uint64_t imask = ~cs->ucs_sec_mask; in zen_umc_decoder_cs_matches() local 1740 if ((norm & imask) == (cs->ucs_sec.udb_base & imask)) { in zen_umc_decoder_cs_matches()
|
/illumos-gate/usr/src/uts/common/io/dmfe/ |
H A D | dmfe_impl.h | 283 uint32_t imask; /* interrupt mask shadow */ member
|
H A D | dmfe_main.c | 536 dmfep->imask = RX_PKTDONE_INT | TX_PKTDONE_INT | in dmfe_enable_interrupts() 540 NORMAL_SUMMARY_INT | ABNORMAL_SUMMARY_INT | dmfep->imask); in dmfe_enable_interrupts() 1790 interrupts = istat & dmfep->imask; in dmfe_interrupt()
|