Searched refs:Fnv32_t (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/sys/sys/
H A Dfnv_hash.h13 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)
34 static __inline Fnv32_t
35 fnv_32_str(const char *str, Fnv32_t hval)
38 Fnv32_t c;
/freebsd-10.0-release/sys/kern/
H A Duipc_sem.c90 Fnv32_t km_fnv;
122 static void ksem_insert(char *path, Fnv32_t fnv, struct ksem *ks);
123 static struct ksem *ksem_lookup(char *path, Fnv32_t fnv);
126 static int ksem_remove(char *path, Fnv32_t fnv, struct ucred *ucred);
387 ksem_lookup(char *path, Fnv32_t fnv)
402 ksem_insert(char *path, Fnv32_t fnv, struct ksem *ks)
415 ksem_remove(char *path, Fnv32_t fnv, struct ucred *ucred)
496 Fnv32_t fnv;
671 Fnv32_t fnv;
H A Duipc_shm.c90 Fnv32_t sm_fnv;
108 static void shm_insert(char *path, Fnv32_t fnv, struct shmfd *shmfd);
109 static struct shmfd *shm_lookup(char *path, Fnv32_t fnv);
110 static int shm_remove(char *path, Fnv32_t fnv, struct ucred *ucred);
625 shm_lookup(char *path, Fnv32_t fnv)
640 shm_insert(char *path, Fnv32_t fnv, struct shmfd *shmfd)
653 shm_remove(char *path, Fnv32_t fnv, struct ucred *ucred)
691 Fnv32_t fnv;
818 Fnv32_t fnv;

Completed in 123 milliseconds