HomeSort by relevance Sort by last modified time
    Searched defs:pcs (Results 1 - 10 of 10) sorted by null

  /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpsched/
requeue.c 71 register CSTATUS *pcs; local
88 ((pcs = search_cstatus(PRS->request->destination)) != NULL) \
89 && searchlist(PPS->printer->name, pcs->class->members) \
disp2.c 374 register CSTATUS *pcs; local
394 } else if ((pcs = search_cstatus(class))) {
398 freeclass (pcs->class);
399 pcs->class = pc;
428 } else if ((pcs = new_cstatus(pc))) {
430 pcs->status = CS_REJECTED;
431 load_str (&pcs->rej_reason, CUZ_NEW_DEST);
432 time (&pcs->rej_date);
452 _unload_class(CSTATUS *pcs)
454 freeclass (pcs->class)
468 register CSTATUS *pcs; local
538 register CSTATUS *pcs; local
    [all...]
disp4.c 47 register CSTATUS *pcs; local
69 else if ((pcs = search_cstatus(destination)))
70 if ((pcs->status & CS_REJECTED) == 0)
73 pcs->status &= ~CS_REJECTED;
74 (void) time (&pcs->rej_date);
97 register CSTATUS *pcs; local
122 else if ((pcs = search_cstatus(destination)))
123 if (pcs->status & CS_REJECTED)
126 pcs->status |= CS_REJECTED;
127 (void) time (&pcs->rej_date)
    [all...]
status.c 340 CSTATUS *pcs; local
421 (pcs = search_cstatus(name))) {
422 pcs->rej_reason = rej_reason;
423 pcs->rej_date = rej_date;
424 pcs->status |= status;
669 CSTATUS *pcs = CStatus[i]; local
671 if (pcs->class->name)
678 NB(pcs->class->name));
682 (pcs->status & CS_REJECTED ?
687 (void)fdprintf(fd, "%ld\n", pcs->rej_date)
    [all...]
validate.c 79 register CSTATUS *pcs = 0; local
127 ((pcs = search_cstatus(prs->request->destination)) != NULL) &&
128 pcs->class->members)
150 if (prs && prs->request && prs->request->form && (pps || pcs)) {
383 pcs
384 && (pcs->status & CS_REJECTED)
399 if (pcs)
400 n = lenlist(pcs->class->members);
411 if (pcs) {
414 for (pn = pcs->class->members; *pn; pn++
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/tnf/
tnf_res.c 252 pcstack(pc_t *pcs)
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));
  /onnv/onnv-gate/usr/src/uts/common/io/igb/
igb_82575.c 846 * interface, use PCS to retrieve the link speed and duplex information.
870 * If sgmii is enabled, then use the pcs register to determine link, otherwise
881 /* SGMII link check is done through the PCS register. */
904 * Using the physical coding sub-layer (PCS), retrieve the current speed and
912 u32 pcs; local
922 * Read the PCS Status register for link state. For non-copper mode,
923 * the status register is not accurate. The PCS status register is
926 pcs = E1000_READ_REG(hw, E1000_PCS_LSTAT);
933 if ((pcs & E1000_PCS_LSTS_LINK_OK) && (pcs & E1000_PCS_LSTS_SYNK_OK))
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/
pcic.c 283 pcic_socket_t *pcs; member in struct:debounce
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/dtrace/
dtrace.c 5384 uint64_t *pcs = &buf[1], *fps; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/sys/nxge/
nxge_mac_hw.h 246 /* PCS address macros */
759 /* PCS registers offset */
760 #define PCS_MII_CTRL_REG 0 /* PCS MII control reg */
761 #define PCS_MII_STATUS_REG 0x008 /* PCS MII status reg */
762 #define PCS_MII_ADVERT_REG 0x010 /* PCS MII advertisement */
764 #define PCS_CONFIG_REG 0x020 /* PCS config reg */
765 #define PCS_STATE_MACHINE_REG 0x028 /* PCS state machine */
766 #define PCS_INTR_STATUS_REG 0x030 /* PCS interrupt status */
768 #define PCS_PACKET_COUNT_REG 0x0c0 /* PCS packet counter */
2011 uint32_t pcs : 1; member in struct:_xpcs_dev_in_pkg_t::__anon7654::__anon7655
    [all...]

Completed in 240 milliseconds