Home
last modified time | relevance | path

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

/dragonfly/sys/libkern/
HDhexncpy.c42 hexncpy(const u_char *inb, int inlen, char *outb, int outlen, const char *sep) in hexncpy()
/dragonfly/tools/tools/net80211/wesside/wesside/
HDaircrack-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()
/dragonfly/stand/boot/common/
HDisapnp.c39 #define inb(x) (archsw.arch_isainb((x))) macro
/dragonfly/usr.bin/tcopy/
HDtcopy.c222 char *inb; in verify() local
/dragonfly/sys/cpu/x86_64/include/
HDcpufunc.h325 #define inb(port) __extension__ ({ \ macro
/dragonfly/sys/platform/pc64/x86_64/
HDmachdep.c3314 inb(u_int port) in inb() function