/illumos-gate/usr/src/cmd/dtrace/test/tst/sparc/ |
H A D | Makefile | 33 pid/tst.br.o := ASFLAGS += -xarch=v8plus
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | _border.c | 50 chtype tl, chtype tr, chtype bl, chtype br) 52 return (wborder(stdscr, ls, rs, ts, bs, tl, tr, bl, br)); 49 border(chtype ls, chtype rs, chtype ts, chtype bs, chtype tl, chtype tr, chtype bl, chtype br) argument
|
H A D | wborder.c | 79 chtype bs, chtype tl, chtype tr, chtype bl, chtype br) 94 _BOTTOMRIGHT = br; 78 wborder(WINDOW *win, chtype ls, chtype rs, chtype ts, chtype bs, chtype tl, chtype tr, chtype bl, chtype br) argument
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | brdr.c | 50 chtype tl, chtype tr, chtype bl, chtype br) 57 ls, rs, ts, bs, tl, tr, bl, br 61 code = wborder(stdscr, ls, rs, ts, bs, tl, tr, bl, br); 49 border(chtype ls, chtype rs, chtype ts, chtype bs, chtype tl, chtype tr, chtype bl, chtype br) argument
|
H A D | wbrdr.c | 55 chtype tl, chtype tr, chtype bl, chtype br) 63 w, ls, rs, ts, bs, tl, tr, bl, br 95 if (br == 0) 96 br = ACS_LRCORNER; 97 (void) __m_acs_cc(br, &wbr); 53 wborder(WINDOW *w, chtype ls, chtype rs, chtype ts, chtype bs, chtype tl, chtype tr, chtype bl, chtype br) argument
|
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | brdr.c | 53 chtype tl, chtype tr, chtype bl, chtype br) 57 code = wborder(stdscr, ls, rs, ts, bs, tl, tr, bl, br); 52 border(chtype ls, chtype rs, chtype ts, chtype bs, chtype tl, chtype tr, chtype bl, chtype br) argument
|
H A D | brdr_st.c | 54 const cchar_t *tr, const cchar_t *bl, const cchar_t *br) 58 code = wborder_set(stdscr, ls, rs, ts, bs, tl, tr, bl, br); 52 border_set(const cchar_t *ls, const cchar_t *rs, const cchar_t *ts, const cchar_t *bs, const cchar_t *tl, const cchar_t *tr, const cchar_t *bl, const cchar_t *br) argument
|
H A D | wbrdr_st.c | 58 const cchar_t *tr, const cchar_t *bl, const cchar_t *br) 91 if (br == NULL) 92 br = WACS_LRCORNER; 100 if (__m_cc_replace(w, w->_maxy-1, w->_maxx-1, br, 0) == -1) 56 wborder_set(WINDOW *w, const cchar_t *ls, const cchar_t *rs, const cchar_t *ts, const cchar_t *bs, const cchar_t *tl, const cchar_t *tr, const cchar_t *bl, const cchar_t *br) argument
|
H A D | wbrdr.c | 58 chtype tl, chtype tr, chtype bl, chtype br) 91 if (br == 0) 92 br = ACS_LRCORNER; 93 (void) __m_acs_cc(br, &wbr); 56 wborder(WINDOW *w, chtype ls, chtype rs, chtype ts, chtype bs, chtype tl, chtype tr, chtype bl, chtype br) argument
|
/illumos-gate/usr/src/lib/fm/topo/modules/SUNW,Sun-Fire/ioboard/ |
H A D | iob_platform.c | 85 int brd, br, bus, i; local 103 pnode, IOB_BASEADDR, BUS_ADDRDIST, 6, 9, &brd, &br, &bus); 108 iobs[brd][br][bus] = d;
|
/illumos-gate/usr/src/lib/fm/topo/modules/SUNW,Sun-Fire-15000/ioboard/ |
H A D | iob_platform.c | 85 int brd, br, bus, i; local 103 pnode, IOB_BASEADDR, BUS_ADDRDIST, 0, 17, &brd, &br, &bus); 108 iobs[brd][br][bus] = d;
|
/illumos-gate/usr/src/lib/fm/topo/modules/sun4/hostbridge/ |
H A D | hb_sun4.c | 210 int br, rc; local 226 br = rc = 0; 231 if (did_create(mod, p->br_din, 0, br, rc, rc) == NULL) { 236 if (hb[br] == NULL) { 237 hb[br] = pciexhostbridge_declare(mod, ptn, p->br_din, 238 br); 239 if (hb[br] == NULL) { 245 rcs[rc] = rc_process(mod, hb[br], rc, p->br_din); 261 br++; 262 if (br 302 int br, bus; local [all...] |
/illumos-gate/usr/src/lib/fm/topo/modules/sun4/ioboard/ |
H A D | ioboard.c | 222 uint_t bussep, int minbrd, int maxbrd, int *brd, int *br, int *bus) 260 *br = (bc - baseaddr) % bussep; 262 if (*brd < minbrd || *brd > maxbrd || (*br != 0 && *br != 1) || 265 topo_mod_dprintf(mod, "brd=%d br=%d bus=%d bc=%x ac=%x\n", 266 *brd, *br, *bus, bc, ac); 269 return (did_create(mod, dp, *brd, *br, NO_RC, *bus)); 221 split_bus_address(topo_mod_t *mod, di_node_t dp, uint_t baseaddr, uint_t bussep, int minbrd, int maxbrd, int *brd, int *br, int *bus) argument
|
/illumos-gate/usr/src/cmd/checknr/ |
H A D | checknr.c | 54 } br[MAXBR] = { variable in typeref:struct:brstr 130 "bi", "bl", "bp", "br", "bx", "c.", "c2", "cc", "ce", "cf", "ch", "cs", 207 for (i = 0; br[i].opbr; i++) 210 br[i].opbr = malloc(3); 211 (void) strncpy(br[i].opbr, cp, 2); 212 br[i].clbr = malloc(3); 213 (void) strncpy(br[i].clbr, cp+3, 2); 215 addmac(br[i].opbr); 216 addmac(br[i].clbr); 390 (void) printf(".%s", br[st [all...] |
/illumos-gate/usr/src/uts/sun4v/io/ |
H A D | dr_io.c | 442 devi_branch_t br; local 586 br.arg = (void *)&cba; 587 br.type = DEVI_BRANCH_SID; 588 br.create.sid_branch_create = new_dev_node; 589 br.devi_branch_callback = NULL; 592 &br, NULL, DEVI_BRANCH_CONFIGURE);
|
H A D | vnet_dds.c | 1082 devi_branch_t br; local 1087 br.arg = (void *)cbap; 1088 br.type = DEVI_BRANCH_SID; 1089 br.create.sid_branch_create = new_node_func; 1090 br.devi_branch_callback = NULL; 1096 if ((rv = e_ddi_branch_create(pdip, &br, NULL,
|
H A D | dr_cpu.c | 1420 devi_branch_t br; local 1459 br.arg = (void *)&cba; 1460 br.type = DEVI_BRANCH_SID; 1461 br.create.sid_branch_create = new_cpu_node; 1462 br.devi_branch_callback = NULL; 1465 if ((rv = e_ddi_branch_create(pdip, &br, NULL, 0))) {
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/nca/ |
H A D | ncab2clf.c | 578 char *br; local 660 br = (char *)r; 665 num_bytes_read += (ssize_t)(((char *)r) - br);
|
/illumos-gate/usr/src/uts/common/xen/sys/ |
H A D | xendev.h | 264 comif_ring_be_t br; member in union:comif_ring
|
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/ |
H A D | keyspan_pipe.c | 1597 usb_bulk_req_t *br; local 1605 br = usb_alloc_bulk_req(ksp->ks_dip, len, USB_FLAGS_SLEEP); 1606 br->bulk_len = len; 1609 br->bulk_timeout = 0; 1610 br->bulk_client_private = cb_arg; 1611 br->bulk_attributes = USB_ATTRS_SHORT_XFER_OK | USB_ATTRS_AUTOCLEARING; 1616 br->bulk_cb = keyspan_bulkin_cb; 1617 br->bulk_exc_cb = keyspan_bulkin_cb; 1622 br->bulk_cb = keyspan_bulkin_cb_usa49wg; 1623 br 1654 usb_bulk_req_t *br; local 1694 usb_bulk_req_t *br; local 1747 usb_intr_req_t *br; local 1919 usb_intr_req_t *br; local [all...] |
H A D | keyspan_dsd.c | 1808 usb_bulk_req_t *br; local 1838 br = usb_alloc_bulk_req(ksp->ks_dip, 0, USB_FLAGS_SLEEP); 1839 br->bulk_len = size; 1840 br->bulk_data = mp; 1841 br->bulk_timeout = KEYSPAN_BULK_TIMEOUT; 1842 br->bulk_client_private = (void *)kp; 1843 br->bulk_attributes = USB_ATTRS_AUTOCLEARING; 1845 rval = usb_pipe_bulk_xfer(ksp->ks_ctrlout_pipe.pipe_handle, br, 1856 usb_free_bulk_req(br);
|
/illumos-gate/usr/src/uts/common/io/usb/clients/usbecm/ |
H A D | usbecm.c | 1147 usb_bulk_req_t *br; local 1160 br = usb_alloc_bulk_req(ecmp->ecm_dip, data_len, USB_FLAGS_SLEEP); 1161 if (br == NULL) { 1170 br->bulk_len = data_len; 1171 br->bulk_timeout = 0; 1172 br->bulk_cb = usbecm_bulkin_cb; 1173 br->bulk_exc_cb = usbecm_bulkin_cb; 1174 br->bulk_client_private = (usb_opaque_t)ecmp; 1175 br->bulk_attributes = USB_ATTRS_AUTOCLEARING 1178 rval = usb_pipe_bulk_xfer(ecmp->ecm_bulkin_ph, br, 1241 usb_bulk_req_t *br; local 1382 usb_bulk_req_t *br; local [all...] |
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbftdi/ |
H A D | uftdi_dsd.c | 1808 usb_bulk_req_t *br; local 1818 br = usb_alloc_bulk_req(uf->uf_dip, uf->uf_ibuf_sz, USB_FLAGS_SLEEP); 1819 br->bulk_len = uf->uf_ibuf_sz; 1820 br->bulk_timeout = UFTDI_BULKIN_TIMEOUT; 1821 br->bulk_cb = uftdi_bulkin_cb; 1822 br->bulk_exc_cb = uftdi_bulkin_cb; 1823 br->bulk_client_private = (usb_opaque_t)uf; 1824 br->bulk_attributes = USB_ATTRS_AUTOCLEARING | USB_ATTRS_SHORT_XFER_OK; 1826 rval = usb_pipe_bulk_xfer(uf->uf_bulkin_ph, br, 0); 1831 usb_free_bulk_req(br); 1921 usb_bulk_req_t *br; local [all...] |
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbsprl/ |
H A D | pl2303_dsd.c | 1648 usb_bulk_req_t *br; local 1658 br = usb_alloc_bulk_req(plp->pl_dip, plp->pl_xfer_sz, USB_FLAGS_SLEEP); 1659 br->bulk_len = plp->pl_xfer_sz; 1660 br->bulk_timeout = PL2303_BULKIN_TIMEOUT; 1661 br->bulk_cb = pl2303_bulkin_cb; 1662 br->bulk_exc_cb = pl2303_bulkin_cb; 1663 br->bulk_client_private = (usb_opaque_t)plp; 1664 br->bulk_attributes = USB_ATTRS_AUTOCLEARING | USB_ATTRS_SHORT_XFER_OK; 1666 rval = usb_pipe_bulk_xfer(plp->pl_bulkin_ph, br, 0); 1671 usb_free_bulk_req(br); 1778 usb_bulk_req_t *br; local [all...] |
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbsacm/ |
H A D | usbsacm.c | 2337 usb_bulk_req_t *br; local 2353 br = usb_alloc_bulk_req(acmp->acm_dip, data_len, USB_FLAGS_SLEEP); 2354 if (br == NULL) { 2363 br->bulk_len = data_len; 2364 br->bulk_timeout = USBSACM_BULKIN_TIMEOUT; 2365 br->bulk_cb = usbsacm_bulkin_cb; 2366 br->bulk_exc_cb = usbsacm_bulkin_cb; 2367 br->bulk_client_private = (usb_opaque_t)acm_port; 2368 br->bulk_attributes = USB_ATTRS_AUTOCLEARING 2371 rval = usb_pipe_bulk_xfer(acm_port->acm_bulkin_ph, br, 2493 usb_bulk_req_t *br; local [all...] |