/freebsd/sys/kern/ |
H A D | sys_procdesc.c | 124 struct procdesc *pd; in procdesc_find() local 155 struct procdesc *pd; in procdesc_pid() local 211 struct procdesc *pd; in procdesc_new() local 257 procdesc_free(struct procdesc *pd) in procdesc_free() 286 struct procdesc *pd; in procdesc_exit() local 330 struct procdesc *pd; in procdesc_reap() local 350 struct procdesc *pd; in procdesc_close() local 424 struct procdesc *pd; in procdesc_poll() local 443 struct procdesc *pd; in procdesc_kqops_detach() local 452 struct procdesc *pd; in procdesc_kqops_event() local [all …]
|
H A D | subr_devmap.c | 65 const struct devmap_entry *pd; in devmap_dump_table() local 98 const struct devmap_entry *pd; in devmap_lastaddr() local 172 const struct devmap_entry *pd; in devmap_bootstrap() local 200 const struct devmap_entry *pd; in devmap_ptov() local 220 const struct devmap_entry *pd; in devmap_vtop() local
|
/freebsd/sys/contrib/openzfs/module/icp/include/sys/crypto/ |
H A D | impl.h | 89 #define KCF_IS_PROV_USABLE(pd) ((pd)->pd_state == KCF_PROV_READY) argument 90 #define KCF_IS_PROV_REMOVED(pd) ((pd)->pd_state >= KCF_PROV_REMOVED) argument 229 #define KCF_TO_PROV_MECH_INDX(pd, mech_type) \ argument 233 #define KCF_TO_PROV_MECHINFO(pd, mech_type) \ argument 236 #define KCF_TO_PROV_MECHNUM(pd, mech_type) \ argument 255 #define KCF_PROV_CIPHER_OPS(pd) ((pd)->pd_ops_vector->co_cipher_ops) argument 256 #define KCF_PROV_MAC_OPS(pd) ((pd)->pd_ops_vector->co_mac_ops) argument 257 #define KCF_PROV_CTX_OPS(pd) ((pd)->pd_ops_vector->co_ctx_ops) argument 263 #define KCF_PROV_ENCRYPT_ATOMIC(pd, mech, key, plaintext, ciphertext, \ argument 270 #define KCF_PROV_DECRYPT_ATOMIC(pd, mech, key, ciphertext, plaintext, \ argument [all …]
|
/freebsd/stand/efi/libefi/ |
H A D | efipart.c | 137 pdinfo_t *pd = NULL; in efiblk_get_pdinfo() local 164 same_handle(pdinfo_t *pd, EFI_HANDLE h) in same_handle() 204 pdinfo_t *pd; in efiblk_pdinfo_count() local 216 pdinfo_t *pd; in efipart_find_parent() local 355 pdinfo_t *pd; in efipart_inithandles() local 428 pdinfo_t *pd; in efipart_get_pd() local 509 pdinfo_t *parent, *pd, *last; in efipart_cdinfo_add() local 580 efipart_testchild(pdinfo_t *dev, pdinfo_t *pd) in efipart_testchild() 713 pdinfo_t *parent, *pd, *last; in efipart_hdinfo_add() local 792 pdinfo_t *pd; in efipart_print_common() local [all …]
|
/freebsd/sys/contrib/openzfs/module/icp/api/ |
H A D | kcf_mac.c | 89 kcf_provider_desc_t *pd; in crypto_mac() local 156 crypto_mac_init_prov(kcf_provider_desc_t *pd, in crypto_mac_init_prov() 195 kcf_provider_desc_t *pd; in crypto_mac_init() local 252 kcf_provider_desc_t *pd; in crypto_mac_update() local 281 kcf_provider_desc_t *pd; in crypto_mac_final() local
|
H A D | kcf_cipher.c | 73 kcf_provider_desc_t *pd; in crypto_encrypt() local 144 kcf_provider_desc_t *pd; in crypto_decrypt() local
|
/freebsd/sys/sys/ |
H A D | procdesc.h | 79 #define PROCDESC_LOCK_DESTROY(pd) mtx_destroy(&(pd)->pd_lock) argument 80 #define PROCDESC_LOCK_INIT(pd) mtx_init(&(pd)->pd_lock, "procdesc", NULL, \ argument 82 #define PROCDESC_LOCK(pd) mtx_lock(&(pd)->pd_lock) argument 83 #define PROCDESC_UNLOCK(pd) mtx_unlock(&(pd)->pd_lock) argument
|
/freebsd/sys/netpfil/pf/ |
H A D | pf_syncookies.c | 263 pf_synflood_check(struct pf_pdesc *pd) in pf_synflood_check() 292 pf_syncookie_send(struct pf_pdesc *pd) in pf_syncookie_send() 310 pf_syncookie_check(struct pf_pdesc *pd) in pf_syncookie_check() 335 pf_syncookie_validate(struct pf_pdesc *pd) in pf_syncookie_validate() 426 pf_syncookie_mac(struct pf_pdesc *pd, union pf_syncookie cookie, uint32_t seq) in pf_syncookie_mac() 460 pf_syncookie_generate(struct pf_pdesc *pd, uint16_t mss) in pf_syncookie_generate() 500 pf_syncookie_recreate_syn(struct pf_pdesc *pd) in pf_syncookie_recreate_syn()
|
H A D | pf_norm.c | 1001 struct pf_pdesc pd; in pf_refragment6() local 1097 pf_normalize_ip(struct mbuf ** m0,u_short * reason,struct pf_pdesc * pd) pf_normalize_ip() argument 1261 pf_normalize_ip6(struct mbuf ** m0,int off,u_short * reason,struct pf_pdesc * pd) pf_normalize_ip6() argument 1340 pf_normalize_tcp(struct pf_pdesc * pd) pf_normalize_tcp() argument 1464 pf_normalize_tcp_init(struct pf_pdesc * pd,struct tcphdr * th,struct pf_state_peer * src,struct pf_state_peer * dst) pf_normalize_tcp_init() argument 1554 pf_normalize_sctp_init(struct pf_pdesc * pd,struct pf_state_peer * src,struct pf_state_peer * dst) pf_normalize_sctp_init() argument 1573 pf_normalize_tcp_stateful(struct pf_pdesc * pd,u_short * reason,struct tcphdr * th,struct pf_kstate * state,struct pf_state_peer * src,struct pf_state_peer * dst,int * writeback) pf_normalize_tcp_stateful() argument 1968 pf_normalize_mss(struct pf_pdesc * pd) pf_normalize_mss() argument 2022 pf_scan_sctp(struct pf_pdesc * pd) pf_scan_sctp() argument 2146 pf_normalize_sctp(struct pf_pdesc * pd) pf_normalize_sctp() argument 2222 pf_scrub(struct pf_pdesc * pd) pf_scrub() argument [all...] |
H A D | pf.c | 436 #define PACKET_LOOPED(pd) ((pd)->pf_mtag && \ argument 439 #define STATE_LOOKUP(k, s, pd) \ argument 450 BOUND_IFACE(struct pf_kstate *st, struct pf_pdesc *pd) in BOUND_IFACE() 623 pf_packet_rework_nat(struct mbuf *m, struct pf_pdesc *pd, int off, in pf_packet_rework_nat() 1631 pf_state_key_addr_setup(struct pf_pdesc *pd, in pf_state_key_addr_setup() 1688 pf_state_key_setup(struct pf_pdesc *pd, u_int16_t sport, u_int16_t dport, in pf_state_key_setup() 2156 pf_icmp_mapping(struct pf_pdesc *pd, u_int8_t type, in pf_icmp_mapping() 3454 pf_translate_af(struct pf_pdesc *pd) in pf_translate_af() 3547 pf_change_icmp_af(struct mbuf *m, int off, struct pf_pdesc *pd, in pf_change_icmp_af() 3864 pf_modulate_sack(struct pf_pdesc *pd, struct tcphdr *th, in pf_modulate_sack() [all …]
|
H A D | pf_lb.c | 141 pf_match_translation(struct pf_pdesc *pd, in pf_match_translation() 230 pf_get_sport(struct pf_pdesc *pd, struct pf_krule *r, in pf_get_sport() 437 pf_get_mape_sport(struct pf_pdesc *pd, struct pf_krule *r, in pf_get_mape_sport() 721 pf_get_translation(struct pf_pdesc *pd, int off, in pf_get_translation() 988 pf_get_transaddr_af(struct pf_krule *r, struct pf_pdesc *pd) in pf_get_transaddr_af()
|
/freebsd/sys/contrib/openzfs/module/icp/core/ |
H A D | kcf_callprov.c | 43 kcf_insert_triedlist(kcf_prov_tried_t **list, kcf_provider_desc_t *pd, in kcf_insert_triedlist() 60 is_in_triedlist(kcf_provider_desc_t *pd, kcf_prov_tried_t *triedl) in is_in_triedlist() 86 kcf_provider_desc_t *pd = NULL; in kcf_get_mech_provider() local
|
H A D | kcf_sched.c | 45 kcf_new_ctx(kcf_provider_desc_t *pd) in kcf_new_ctx() 80 kcf_provider_desc_t *pd = kcf_ctx->kc_prov_desc; in kcf_free_context() local
|
/freebsd/contrib/ofed/libcxgb4/ |
H A D | verbs.c | 83 struct c4iw_pd *pd; in c4iw_alloc_pd() local 98 int c4iw_free_pd(struct ibv_pd *pd) in c4iw_free_pd() 110 static struct ibv_mr *__c4iw_reg_mr(struct ibv_pd *pd, void *addr, in __c4iw_reg_mr() 143 struct ibv_mr *c4iw_reg_mr(struct ibv_pd *pd, void *addr, in c4iw_reg_mr() 286 struct ibv_srq *c4iw_create_srq(struct ibv_pd *pd, in c4iw_create_srq() 309 static struct ibv_qp *create_qp_v0(struct ibv_pd *pd, in create_qp_v0() 416 static struct ibv_qp *create_qp(struct ibv_pd *pd, in create_qp() 571 struct ibv_qp *c4iw_create_qp(struct ibv_pd *pd, in c4iw_create_qp() 662 struct ibv_ah *c4iw_create_ah(struct ibv_pd *pd, struct ibv_ah_attr *attr) in c4iw_create_ah()
|
/freebsd/contrib/capsicum-test/ |
H A D | procdesc.cc | 33 static pid_t pdwait4_(int pd, int *status, int options, struct rusage *ru) { in pdwait4_() 110 int pd = -1; in TEST() local 166 int pd = -1; in TEST() local 181 int pd = -1; in TEST() local 215 int pd = -1; in TEST() local 249 int pd; in ThreadMain() local 293 int pd = reinterpret_cast<intptr_t>(data); in TEST() local 573 int pd; in FORK_TEST() local 660 static void TestPdkill(pid_t pid, int pd) { in TestPdkill() 690 int pd = -1; in TEST() local [all …]
|
/freebsd/crypto/openssl/providers/common/ |
H A D | provider_util.c | 140 void ossl_prov_digest_reset(PROV_DIGEST *pd) in ossl_prov_digest_reset() 167 const EVP_MD *ossl_prov_digest_fetch(PROV_DIGEST *pd, OSSL_LIB_CTX *libctx, in ossl_prov_digest_fetch() 176 int ossl_prov_digest_load_from_params(PROV_DIGEST *pd, in ossl_prov_digest_load_from_params() 214 const EVP_MD *ossl_prov_digest_md(const PROV_DIGEST *pd) in ossl_prov_digest_md() 219 ENGINE *ossl_prov_digest_engine(const PROV_DIGEST *pd) in ossl_prov_digest_engine()
|
/freebsd/contrib/libpcap/ |
H A D | pcap-libdlpi.c | 96 struct pcap_dlpi *pd = p->priv; in pcap_activate_libdlpi() local 268 struct pcap_dlpi *pd = p->priv; in dlpromiscon() local 400 struct pcap_dlpi *pd = p->priv; in pcap_read_libdlpi() local 452 struct pcap_dlpi *pd = p->priv; in pcap_inject_libdlpi() local 475 struct pcap_dlpi *pd = p->priv; in pcap_cleanup_libdlpi() local
|
H A D | pcap-dpdk.c | 254 static int dpdk_init_timer(struct pcap_dpdk *pd){ in dpdk_init_timer() 287 struct pcap_dpdk *pd = (struct pcap_dpdk*)(p->priv); in dpdk_read_with_timeout() local 317 struct pcap_dpdk *pd = (struct pcap_dpdk*)(p->priv); in pcap_dpdk_dispatch() local 436 struct pcap_dpdk *pd = p->priv; in pcap_dpdk_close() local 450 static void nic_stats_display(struct pcap_dpdk *pd) in nic_stats_display() 463 struct pcap_dpdk *pd = p->priv; in pcap_dpdk_stats() local 487 struct pcap_dpdk *pd = (struct pcap_dpdk*)(p->priv); in pcap_dpdk_setnonblock() local 493 struct pcap_dpdk *pd = (struct pcap_dpdk*)(p->priv); in pcap_dpdk_getnonblock() local 754 struct pcap_dpdk *pd = p->priv; in pcap_dpdk_activate() local
|
/freebsd/sys/dev/mthca/ |
H A D | mthca_pd.c | 39 int mthca_pd_alloc(struct mthca_dev *dev, int privileged, struct mthca_pd *pd) in mthca_pd_alloc() 62 void mthca_pd_free(struct mthca_dev *dev, struct mthca_pd *pd) in mthca_pd_free()
|
/freebsd/crypto/openssl/crypto/ |
H A D | param_build.c | 55 OSSL_PARAM_BLD_DEF *pd = OPENSSL_zalloc(sizeof(*pd)); in param_push() local 79 OSSL_PARAM_BLD_DEF *pd = param_push(bld, key, size, size, type, 0); in param_push_num() local 204 OSSL_PARAM_BLD_DEF *pd; in OSSL_PARAM_BLD_push_BN_pad() local 239 OSSL_PARAM_BLD_DEF *pd; in OSSL_PARAM_BLD_push_utf8_string() local 259 OSSL_PARAM_BLD_DEF *pd; in OSSL_PARAM_BLD_push_utf8_ptr() local 277 OSSL_PARAM_BLD_DEF *pd; in OSSL_PARAM_BLD_push_octet_string() local 295 OSSL_PARAM_BLD_DEF *pd; in OSSL_PARAM_BLD_push_octet_ptr() local 313 OSSL_PARAM_BLD_DEF *pd; in param_bld_convert() local
|
/freebsd/sys/dev/mlx4/mlx4_ib/ |
H A D | mlx4_ib_mr.c | 61 struct ib_mr *mlx4_ib_get_dma_mr(struct ib_pd *pd, int acc) in mlx4_ib_get_dma_mr() 137 struct ib_mr *mlx4_ib_reg_user_mr(struct ib_pd *pd, u64 start, u64 length, in mlx4_ib_reg_user_mr() 194 int mr_access_flags, struct ib_pd *pd, in mlx4_ib_rereg_user_mr() 343 struct ib_mw *mlx4_ib_alloc_mw(struct ib_pd *pd, enum ib_mw_type type, in mlx4_ib_alloc_mw() 386 struct ib_mr *mlx4_ib_alloc_mr(struct ib_pd *pd, enum ib_mr_type mr_type, in mlx4_ib_alloc_mr() 430 struct ib_fmr *mlx4_ib_fmr_alloc(struct ib_pd *pd, int acc, in mlx4_ib_fmr_alloc()
|
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_verbs.c | 267 struct ib_pd *pd; in __ib_alloc_pd() local 334 void ib_dealloc_pd_user(struct ib_pd *pd, struct ib_udata *udata) in ib_dealloc_pd_user() 355 static struct ib_ah *_ib_create_ah(struct ib_pd *pd, in _ib_create_ah() 399 struct ib_ah *ib_create_ah(struct ib_pd *pd, struct ib_ah_attr *ah_attr, in ib_create_ah() 424 struct ib_ah *ib_create_user_ah(struct ib_pd *pd, in ib_create_user_ah() 656 struct ib_ah *ib_create_ah_from_wc(struct ib_pd *pd, const struct ib_wc *wc, in ib_create_ah_from_wc() 688 struct ib_pd *pd; in ib_destroy_ah_user() local 703 struct ib_srq *ib_create_srq(struct ib_pd *pd, in ib_create_srq() 875 struct ib_qp *ib_create_qp(struct ib_pd *pd, in ib_create_qp() 1488 struct ib_pd *pd; in ib_destroy_qp_user() local [all …]
|
H A D | ib_uverbs_std_types_mr.c | 48 struct ib_pd *pd = in UVERBS_HANDLER() local 89 struct ib_pd *pd = in UVERBS_HANDLER() local
|
/freebsd/sys/dev/hwpmc/ |
H A D | hwpmc_amd.c | 216 const struct amd_descr *pd; in amd_read_pmc() local 262 const struct amd_descr *pd; in amd_write_pmc() local 360 const struct pmc_descr *pd; in amd_allocate_pmc() local 475 const struct amd_descr *pd; in amd_start_pmc() local 506 const struct amd_descr *pd; in amd_stop_pmc() local 652 const struct amd_descr *pd; in amd_describe() local
|
/freebsd/sys/geom/raid/ |
H A D | md_jmicron.c | 358 struct g_raid_md_jmicron_perdisk *pd; in g_raid_md_jmicron_get_disk() local 427 struct g_raid_md_jmicron_perdisk *pd, *oldpd; in g_raid_md_jmicron_start_disk() local 646 struct g_raid_md_jmicron_perdisk *pd; in g_raid_md_jmicron_start() local 743 struct g_raid_md_jmicron_perdisk *pd; in g_raid_md_jmicron_new_disk() local 827 struct g_raid_md_jmicron_perdisk *pd; in g_raid_md_taste_jmicron() local 969 struct g_raid_md_jmicron_perdisk *pd; in g_raid_md_event_jmicron() local 1027 struct g_raid_md_jmicron_perdisk *pd; in g_raid_md_ctl_jmicron() local 1393 struct g_raid_md_jmicron_perdisk *pd; in g_raid_md_write_jmicron() local 1490 struct g_raid_md_jmicron_perdisk *pd; in g_raid_md_fail_disk_jmicron() local 1528 struct g_raid_md_jmicron_perdisk *pd; in g_raid_md_free_disk_jmicron() local
|