Searched refs:lsr (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ospf.c544 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...]
H A Dsnoop_ospf6.c591 struct lsr6 *lsr; local
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;
H A Dsnoop_ospf.h249 struct lsr { struct in union:ospfhdr::__anon314
/illumos-gate/usr/src/uts/sun4/io/
H A Dsu_driver.c102 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
1646 lsr = INB(LSR);
1647 if ((lsr & BRKDET) &&
1705 lsr = INB(LSR);
1711 async_rxint(asy, lsr);
1715 async_txint(asy, lsr);
1735 async_txint(struct asycom *asy, uchar_t lsr) argument
1763 if (lsr
1801 async_rxint(struct asycom *asy, uchar_t lsr) argument
[all...]
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbftdi/
H A Duftdi_dsd.c1585 uftdi_rxerr_put(mblk_t **rx_mpp, mblk_t *data, uint8_t lsr) argument
1589 if (lsr & FTDI_LSR_STATUS_BI) {
1594 lsr &= ~(uint8_t)(FTDI_LSR_STATUS_PE | FTDI_LSR_STATUS_FE);
1597 ((lsr & FTDI_LSR_STATUS_OE) ? DS_OVERRUN_ERR : 0) |
1598 ((lsr & FTDI_LSR_STATUS_PE) ? DS_PARITY_ERR : 0) |
1599 ((lsr & FTDI_LSR_STATUS_FE) ? DS_FRAMING_ERR : 0) |
1600 ((lsr & FTDI_LSR_STATUS_BI) ? DS_BREAK_ERR : 0);
1656 uint8_t lsr = FTDI_GET_LSR(data->b_rptr); local
1681 if ((uf->uf_lsr & FTDI_LSR_MASK) != (lsr & FTDI_LSR_MASK)) {
1689 "uftdi_bulkin_cb: new lsr
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dasy.c170 static void async_rxint(struct asycom *asy, uchar_t lsr);
640 uchar_t lsr; local
693 lsr = ddi_get8(asy->asy_iohandle, asy->asy_ioaddr + LSR);
694 async_rxint(asy, lsr);
698 lsr = ddi_get8(asy->asy_iohandle,
700 if ((lsr & (XSRE | XHRE)) == (XSRE | XHRE))
2235 uchar_t interrupt_id, lsr; local
2283 lsr = ddi_get8(asy->asy_iohandle, asy->asy_ioaddr + LSR);
2289 async_rxint(asy, lsr);
2300 if ((lsr
2426 async_rxint(struct asycom *asy, uchar_t lsr) argument
[all...]

Completed in 59 milliseconds