Searched refs:proc_type (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dsqueue.c711 squeue_drain(squeue_t *sqp, uint_t proc_type, hrtime_t expire) argument
729 if (proc_type != SQS_WORKER && STACK_BIAS + (uintptr_t)getfp() -
752 sqp->sq_state |= SQS_PROC | proc_type;
849 if ((now < expire) || (proc_type == SQS_WORKER)) {
864 if (proc_type == SQS_WORKER)
882 sqp->sq_state &= ~proc_type;
892 if ((proc_type == SQS_WORKER) && (sqp->sq_state & SQS_POLLING)) {
915 sqp->sq_state &= ~proc_type;
929 sqp->sq_state &= ~(SQS_PROC | proc_type);
938 if ((proc_type !
[all...]
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_sched.c2564 mac_rx_srs_drain(mac_soft_ring_set_t *mac_srs, uint_t proc_type) argument
2619 mac_srs->srs_state |= (SRS_PROC|proc_type);
2724 if (proc_type == SRS_WORKER) {
2740 mac_srs->srs_state &= ~proc_type;
2774 mac_srs->srs_state &= ~(SRS_PROC|proc_type);
2784 mac_srs->srs_state &= ~(SRS_PROC|proc_type);
2804 mac_rx_srs_drain_bw(mac_soft_ring_set_t *mac_srs, uint_t proc_type) argument
2897 mac_srs->srs_state |= (SRS_PROC|proc_type);
2997 if (proc_type == SRS_WORKER) {
3018 mac_srs->srs_state &= ~proc_type;
4025 mac_tx_srs_drain(mac_soft_ring_set_t *mac_srs, uint_t proc_type) argument
[all...]
/illumos-gate/usr/src/cmd/auditreduce/
H A Doption.c95 static int proc_type(char *);
180 if (proc_type(optarg))
439 * .func proc_type - process record type.
441 * .call ret = proc_type(optstr).
447 proc_type(char *optstr) function
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dutil.c2466 int proc_type; member in struct:procs
2527 npv[i].proc_type = PROC_NONE;
2537 ProcListVec[i].proc_type = type;
2616 type = ProcListVec[i].proc_type;
2793 if (ProcListVec[i].proc_type != type)
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dapic.h246 proc_type: 2, /* undocumented feature */ member in struct:apic_procent
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dfclib.h348 uint32_t proc_type:8; member in struct:update_cfg
370 uint32_t proc_type:8; member in struct:update_cfg
H A Demlxs_mbox.h1687 uint32_t proc_type:8; member in struct:__anon7429::__anon7430::__anon7441
1709 uint32_t proc_type:8; member in struct:__anon7429::__anon7430::__anon7441

Completed in 90 milliseconds