/freebsd/usr.sbin/nscd/agents/ |
H A D | group.c | 121 enum nss_lookup_type lookup_type; in group_lookup_func() local 136 memcpy(&lookup_type, key, sizeof(enum nss_lookup_type)); in group_lookup_func() 138 switch (lookup_type) { in group_lookup_func() 159 switch (lookup_type) { in group_lookup_func()
|
H A D | services.c | 124 enum nss_lookup_type lookup_type; in services_lookup_func() local 141 memcpy(&lookup_type, key, sizeof(enum nss_lookup_type)); in services_lookup_func() 143 switch (lookup_type) { in services_lookup_func() 180 switch (lookup_type) { in services_lookup_func()
|
H A D | passwd.c | 130 enum nss_lookup_type lookup_type; in passwd_lookup_func() local 145 memcpy(&lookup_type, key, sizeof(enum nss_lookup_type)); in passwd_lookup_func() 147 switch (lookup_type) { in passwd_lookup_func() 168 switch (lookup_type) { in passwd_lookup_func()
|
/freebsd/lib/libc/net/ |
H A D | getnetnamadr.c | 67 enum nss_lookup_type lookup_type; in NETDB_THREAD_ALLOC() local 70 lookup_type = (enum nss_lookup_type)(uintptr_t)cache_mdata; in NETDB_THREAD_ALLOC() 71 switch (lookup_type) { in NETDB_THREAD_ALLOC() 82 memcpy(buffer, &lookup_type, sizeof(enum nss_lookup_type)); in NETDB_THREAD_ALLOC() 98 memcpy(buffer, &lookup_type, sizeof(enum nss_lookup_type)); in NETDB_THREAD_ALLOC()
|
H A D | getprotoent.c | 91 enum nss_lookup_type lookup_type; in __proto_id_func() local 94 lookup_type = (enum nss_lookup_type)(uintptr_t)cache_mdata; in __proto_id_func() 95 switch (lookup_type) { in __proto_id_func() 106 memcpy(buffer, &lookup_type, sizeof(enum nss_lookup_type)); in __proto_id_func() 120 memcpy(buffer, &lookup_type, sizeof(enum nss_lookup_type)); in __proto_id_func()
|
H A D | gethostnamadr.c | 169 enum nss_lookup_type lookup_type; in host_id_func() local 177 lookup_type = (enum nss_lookup_type)(uintptr_t)cache_mdata; in host_id_func() 178 switch (lookup_type) { in host_id_func() 200 memcpy(p, &lookup_type, sizeof(enum nss_lookup_type)); in host_id_func() 231 memcpy(p, &lookup_type, sizeof(enum nss_lookup_type)); in host_id_func()
|
H A D | getservent.c | 873 enum nss_lookup_type lookup_type; in serv_id_func() local 876 lookup_type = (enum nss_lookup_type)(uintptr_t)cache_mdata; in serv_id_func() 877 switch (lookup_type) { in serv_id_func() 895 memcpy(buffer, &lookup_type, sizeof(enum nss_lookup_type)); in serv_id_func() 920 memcpy(buffer, &lookup_type, sizeof(enum nss_lookup_type)); in serv_id_func()
|
/freebsd/crypto/openssl/crypto/bio/ |
H A D | bio_addr.c | 624 enum BIO_lookup_type lookup_type, in BIO_lookup() argument 627 return BIO_lookup_ex(host, service, lookup_type, family, socktype, 0, res); in BIO_lookup() 652 int BIO_lookup_ex(const char *host, const char *service, int lookup_type, in BIO_lookup_ex() argument 704 if (lookup_type == BIO_LOOKUP_SERVER) in BIO_lookup_ex() 790 switch(lookup_type) { in BIO_lookup_ex()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | BIO_ADDRINFO.pod | 24 int BIO_lookup_ex(const char *host, const char *service, int lookup_type, 27 enum BIO_lookup_type lookup_type, 46 uses B<lookup_type> to determine what the default address should
|
/freebsd/lib/libc/rpc/ |
H A D | getrpcent.c | 605 enum nss_lookup_type lookup_type; in rpc_id_func() local 608 lookup_type = (enum nss_lookup_type)(uintptr_t)cache_mdata; in rpc_id_func() 609 switch (lookup_type) { in rpc_id_func() 620 memcpy(buffer, &lookup_type, sizeof(enum nss_lookup_type)); in rpc_id_func() 634 memcpy(buffer, &lookup_type, sizeof(enum nss_lookup_type)); in rpc_id_func()
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | ProgramStateTrait.h | 154 using lookup_type = const value_type *; 165 static lookup_type Lookup(data_type B, key_type K) {
|
H A D | ProgramState.h | 432 typename ProgramStateTrait<T>::lookup_type
|
/freebsd/lib/libc/gen/ |
H A D | getgrent.c | 163 enum nss_lookup_type lookup_type; in grp_id_func() local 166 lookup_type = (enum nss_lookup_type)(uintptr_t)cache_mdata; in grp_id_func() 167 switch (lookup_type) { in grp_id_func() 177 memcpy(buffer, &lookup_type, sizeof(enum nss_lookup_type)); in grp_id_func() 190 memcpy(buffer, &lookup_type, sizeof(enum nss_lookup_type)); in grp_id_func()
|
H A D | getpwent.c | 211 enum nss_lookup_type lookup_type; in pwd_id_func() local 213 lookup_type = (enum nss_lookup_type)(uintptr_t)cache_mdata; in pwd_id_func() 214 switch (lookup_type) { in pwd_id_func() 224 memcpy(buffer, &lookup_type, sizeof(enum nss_lookup_type)); in pwd_id_func() 237 memcpy(buffer, &lookup_type, sizeof(enum nss_lookup_type)); in pwd_id_func()
|
/freebsd/sys/dev/cxgbe/common/ |
H A D | common.h | 829 u8 lookup_type, u8 port_id, bool sleep_ok); 832 u8 lookup_type, u8 port_id, bool sleep_ok); 835 unsigned int vni_mask, u8 dip_hit, u8 lookup_type,
|
H A D | t4_hw.c | 8065 unsigned int vni_mask, u8 dip_hit, u8 lookup_type, in t4_alloc_encap_mac_filt() argument 8087 V_FW_VI_MAC_CMD_LOOKUP_TYPE(lookup_type)); in t4_alloc_encap_mac_filt() 8113 u8 lookup_type, u8 port_id, bool sleep_ok) in t4_alloc_raw_mac_filt() argument 8132 p->data0_pkd = cpu_to_be32(V_DATALKPTYPE(lookup_type) | in t4_alloc_raw_mac_filt() 8301 u8 lookup_type, u8 port_id, bool sleep_ok) in t4_free_raw_mac_filt() argument 8321 p->data0_pkd = cpu_to_be32(V_DATALKPTYPE(lookup_type) | in t4_free_raw_mac_filt()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | bio.h | 756 enum BIO_lookup_type lookup_type, 759 int lookup_type, int family, int socktype, int protocol,
|
H A D | bio.h.in | 733 enum BIO_lookup_type lookup_type, 736 int lookup_type, int family, int socktype, int protocol,
|
/freebsd/sys/dev/cxgbe/cudbg/ |
H A D | cudbg_entity.h | 182 u8 lookup_type; member
|
H A D | cudbg_lib.c | 3547 tcam->lookup_type = G_DATALKPTYPE(data2); in collect_mps_tcam() 3554 if (tcam->lookup_type && in collect_mps_tcam() 3555 (tcam->lookup_type != M_DATALKPTYPE)) { in collect_mps_tcam() 3575 if (tcam->lookup_type && in collect_mps_tcam() 3576 (tcam->lookup_type != M_DATALKPTYPE)) { in collect_mps_tcam()
|
/freebsd/sys/dev/cxgbe/ |
H A D | t4_main.c | 10250 uint8_t dip_hit, vlan_vld, lookup_type, port_num; in sysctl_mps_tcam_t6() local 10275 lookup_type = G_DATALKPTYPE(data2); in sysctl_mps_tcam_t6() 10277 if (lookup_type && lookup_type != M_DATALKPTYPE) { in sysctl_mps_tcam_t6() 10305 if (lookup_type && lookup_type != M_DATALKPTYPE) { in sysctl_mps_tcam_t6() 10327 if (lookup_type && lookup_type != M_DATALKPTYPE) { in sysctl_mps_tcam_t6() 10348 lookup_type ? 'I' : 'O', port_num, in sysctl_mps_tcam_t6()
|