Home
last modified time | relevance | path

Searched refs:ph (Results 101 – 125 of 131) sorted by relevance

123456

/illumos-gate/usr/src/cmd/luxadm/
H A Dqlgcupdate.c1309 di_prom_handle_t ph; in emulex_fcodeversion() local
1319 if ((ph = di_prom_init()) == DI_PROM_HANDLE_NIL) { in emulex_fcodeversion()
1323 for (promprop = di_prom_prop_next(ph, node, in emulex_fcodeversion()
1326 promprop = di_prom_prop_next(ph, node, promprop)) { in emulex_fcodeversion()
H A Dg_adm.c6394 di_prom_handle_t ph; in get_host_controller_pwwn() local
6475 if ((ph = di_prom_init()) == DI_PROM_HANDLE_NIL) { in get_host_controller_pwwn()
6480 for (promprop = di_prom_prop_next(ph, node, in get_host_controller_pwwn()
6483 promprop = di_prom_prop_next(ph, node, promprop)) { in get_host_controller_pwwn()
6495 di_prom_fini(ph); in get_host_controller_pwwn()
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusbai_pipe_mgmt.c136 usb_pipe_handle_t ph = NULL; in usba_get_pipe_handle() local
141 ph = (usb_pipe_handle_t)ph_data->p_ph_impl; in usba_get_pipe_handle()
145 return (ph); in usba_get_pipe_handle()
1327 usb_pipe_handle_t ph, in usb_pipe_reset()
1542 usb_pipe_handle_t ph, in usb_pipe_drain_reqs()
H A Dusbai.c700 usb_pipe_handle_t ph; in usba_handle_device_remote_wakeup() local
708 ph = usba_get_dflt_pipe_handle(dip); in usba_handle_device_remote_wakeup()
720 if ((rval = usb_pipe_sync_ctrl_xfer(dip, ph, in usba_handle_device_remote_wakeup()
H A Dusbai_req.c2043 usb_pipe_handle_t ph, in usba_dummy_callback() argument
2051 (void *)ph, rval, flags, (void *)arg); in usba_dummy_callback()
/illumos-gate/usr/src/uts/sun4/io/efcode/
H A Dfc_ops.c472 fc_phandle_t ph, ch; in fco_new_device() local
486 ph = fc_cell2phandle(fc_arg(cp, 1)); in fco_new_device()
487 pdev = fc_phandle_to_dip(fc_handle_to_phandle_head(rp), ph); in fco_new_device()
H A Dfcpci.c549 pci_regspec_t p, *ph; in pfc_map_in() local
601 ph = kmem_zalloc(sizeof (pci_regspec_t), KM_SLEEP); in pfc_map_in()
602 *ph = p; in pfc_map_in()
603 ip->fc_regspec = ph; /* cache a copy of the reg spec */ in pfc_map_in()
1730 pci_unmap_phys(ddi_acc_handle_t *handlep, pci_regspec_t *ph) in pci_unmap_phys() argument
1740 mr.map_obj.rp = (struct regspec *)ph; in pci_unmap_phys()
/illumos-gate/usr/src/cmd/sgs/demo_rdb/common/
H A Drdb.h202 extern void CallStack(struct ps_prochandle *ph);
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlemon.c3790 int ph; local
3793 ph = strhash(data);
3794 h = ph & (x1a->size-1);
3830 h = ph & (x1a->size-1);
3953 int ph; local
3956 ph = strhash(key);
3957 h = ph & (x2a->size-1);
4159 int ph; local
4162 ph = statehash(key);
4304 int ph; local
[all …]
/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dhcdi.h249 usba_hcdi_cb(usba_pipe_handle_data_t *ph,
/illumos-gate/usr/src/lib/cfgadm_plugins/shp/common/
H A Dshp.c1082 di_prom_handle_t ph = (di_prom_handle_t)slotarg->promp; in find_slotname() local
1123 prom_prop = di_prom_prop_next(ph, din, DI_PROM_PROP_NIL); in find_slotname()
1127 rval = di_prom_prop_lookup_ints(ph, in find_slotname()
1133 prom_prop = di_prom_prop_next(ph, din, prom_prop); in find_slotname()
/illumos-gate/usr/src/lib/cfgadm_plugins/pci/common/
H A Dcfga.c1209 di_prom_handle_t ph = (di_prom_handle_t)slotarg->promp; in find_slotname() local
1250 prom_prop = di_prom_prop_next(ph, din, DI_PROM_PROP_NIL); in find_slotname()
1254 rval = di_prom_prop_lookup_ints(ph, in find_slotname()
1260 prom_prop = di_prom_prop_next(ph, din, prom_prop); in find_slotname()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Ddevinfo.c909 mdi_phci_t ph; in devinfo_print_pathing() local
921 if (mdb_vread((void*)&ph, sizeof (ph), in devinfo_print_pathing()
930 (uintptr_t)ph.ph_dip) == -1) { in devinfo_print_pathing()
932 (uintptr_t)ph.ph_dip); in devinfo_print_pathing()
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Ddisks_private.h138 di_prom_handle_t ph; member
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbsacm/
H A Dusbsacm.c287 static void usbsacm_intr_cb(usb_pipe_handle_t ph, usb_intr_req_t *req);
288 static void usbsacm_intr_ex_cb(usb_pipe_handle_t ph, usb_intr_req_t *req);
3122 usbsacm_intr_cb(usb_pipe_handle_t ph, usb_intr_req_t *req) in usbsacm_intr_cb() argument
3158 usbsacm_intr_ex_cb(usb_pipe_handle_t ph, usb_intr_req_t *req) in usbsacm_intr_ex_cb() argument
/illumos-gate/usr/src/uts/common/inet/iptun/
H A Diptun.c939 iptun_insert_simple_policies(ipsec_policy_head_t *ph, ipsec_act_t *actp, in iptun_insert_simple_policies() argument
944 if (!ipsec_polhead_insert(ph, actp, n, f, IPSEC_TYPE_INBOUND, ns) || in iptun_insert_simple_policies()
945 !ipsec_polhead_insert(ph, actp, n, f, IPSEC_TYPE_OUTBOUND, ns)) in iptun_insert_simple_policies()
949 return (ipsec_polhead_insert(ph, actp, n, f, IPSEC_TYPE_INBOUND, ns) && in iptun_insert_simple_policies()
950 ipsec_polhead_insert(ph, actp, n, f, IPSEC_TYPE_OUTBOUND, ns)); in iptun_insert_simple_policies()
/illumos-gate/usr/src/uts/common/io/usb/clients/ccid/
H A Dccid.c1143 ccid_reply_bulk_cb(usb_pipe_handle_t ph, usb_bulk_req_t *ubrp) in ccid_reply_bulk_cb() argument
1282 ccid_reply_bulk_exc_cb(usb_pipe_handle_t ph, usb_bulk_req_t *ubrp) in ccid_reply_bulk_exc_cb() argument
1481 ccid_dispatch_bulk_cb(usb_pipe_handle_t ph, usb_bulk_req_t *ubrp) in ccid_dispatch_bulk_cb() argument
1509 ccid_dispatch_bulk_exc_cb(usb_pipe_handle_t ph, usb_bulk_req_t *ubrp) in ccid_dispatch_bulk_exc_cb() argument
1977 ccid_intr_pipe_cb(usb_pipe_handle_t ph, usb_intr_req_t *uirp) in ccid_intr_pipe_cb() argument
2059 ccid_intr_pipe_except_cb(usb_pipe_handle_t ph, usb_intr_req_t *uirp) in ccid_intr_pipe_except_cb() argument
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_input.c3246 sctp_parm_hdr_t *ph; in sctp_check_input() local
3349 ph = p; in sctp_check_input()
3350 while (ph != NULL && clen > 0) { in sctp_check_input()
3351 ch_len = ntohs(ph->sph_len); in sctp_check_input()
3352 if (ch_len > len || ch_len < sizeof (*ph)) { in sctp_check_input()
3355 ph = sctp_next_parm(ph, &clen); in sctp_check_input()
/illumos-gate/usr/src/uts/common/io/usb/clients/usbecm/
H A Dusbecm.c89 static void usbecm_intr_cb(usb_pipe_handle_t ph, usb_intr_req_t *req);
90 static void usbecm_intr_ex_cb(usb_pipe_handle_t ph, usb_intr_req_t *req);
1548 usbecm_intr_cb(usb_pipe_handle_t ph, usb_intr_req_t *req) in usbecm_intr_cb() argument
1582 usbecm_intr_ex_cb(usb_pipe_handle_t ph, usb_intr_req_t *req) in usbecm_intr_ex_cb() argument
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmap.c4785 pmap->ph = NULL;
4925 if (pmap->ph != NULL)
4927 ph_set_sendhook(pmap->ph, NULL);
4928 ph_set_recvhook(pmap->ph, NULL);
4929 ph_close(pmap->ph, pmap->ph_fastclose);
5051 if (ph_open(&(pmap->ph), host,
5058 && ph_id(pmap->ph, phmap_id) == 0)
5128 i = ph_email_resolve(pmap->ph, key, pmap->ph_field_list, &value);
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c4287 ddi_acc_handle_t h, ph; in pcicfg_fcode_probe() local
4316 if (pci_config_setup(parent, &ph) != DDI_SUCCESS) in pcicfg_fcode_probe()
4321 ph, &parent_regs); in pcicfg_fcode_probe()
4776 ph, &parent_regs); in pcicfg_fcode_probe()
4778 pci_config_teardown(&ph); in pcicfg_fcode_probe()
6772 pcicfg_unmap_phys(ddi_acc_handle_t *handlep, pci_regspec_t *ph) in pcicfg_unmap_phys() argument
6782 mr.map_obj.rp = (struct regspec *)ph; in pcicfg_unmap_phys()
/illumos-gate/usr/src/uts/common/io/usb/clients/video/usbvc/
H A Dusbvc.c3165 usbvc_isoc_cb(usb_pipe_handle_t ph, usb_isoc_req_t *isoc_req) in usbvc_isoc_cb() argument
3241 usbvc_isoc_exc_cb(usb_pipe_handle_t ph, usb_isoc_req_t *isoc_req) in usbvc_isoc_exc_cb() argument
3260 (void *)ph, (void *)isoc_req, completion_reason); in usbvc_isoc_exc_cb()
3284 usb_pipe_stop_isoc_polling(ph, USB_FLAGS_NOSLEEP); in usbvc_isoc_exc_cb()
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool.c2516 pool_system_elem(const pool_system_t *ph) in pool_system_elem() argument
2518 return ((pool_elem_t *)ph); in pool_system_elem()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspd.c1434 ipsec_req_from_head(ipsec_policy_head_t *ph, ipsec_req_t *req, int af) in ipsec_req_from_head() argument
1441 for (p = ph->iph_root[IPSEC_INBOUND].ipr_nonhash[af]; in ipsec_req_from_head()
3881 ipsec_polhead_insert(ipsec_policy_head_t *ph, ipsec_act_t *actp, uint_t nact, in ipsec_polhead_insert() argument
3892 pr = &ph->iph_root[ptype]; in ipsec_polhead_insert()
3894 ipsec_insert_always(&ph->iph_rulebyid, pol); in ipsec_polhead_insert()
/illumos-gate/usr/src/boot/common/
H A Dload_elf.c53 Elf_Phdr *ph; member

123456