Searched defs:_key (Results 1 – 9 of 9) sorted by relevance
47 typedef struct _key { struct48 const char *name; /* key name */49 u_int val; /* value */52 u_int flags;
55 typedef struct _key { struct56 const char *name; /* key name */57 u_int val; /* value */60 u_int flags;
640 static const char _key[] = "\r\nWARC-Type:"; in _warc_rdtyp() local669 static const char _key[] = "\r\nWARC-Target-URI:"; in _warc_rduri() local726 static const char _key[] = "\r\nContent-Length:"; in _warc_rdlen() local760 static const char _key[] = "\r\nWARC-Date:"; in _warc_rdrtm() local787 static const char _key[] = "\r\nLast-Modified:"; in _warc_rdmtm() local
70 #define GPIOKEY_LOCK(_key) mtx_lock(&(_key)->mtx) argument71 #define GPIOKEY_UNLOCK(_key) mtx_unlock(&(_key)->mtx) argument72 #define GPIOKEY_LOCK_INIT(_key) \ argument74 #define GPIOKEY_LOCK_DESTROY(_key) mtx_destroy(&(_key)->mtx); argument
247 #define Camellia_Feistel(_s0,_s1,_s2,_s3,_key) do {\ argument
261 struct _key { in hci_read_stored_link_key() struct262 bdaddr_t bdaddr; in hci_read_stored_link_key()263 uint8_t key[NG_HCI_KEY_SIZE]; in hci_read_stored_link_key()
151 } _key; member
124 long _key; member
9400 union _key { union