Home
last modified time | relevance | path

Searched defs:SET_PORT (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/usr.bin/sockstat/
H A Dsockstat.c73 #define SET_PORT(p) do { ports[p / INT_BIT] |= 1 << (p % INT_BIT); } while (0) macro
/dflybsd-src/sys/dev/disk/mpt/mpilib/
H A Dmpi_targ.h636 #define SET_PORT(t, p) ((t) = ((t) & ~TARGET_MODE_REPLY_PORT_MASK) | \ macro