Home
last modified time | relevance | path

Searched defs:ADDR (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/powerpc/booke/
H A Dlocore.S60 #define ADDR(x) \ macro
76 #define ADDR(x) \ macro
/freebsd/contrib/ntp/sntp/tests/
H A Dutilities.c84 const char* ADDR = "192.0.2.10"; in test_IPv4Address() local
/freebsd/usr.sbin/bhyve/
H A Dsnapshot.h115 #define SNAPSHOT_GUEST2HOST_ADDR_OR_LEAVE(CTX, ADDR, LEN, RNULL, META, RES, LABEL) \ argument
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYConstantPoolValue.h40 enum CSKYCPModifier { NO_MOD, ADDR, GOT, GOTOFF, PLT, TLSLE, TLSIE, TLSGD }; enumerator
/freebsd/sys/powerpc/powermac/
H A Dkiic.c57 #define ADDR 5 macro
/freebsd/sbin/ifconfig/
H A Difconfig.h162 ADDR = 1, enumerator
/freebsd/sbin/fsck_ffs/
H A Dfsck.h271 #define ADDR 3 /* anything but a directory or a snapshot */ macro
/freebsd/sys/netipsec/
H A Dkey.c8233 enum { NONE, ADDR } checktype = NONE; in key_validate_ext() enumerator
/freebsd/contrib/sqlite3/
H A Dsqlite3.c16606 #define ADDR(X) (~(X)) macro