Searched defs:_key (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/mtree/ |
H A D | misc.c | 55 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 D | archive_read_support_format_warc.c | 657 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 D | nhop_utils.h | 82 #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 D | gpiokeys.c | 73 #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 D | camellia.c | 253 #define Camellia_Feistel(_s0,_s1,_s2,_s3,_key) do {\ argument
|
/freebsd/usr.sbin/bluetooth/hccontrol/ |
H A D | host_controller_baseband.c | 260 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 D | lockdep.h | 49 #define lockdep_init_map(_map, _name, _key, _x) do { } while(0) argument
|
/freebsd/contrib/ldns/ldns/ |
H A D | keys.h | 147 } _key; member
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.h | 117 long _key; member
|
/freebsd/contrib/ofed/opensm/include/iba/ |
H A D | ib_types.h | 9400 union _key { union
|