Searched defs:IN (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/udapl/libdat/include/dat/
H A Ddat_platform_specific.h197 #ifndef IN
198 #define IN macro
/illumos-gate/usr/src/lib/librstp/common/
H A Dbase.h48 # define IN /* consider as comments near 'input' parameters */ macro
H A Dstp_in.h38 # define IN /* consider as comments near 'input' parameters */ macro
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/include/
H A Dbcmtype.h40 #ifndef IN
41 #define IN macro
42 #endif /* IN */
/illumos-gate/usr/src/ucblib/libcurses/
H A Dcurses.c51 bool AM, BS, CA, DA, DB, EO, HC, HZ, IN, MI, MS, NC, NS, OS, UL, XB, XN, variable
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusbai_req.c376 #define IN USB_EP_DIR_IN macro
1506 * req - bulk data xfer request (IN or OUT)
1796 * req - intr data xfer request (IN or OUT)
1868 * If this is interrupt IN pipe and if we are
2052 * stop polling for interrupt pipe IN data
2554 * stop polling for isoc IN data
/illumos-gate/usr/src/boot/sys/boot/efi/include/
H A Defidef.h57 // IN - argument is passed into the function
62 #ifndef IN
63 #define IN macro
/illumos-gate/usr/src/uts/common/io/udmf/
H A Dudmf_usbgem.c23 * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
28 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
29 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
158 #define IN(dp, ix, len, buf, errp, label) \ macro
354 IN(dp, RCR, 1, &rcr, &err, usberr);
549 IN(dp, EPCR, sizeof (epcr), &epcr, errp, usberr);
552 IN(dp, EPDR, sizeof (val), &val, errp, usberr);
589 IN(dp, EPCR, 1, &epcr, errp, usberr);
/illumos-gate/usr/src/uts/common/io/urf/
H A Durf_usbgem.c23 * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
28 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
29 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
176 #define IN(dp, p, vp, errp, label) \ macro
223 IN(dp, CR, &reg, &err, usberr);
368 IN(dp, RCR, &rcr, &err, usberr);
394 IN(dp, MSR, &old, &err, usberr);
588 IN(dp, reg, &val, errp, usberr);
596 IN(dp, MSR, &msr, errp, usberr);
666 IN(d
[all...]
/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dmcs.h72 #define IN 0x00000020 /* section is IN a segment */ macro
/illumos-gate/usr/src/uts/common/io/axf/
H A Daxf_usbgem.c23 * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
28 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
29 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
305 #define IN(dp, req, val, ix, len, buf, errp, label) \ macro
334 IN(dp, VCMD_READ_GPIO, 0, 0, 1, &val8, &err, usberr);
424 IN(dp, VCMD_READ_RXCTRL, 0, 0, 2, buf, &err, usberr);
592 IN(dp, VCMD_READ_RXCTRL, 0, 0, 2, buf, &err, usberr);
613 IN(dp, VCMD_READ_GPIO, 0, 0, 1, &gpio, &err, usberr);
895 IN(dp, VCMD_READ_MII_REG, dp->mii_phy_addr, index,
971 IN(d
[all...]

Completed in 142 milliseconds