Home
last modified time | relevance | path

Searched defs:inb (Results 1 – 6 of 6) sorted by relevance

/dflybsd-src/sys/libkern/
H A Dhexncpy.c42 hexncpy(const u_char *inb, int inlen, char *outb, int outlen, const char *sep) in hexncpy()
/dflybsd-src/tools/tools/net80211/wesside/wesside/
H A Daircrack-ptw-lib.c110 static int compare(const void * ina, const void * inb) { in compare()
123 static int comparedoublesorthelper(const void * ina, const void * inb) { in comparedoublesorthelper()
168 static int comparesorthelper(const void * ina, const void * inb) { in comparesorthelper()
/dflybsd-src/stand/boot/common/
H A Disapnp.c39 #define inb(x) (archsw.arch_isainb((x))) macro
/dflybsd-src/usr.bin/tcopy/
H A Dtcopy.c222 char *inb; in verify() local
/dflybsd-src/sys/cpu/x86_64/include/
H A Dcpufunc.h325 #define inb(port) __extension__ ({ \ macro
/dflybsd-src/sys/platform/pc64/x86_64/
H A Dmachdep.c3314 inb(u_int port) in inb() function