Searched refs:cmask (Results 1 - 12 of 12) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/auditset/
H A Dsvc-auditset.c46 update_kcontext(int cmd, char *cmask) argument
50 (void) getauditflagsbin(cmask, &bmask);
59 cmd == A_SETAMASK ? "Attributable" : "Non-Attributable", cmask);
/opensolaris-onvv-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehci_util.h75 uchar_t *cmask);
80 uchar_t cmask);
/opensolaris-onvv-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_util.c159 uchar_t *cmask);
165 uchar_t *cmask);
174 uchar_t cmask);
180 uchar_t cmask);
221 uchar_t *cmask,
229 uchar_t *cmask,
2129 uchar_t *cmask)
2141 ph, pnode, smask, cmask)) != USB_SUCCESS) {
2158 ehcip, ph, *pnode, *smask, *cmask);
2178 uchar_t *cmask)
2124 ehci_allocate_bandwidth( ehci_state_t *ehcip, usba_pipe_handle_data_t *ph, uint_t *pnode, uchar_t *smask, uchar_t *cmask) argument
2173 ehci_allocate_high_speed_bandwidth( ehci_state_t *ehcip, usba_pipe_handle_data_t *ph, uint_t *pnode, uchar_t *smask, uchar_t *cmask) argument
2415 ehci_deallocate_bandwidth( ehci_state_t *ehcip, usba_pipe_handle_data_t *ph, uint_t pnode, uchar_t smask, uchar_t cmask) argument
2445 ehci_deallocate_high_speed_bandwidth( ehci_state_t *ehcip, usba_pipe_handle_data_t *ph, uint_t pnode, uchar_t smask, uchar_t cmask) argument
3183 ehci_find_bestfit_ls_intr_mask( ehci_state_t *ehcip, uchar_t *smask, uchar_t *cmask, uint_t *pnode, uint_t sbandwidth, uint_t cbandwidth, int interval) argument
3291 ehci_find_bestfit_sitd_in_mask( ehci_state_t *ehcip, uchar_t *smask, uchar_t *cmask, uint_t *pnode, uint_t sbandwidth, uint_t cbandwidth, int interval) argument
[all...]
H A Dehci.c818 uchar_t cmask = 0; local
878 ph, &pnode, &smask, &cmask);
911 ph, pnode, smask, cmask);
927 pp->pp_cmask = cmask;
970 ph, pnode, smask, cmask);
/opensolaris-onvv-gate/usr/src/lib/libcpc/i386/
H A Devent_pentium.c84 "[,cmask[0|1]=<maskspec>] "
254 "inv", /* invert cmask comparison */
537 uint8_t cmask, umask, evsel; member in struct:xpes
545 xpes->cmask = (uint8_t)(pes >> CPC_P6_PES_CMASK_SHIFT);
612 masktostr(buffer, xpes[0].cmask, tokens[D_cmask0]);
613 masktostr(buffer, xpes[1].cmask, tokens[D_cmask1]);
734 if (xpes[i].cmask)
764 if (xpes[i].cmask) {
765 attr[j].ca_name = "cmask";
766 attr[j].ca_val = xpes[i].cmask;
[all...]
/opensolaris-onvv-gate/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap.c376 uint_t cmask; member in struct:__anon2641
399 * cmask omask omask omask omask omask
445 dbg("%23s%5x%5x", ap_cmd_name(acp->cmd), acp->cmask,
711 DBG("cmd=%s(%d) tmask=0x%x cmask=0x%x omask=0x%x\n",
712 ap_cmd_name(c), c, target, acp->cmask, acp->omask[tgt]);
714 if ((acp->cmask & target) == 0)
/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dneti_stack.c537 * the passing in of cmask.
769 uint32_t cmask)
775 while (nini->nini_flags & (NSS_ALL_INPROGRESS|cmask)) {
768 wait_for_nini_inprogress(neti_stack_t *nts, net_instance_int_t *nini, uint32_t cmask) argument
/opensolaris-onvv-gate/usr/src/cmd/init/
H A Dinit.c177 static int cmask; variable
613 cmask = umask(022);
614 (void) umask(cmask);
2014 cmask = (int)t;
2015 (void) umask(cmask);
2966 (void) umask(cmask);
/opensolaris-onvv-gate/usr/src/lib/libdisasm/sparc/
H A Ddis_sparc_fmt.c393 uint32_t cmask:3; member in struct:formatmbr
399 uint32_t cmask:3; member in struct:formatmbr
1307 ((f->fmb.cmask != 0) || (f->fmb.mmask != 0)));
1312 if ((f->fmb.cmask & (1L << i)) != 0) {
/opensolaris-onvv-gate/usr/src/uts/common/inet/ipf/
H A Dip_state.c2098 static ipstate_t *fr_matchsrcdst(fin, is, src, dst, tcp, cmask)
2103 u_32_t cmask;
2250 flx = fin->fin_flx & cmask;
2256 if ((cflx && (flx != (cflx & cmask))) ||
2261 int, (cflx && (flx != (cflx & cmask))),
/opensolaris-onvv-gate/usr/src/lib/libdtrace/common/
H A Ddt_cg.c328 uint64_t cmask, fmask, shift; local
369 * input register to width cte_bits, and cmask as the mask used to
379 cmask = ~(fmask << shift);
385 dt_cg_setx(dlp, r2, cmask);
/opensolaris-onvv-gate/usr/src/cmd/sendmail/aux/
H A Dvacation.c1034 extern mode_t umask(mode_t cmask);

Completed in 470 milliseconds