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

/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Ddisp2.c372 register CLSTATUS *pcs; local
392 } else if ((pcs = search_cstatus(class))) {
396 freeclass (pcs->class);
397 pcs->class = pc;
426 } else if ((pcs = new_cstatus(pc))) {
428 pcs->status = CS_REJECTED;
429 load_str (&pcs->rej_reason, CUZ_NEW_DEST);
430 time (&pcs->rej_date);
450 _unload_class(CLSTATUS *pcs) argument
452 freeclass (pcs
466 register CLSTATUS *pcs; local
536 register CLSTATUS *pcs; local
[all...]
H A Ddisp4.c45 register CLSTATUS *pcs; local
67 else if ((pcs = search_cstatus(destination)))
68 if ((pcs->status & CS_REJECTED) == 0)
71 pcs->status &= ~CS_REJECTED;
72 (void) time (&pcs->rej_date);
95 register CLSTATUS *pcs; local
120 else if ((pcs = search_cstatus(destination)))
121 if (pcs->status & CS_REJECTED)
124 pcs->status |= CS_REJECTED;
125 (void) time (&pcs
[all...]
H A Drequeue.c70 register CLSTATUS *pcs; local
87 ((pcs = search_cstatus(PRS->request->destination)) != NULL) \
88 && searchlist(PPS->printer->name, pcs->class->members) \
H A Dstatus.c338 CLSTATUS *pcs; local
419 (pcs = search_cstatus(name))) {
420 pcs->rej_reason = rej_reason;
421 pcs->rej_date = rej_date;
422 pcs->status |= status;
667 CLSTATUS *pcs = CStatus[i]; local
669 if (pcs->class->name)
676 NB(pcs->class->name));
680 (pcs->status & CS_REJECTED ?
685 (void)fdprintf(fd, "%ld\n", pcs
[all...]
H A Dvalidate.c78 register CLSTATUS *pcs = 0; local
126 ((pcs = search_cstatus(prs->request->destination)) != NULL) &&
127 pcs->class->members)
149 if (prs && prs->request && prs->request->form && (pps || pcs)) {
382 pcs
383 && (pcs->status & CS_REJECTED)
398 if (pcs)
399 n = lenlist(pcs->class->members);
410 if (pcs) {
413 for (pn = pcs
[all...]
/illumos-gate/usr/src/uts/intel/pcs/
H A DMakefile23 # uts/intel/pcs/Makefile
43 MODULE = pcs
/illumos-gate/usr/src/uts/common/tnf/
H A Dtnf_res.c252 pcstack(pc_t *pcs) argument
256 n = getpcstack(pcs, TNF_PC_COUNT);
257 pcs[n] = 0;
258 return (pcs);
285 pc_t pcs[TNF_PC_COUNT + 1]; local
308 tnf_symbols, stack, (pc_t *)pcstack(pcs));
312 tnf_symbols, stack, (tnf_opaque_t *)pcstack(pcs));
/illumos-gate/usr/src/uts/sparc/pcs/
H A DMakefile23 # uts/sparc/pcs/Makefile
42 MODULE = pcs
/illumos-gate/usr/src/uts/common/io/
H A Dpcic.c283 pcic_socket_t *pcs; member in struct:debounce
6461 pcic_debounce(pcic_socket_t *pcs) argument
6465 pcic_mutex_enter(&pcs->pcs_pcic->pc_lock);
6466 pcs->pcs_flags &= ~PCS_STARTING;
6467 stschng = pcic_getb(pcs->pcs_pcic, pcs->pcs_socket,
6469 status = pcic_getb(pcs->pcs_pcic, pcs->pcs_socket,
6472 pcic_err(pcs->pcs_pcic->dip, 8,
6475 (void *)pcs, (voi
6524 pcic_add_debqueue(pcic_socket_t *pcs, int clocks) argument
[all...]
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_82575.c1192 * If sgmii is enabled, then use the pcs register to determine link, otherwise
1332 u32 pcs; local
1342 pcs = E1000_READ_REG(hw, E1000_PCS_LSTAT);
1347 if (pcs & E1000_PCS_LSTS_LINK_OK) {
1351 if (pcs & E1000_PCS_LSTS_SPEED_1000)
1353 else if (pcs & E1000_PCS_LSTS_SPEED_100)
1359 if (pcs & E1000_PCS_LSTS_DUPLEX_FULL)
1698 * link so it is best to just force the MAC and let the pcs
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_mac_hw.h1027 #define XMAC_XIF_1G_PCS_BYPASS 0x40000000 /* use external pcs */
2011 uint32_t pcs : 1; member in struct:_xpcs_dev_in_pkg_t::__anon8439::__anon8440
2019 uint32_t pcs : 1;
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c6672 uint64_t *pcs = &buf[1], *fps; local
6673 char *str = (char *)&pcs[nframes];
6730 mstate, state, pcs[i], fps[i]);

Completed in 191 milliseconds