Home
last modified time | relevance | path

Searched refs:lookup_type (Results 1 – 21 of 21) sorted by relevance

/freebsd/usr.sbin/nscd/agents/
H A Dgroup.c121 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 Dservices.c124 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 Dpasswd.c130 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 Dgetnetnamadr.c67 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 Dgetprotoent.c91 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 Dgethostnamadr.c169 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 Dgetservent.c873 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 Dbio_addr.c624 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 DBIO_ADDRINFO.pod24 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 Dgetrpcent.c605 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 DProgramStateTrait.h154 using lookup_type = const value_type *;
165 static lookup_type Lookup(data_type B, key_type K) {
H A DProgramState.h432 typename ProgramStateTrait<T>::lookup_type
/freebsd/lib/libc/gen/
H A Dgetgrent.c163 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 Dgetpwent.c211 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 Dcommon.h829 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 Dt4_hw.c8065 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 Dbio.h756 enum BIO_lookup_type lookup_type,
759 int lookup_type, int family, int socktype, int protocol,
H A Dbio.h.in733 enum BIO_lookup_type lookup_type,
736 int lookup_type, int family, int socktype, int protocol,
/freebsd/sys/dev/cxgbe/cudbg/
H A Dcudbg_entity.h182 u8 lookup_type; member
H A Dcudbg_lib.c3547 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 Dt4_main.c10250 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()