Searched refs:Fnv32_t (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | fnv_hash.h | 13 typedef u_int32_t Fnv32_t; typedef 16 #define FNV1_32_INIT ((Fnv32_t) 33554467UL) 19 #define FNV_32_PRIME ((Fnv32_t) 0x01000193UL) 22 static __inline Fnv32_t 23 fnv_32_buf(const void *buf, size_t len, Fnv32_t hval) in fnv_32_buf() 34 static __inline Fnv32_t 35 fnv_32_str(const char *str, Fnv32_t hval) in fnv_32_str() 38 Fnv32_t c; in fnv_32_str()
|
| /f-stack/freebsd/kern/ |
| H A D | uipc_sem.c | 99 Fnv32_t km_fnv; 131 static void ksem_insert(char *path, Fnv32_t fnv, struct ksem *ks); 132 static struct ksem *ksem_lookup(char *path, Fnv32_t fnv); 135 static int ksem_remove(char *path, Fnv32_t fnv, struct ucred *ucred); 377 ksem_lookup(char *path, Fnv32_t fnv) in ksem_lookup() 392 ksem_insert(char *path, Fnv32_t fnv, struct ksem *ks) in ksem_insert() 405 ksem_remove(char *path, Fnv32_t fnv, struct ucred *ucred) in ksem_remove() 474 Fnv32_t fnv; in ksem_create() 662 Fnv32_t fnv; in sys_ksem_unlink()
|
| H A D | uipc_shm.c | 109 Fnv32_t sm_fnv; 125 static void shm_insert(char *path, Fnv32_t fnv, struct shmfd *shmfd); 126 static struct shmfd *shm_lookup(char *path, Fnv32_t fnv); 127 static int shm_remove(char *path, Fnv32_t fnv, struct ucred *ucred); 972 shm_lookup(char *path, Fnv32_t fnv) in shm_lookup() 987 shm_insert(char *path, Fnv32_t fnv, struct shmfd *shmfd) in shm_insert() 1000 shm_remove(char *path, Fnv32_t fnv, struct ucred *ucred) in shm_remove() 1039 Fnv32_t fnv; in kern_shm_open2() 1250 Fnv32_t fnv; in sys_shm_unlink() 1271 Fnv32_t fnv_from, fnv_to; in sys_shm_rename()
|