Home
last modified time | relevance | path

Searched defs:_key (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/mtree/
H A Dmisc.c55 typedef struct _key { struct
56 const char *name; /* key name */
57 u_int val; /* value */
60 u_int flags;
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_warc.c657 static const char _key[] = "\r\nWARC-Type:"; _warc_rdtyp() local
686 static const char _key[] = "\r\nWARC-Target-URI:"; _warc_rduri() local
743 static const char _key[] = "\r\nContent-Length:"; _warc_rdlen() local
777 static const char _key[] = "\r\nWARC-Date:"; _warc_rdrtm() local
804 static const char _key[] = "\r\nLast-Modified:"; _warc_rdmtm() local
[all...]
/freebsd/sys/net/route/
H A Dnhop_utils.h82 #define CHT_GET_BUCK(_head, _PX, _key) _PX##_hash_key(_key) & ((_head)->hash_size - 1) argument
88 #define CHT_SLIST_FIND(_head, _PX, _key, _ret) do { \ argument
/freebsd/sys/dev/gpio/
H A Dgpiokeys.c73 #define GPIOKEY_LOCK(_key) mtx_lock(&(_key)->mtx) argument
74 #define GPIOKEY_UNLOCK(_key) mtx_unlock(&(_key)->mtx) argument
75 #define GPIOKEY_LOCK_INIT(_key) \ argument
77 #define GPIOKEY_LOCK_DESTROY(_key) mtx_destroy(&(_key)->mtx); argument
/freebsd/crypto/openssl/crypto/camellia/
H A Dcamellia.c253 #define Camellia_Feistel(_s0,_s1,_s2,_s3,_key) do {\ argument
/freebsd/usr.sbin/bluetooth/hccontrol/
H A Dhost_controller_baseband.c260 struct _key { in hci_read_stored_link_key() struct
261 bdaddr_t bdaddr; in hci_read_stored_link_key()
262 uint8_t key[NG_HCI_KEY_SIZE]; in hci_read_stored_link_key()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dlockdep.h49 #define lockdep_init_map(_map, _name, _key, _x) do { } while(0) argument
/freebsd/contrib/ldns/ldns/
H A Dkeys.h147 } _key; member
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.h117 long _key; member
/freebsd/contrib/ofed/opensm/include/iba/
H A Dib_types.h9400 union _key { union