Home
last modified time | relevance | path

Searched refs:getb (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/exca/
H A Dexcavar.h100 exca_getb_fn *getb; member
132 return (sc->getb(sc, reg)); in exca_getb()
H A Dexca.c644 sc->getb = exca_mem_getb; in exca_init()
782 exca->getb = exca_io_getb; in exca_probe_slots()
/freebsd/contrib/smbfs/include/netsmb/
H A Dsmb_lib.h64 #define getb(buf,ofs) (((const u_int8_t *)(buf))[ofs]) macro
66 #define getbw(buf,ofs) ((u_int16_t)(getb(buf,ofs)))