Home
last modified time | relevance | path

Searched refs:imask (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/lib/libbc/libc/gen/common/
H A Ddouble_decim.c341 unsigned fmask, imask; in _unpacked_to_decimal() local
370 imask = (ix.exponent + 1) / 32; /* Words 0..imask-1 are in _unpacked_to_decimal()
373 for (i = 0; i < imask; i++) in _unpacked_to_decimal()
380 imask = (ix.exponent + 1) / 32; /* Words 0..imask-1 are in _unpacked_to_decimal()
385 for (i = 0; i < imask; i++) in _unpacked_to_decimal()
388 fx.significand[imask] &= fmask; in _unpacked_to_decimal()
389 ix.significand[imask] &= ~fmask; in _unpacked_to_decimal()
390 for (i = (imask + 1); i < UNPACKED_SIZE; i++) in _unpacked_to_decimal()
/titanic_50/usr/src/lib/libsec/common/
H A Dacltext.c1225 ace_inherit_helper(char *str, uint32_t *imask, int table_length) in ace_inherit_helper() argument
1236 1, imask) && compute_values(inherit_table, in ace_inherit_helper()
1237 table_length, str, 0, imask)) { in ace_inherit_helper()
1241 rc = compute_values(inherit_table, table_length, str, 0, imask); in ace_inherit_helper()
1251 compute_ace_inherit(char *str, uint32_t *imask) in compute_ace_inherit() argument
1255 rc = ace_inherit_helper(str, imask, IFLAG_COUNT); in compute_ace_inherit()
1260 rc = ace_inherit_helper(str, imask, IFLAG_COUNT_V1); in compute_ace_inherit()
H A Daclutils.h126 extern int compute_ace_inherit(char *str, uint32_t *imask);
/titanic_50/usr/src/uts/sun4u/montecarlo/io/
H A Dacebus.c929 int length, rnums, imask[3], i, found = 0; in acebus_update_props() local
1032 imask[0] = 0x1f; in acebus_update_props()
1033 imask[1] = 0x00ffffff; in acebus_update_props()
1034 imask[2] = 0x00000003; in acebus_update_props()
1035 length = sizeof (imask) / sizeof (int); in acebus_update_props()
1037 "interrupt-map-mask", (int *)imask, length) != DDI_PROP_SUCCESS) { in acebus_update_props()
/titanic_50/usr/src/cmd/bnu/
H A Dpk0.c131 char m, cntl, *p, imask, **bp; in pkaccept() local
142 while ((imask=pk->p_imap) == 0 && pk->p_rcount==0) { in pkaccept()
161 if ((imask & mask[x]) == 0) in pkaccept()
/titanic_50/usr/src/uts/common/io/dmfe/
H A Ddmfe_impl.h283 uint32_t imask; /* interrupt mask shadow */ member
H A Ddmfe_main.c536 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()