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

  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
snoop_ospf.c 544 struct lsr *lsr; local
672 lsr = ospf->ospf_lsr;
673 while ((uchar_t *)lsr < ((uchar_t *)ospf + fraglen)) {
674 if ((uchar_t *)lsr + sizeof (struct lsr) >
683 ospf_print_ls_type(flags, ntohl(lsr->ls_type),
684 lsr->ls_stateid, lsr->ls_router);
686 ++lsr;
    [all...]
snoop_ospf6.c 591 struct lsr6 *lsr; local
714 show_header("OSPF LSR: ", "Link State Request Packet",
718 lsr = ospf->ospf6_lsr;
720 while ((uchar_t *)lsr < ((uchar_t *)ospf + fraglen)) {
721 if ((uchar_t *)lsr + sizeof (struct lsr6) >
728 ospf6_print_ls_type(flags, ntohl(lsr->ls_type),
729 lsr->ls_stateid, lsr->ls_router);
731 ++lsr;
snoop_ospf.h 249 struct lsr { struct in union:ospfhdr::__anon288
  /onnv/onnv-gate/usr/src/uts/i86pc/boot/
boot_console.c 765 while (((inb(port + LSR) & XHRE) == 0) && checks--)
773 uchar_t lsr; local
778 lsr = inb(port + LSR);
779 if (lsr & (SERIAL_BREAK | SERIAL_FRAME |
781 if (lsr & SERIAL_OVERRUN) {
795 return (inb(port + LSR) & RCA);
  /onnv/onnv-gate/usr/src/uts/common/io/usb/clients/usbser/usbftdi/
uftdi_dsd.c 1610 uint8_t lsr = FTDI_GET_LSR(data->b_rptr); local
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4/io/
su_driver.c 102 static void async_txint(struct asycom *asy, uchar_t lsr);
103 static void async_rxint(struct asycom *asy, uchar_t lsr);
1637 uchar_t interrupt_id, lsr; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/
asy.c 170 static void async_rxint(struct asycom *asy, uchar_t lsr);
647 uchar_t lsr; local
694 lsr = ddi_get8(asy->asy_iohandle, asy->asy_ioaddr + LSR);
695 async_rxint(asy, lsr);
699 lsr = ddi_get8(asy->asy_iohandle,
700 asy->asy_ioaddr + LSR);
701 if ((lsr & (XSRE | XHRE)) == (XSRE | XHRE))
2234 uchar_t interrupt_id, lsr; local
    [all...]

Completed in 600 milliseconds