Home
last modified time | relevance | path

Searched refs:typep (Results 1 – 12 of 12) sorted by relevance

/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Drhead_tunnel.c45 __out uint32_t *typep) in efx_tunnel_protocol2mae_encap_type() argument
51 *typep = MAE_MCDI_ENCAP_TYPE_NONE; in efx_tunnel_protocol2mae_encap_type()
54 *typep = MAE_MCDI_ENCAP_TYPE_VXLAN; in efx_tunnel_protocol2mae_encap_type()
57 *typep = MAE_MCDI_ENCAP_TYPE_GENEVE; in efx_tunnel_protocol2mae_encap_type()
60 *typep = MAE_MCDI_ENCAP_TYPE_NVGRE; in efx_tunnel_protocol2mae_encap_type()
H A Defx_phy.c300 __out efx_phy_media_type_t *typep) in efx_phy_media_type_get() argument
308 *typep = epp->ep_module_type; in efx_phy_media_type_get()
310 *typep = epp->ep_fixed_port_type; in efx_phy_media_type_get()
349 __out efx_phy_fec_type_t *typep) in efx_phy_fec_type_get() argument
357 *typep = epls.epls_fec; in efx_phy_fec_type_get()
H A Defx_lic.c189 __out uint32_t *typep,
979 __out uint32_t *typep, in efx_mcdi_licensing_v3_get_id() argument
1007 *typep = MCDI_OUT_DWORD(req, LICENSING_GET_ID_V3_OUT_LICENSE_TYPE); in efx_mcdi_licensing_v3_get_id()
1409 __out uint32_t *typep, in efx_lic_get_id() argument
1422 if ((rc = elop->elo_get_id(enp, buffer_size, typep, in efx_lic_get_id()
H A Defx_rx.c472 __out efx_rx_scale_context_type_t *typep) in efx_rx_scale_default_support_get() argument
479 if (typep == NULL) { in efx_rx_scale_default_support_get()
488 *typep = enp->en_rss_context_type; in efx_rx_scale_default_support_get()
H A Def10_nvram.c2416 __out efx_nvram_type_t *typep) in ef10_nvram_partn_to_type() argument
2423 EFSYS_ASSERT(typep != NULL); in ef10_nvram_partn_to_type()
2431 *typep = entry->nvtype; in ef10_nvram_partn_to_type()
H A Defx.h1196 __out efx_phy_media_type_t *typep);
2818 __out efx_rx_scale_context_type_t *typep);
3645 __out uint32_t *typep,
3847 __out efx_phy_fec_type_t *typep);
/f-stack/tools/libmemstat/
H A Dmemstat_malloc.c332 struct malloc_type type, *typep; in memstat_kvm_malloc() local
372 for (typep = kmemstatistics; typep != NULL; typep = type.ks_next) { in memstat_kvm_malloc()
373 ret = kread(kvm, typep, &type, sizeof(type), 0); in memstat_kvm_malloc()
/f-stack/freebsd/sys/
H A Dnv.h108 const char *nvlist_next(const nvlist_t *nvl, int *typep, void **cookiep);
/f-stack/freebsd/contrib/libnv/
H A Dnvlist.c1408 nvlist_next(const nvlist_t *nvl, int *typep, void **cookiep) in nvlist_next() argument
1420 if (typep != NULL) in nvlist_next()
1421 *typep = nvpair_type(nvp); in nvlist_next()
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_dataset.c73 zfs_userquota_prop_t *typep, char *domain, int domainlen, uint64_t *ridp);
3071 zfs_userquota_prop_t *typep, char *domain, int domainlen, uint64_t *ridp) in userquota_propname_decode() argument
3091 *typep = type; in userquota_propname_decode()
3184 uint64_t *propvalue, zfs_userquota_prop_t *typep) in zfs_prop_get_userquota_common() argument
3193 typep, zc.zc_value, sizeof (zc.zc_value), &zc.zc_guid); in zfs_prop_get_userquota_common()
3194 zc.zc_objset_type = *typep; in zfs_prop_get_userquota_common()
/f-stack/freebsd/netgraph/
H A Dnetgraph.h1138 int ng_make_node_common(struct ng_type *typep, node_p *nodep);
/f-stack/tools/compat/include/netgraph/
H A Dnetgraph.h1142 int ng_make_node_common(struct ng_type *typep, node_p *nodep);