Home
last modified time | relevance | path

Searched refs:ph (Results 1 – 25 of 131) sorted by last modified time

123456

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_input.c3247 sctp_parm_hdr_t *ph; in sctp_check_input() local
3350 ph = p; in sctp_check_input()
3351 while (ph != NULL && clen > 0) { in sctp_check_input()
3352 ch_len = ntohs(ph->sph_len); in sctp_check_input()
3353 if (ch_len > len || ch_len < sizeof (*ph)) { in sctp_check_input()
3356 ph = sctp_next_parm(ph, &clen); in sctp_check_input()
H A Dsctp_hash.c357 sctp_parm_hdr_t *ph; in sctp_lookup_by_faddrs() local
402 if (remaining < sizeof (*ph)) { in sctp_lookup_by_faddrs()
412 ph = (sctp_parm_hdr_t *)(iack + 1); in sctp_lookup_by_faddrs()
420 while (ph != NULL) { in sctp_lookup_by_faddrs()
430 param_type = ntohs(ph->sph_type); in sctp_lookup_by_faddrs()
434 (ph + 1), &src); in sctp_lookup_by_faddrs()
443 (ph + 1), *faddrpp); in sctp_lookup_by_faddrs()
448 *faddrpp = (in6_addr_t *)(ph + 1); in sctp_lookup_by_faddrs()
457 ph = sctp_next_parm(ph, &remaining); in sctp_lookup_by_faddrs()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip.c6172 ipsec_policy_head_t *ph; in ipsec_set_req() local
6278 ph = connp->conn_policy = ipsec_polhead_split(connp->conn_policy, in ipsec_set_req()
6280 if (ph == NULL) in ipsec_set_req()
6291 if (!ipsec_polhead_insert(ph, actp, nact, IPSEC_AF_V4, in ipsec_set_req()
6295 if (!ipsec_polhead_insert(ph, actp, nact, IPSEC_AF_V4, in ipsec_set_req()
6304 if (!ipsec_polhead_insert(ph, actp, nact, IPSEC_AF_V6, in ipsec_set_req()
6307 if (!ipsec_polhead_insert(ph, actp, nact, IPSEC_AF_V6, in ipsec_set_req()
6342 ipsec_polhead_flush(ph, ns); in ipsec_set_req()
/illumos-gate/usr/src/cmd/sgs/demo_rdb/common/
H A Ddis.c75 if (addr_to_sym(ph, address, &sym, &str) == RET_OK) { in print_address_ps()
83 if ((mip = addr_to_map(ph, address)) != 0) { in print_address_ps()
92 (pltbase = is_plt(ph, address)) != 0) { in print_address_ps()
96 if (pread(ph->pp_statusfd, &pstatus, in print_address_ps()
100 if (rd_plt_resolution(ph->pp_rap, address, in print_address_ps()
107 if (addr_to_sym(ph, rp.pi_baddr, in print_address_ps()
159 if (ph->pp_dmodel == PR_MODEL_LP64) in disasm_addr()
167 if (ps_pread(ph, offset, (char *)&instr, in disasm_addr()
171 cur_ph = ph; in disasm_addr()
181 disasm(struct ps_prochandle *ph, int num_inst) in disasm() argument
[all …]
/illumos-gate/usr/src/data/zoneinfo/
H A Dasia3662 # [1] http://www.officialgazette.gov.ph/2013/05/15/republic-act-no-10535/
3663 # [2] https://www1.pagasa.dost.gov.ph/index.php/astronomy/philippine-standard-time#republic-act-105…
/illumos-gate/usr/src/cmd/ipf/lib/
H A Dipft_pc.c102 pcaphdr_t ph; local
113 if (read(fd, (char *)&ph, sizeof(ph)) != sizeof(ph))
116 if (ph.pc_id != TCPDUMP_MAGIC) {
117 if (SWAPLONG(ph.pc_id) != TCPDUMP_MAGIC) {
122 swap_hdr(&ph);
125 if (ph.pc_v_maj != PCAP_VERSION_MAJ) {
131 if (llcs[i].lc_type == ph.pc_type) {
144 ph.pc_id, ph.pc_v_maj, ph.pc_v_min, ph.pc_type, ph.pc_slen);
/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/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/boot/include/net/
H A Dif.h105 uint64_t ph; member
113 } ph; member
/illumos-gate/usr/src/boot/common/
H A Dbootstrap.h376 void (*arch_loadseg)(Elf_Ehdr *eh, Elf_Phdr *ph, uint64_t delta);
378 void (*arch_loadseg)(void *eh, void *ph, uint64_t delta);
H A Dload_elf.c53 Elf_Phdr *ph; member
/illumos-gate/usr/src/uts/common/os/
H A Dsunddi.c1746 ph->ph_cur_pos = ph->ph_data; in ddi_prop_encode_alloc()
1747 ph->ph_save_pos = ph->ph_data; in ddi_prop_encode_alloc()
1822 ph->ph_cur_pos = ph->ph_data; in ddi_prop_reset_pos()
1823 ph->ph_save_pos = ph->ph_data; in ddi_prop_reset_pos()
1833 ph->ph_save_pos = ph->ph_cur_pos; in ddi_prop_save_pos()
1842 ph->ph_cur_pos = ph->ph_save_pos; in ddi_prop_restore_pos()
3436 kmem_free(ph.ph_data, ph.ph_size); in ddi_prop_update_common()
3567 &ph.ph_data, &ph.ph_size); in ddi_prop_lookup_common()
3581 ph.ph_cur_pos = ph.ph_data; in ddi_prop_lookup_common()
3582 ph.ph_save_pos = ph.ph_data; in ddi_prop_lookup_common()
[all …]
H A Dsunmdi.c787 return (ph); in i_devi_get_phci()
938 mdi_phci_t *ph; in mdi_devi_get_vdip() local
941 if (ph && ph->ph_vhci) in mdi_devi_get_vdip()
963 while (ph) { in mdi_devi_pdip_entered()
964 if (ph->ph_dip && DEVI_BUSY_OWNED(ph->ph_dip)) { in mdi_devi_pdip_entered()
968 ph = ph->ph_next; in mdi_devi_pdip_entered()
1008 ph = ph->ph_next; in mdi_phci_path2devinfo()
3426 ASSERT(ph); in i_mdi_pi_state_change()
4214 if (ph) in mdi_pi_get_phci()
9546 while (ph) { in mdi_vhci_walk_phcis()
[all …]
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c277 usb_pipe_handle_t ph = NULL; in usba_hubdi_bind_root_hub() local
376 if (ph) { in usba_hubdi_bind_root_hub()
377 usb_pipe_close(dip, ph, in usba_hubdi_bind_root_hub()
2185 usb_pipe_handle_t ph; in hubd_setdevaddr() local
2293 usb_pipe_handle_t ph; in hubd_setdevconfig() local
6061 mutex_enter(&ph->p_mutex); in hubd_ready_device()
6063 ph->p_ph_impl->usba_ph_dip = ph->p_dip = child_dip; in hubd_ready_device()
6065 mutex_exit(&ph->p_mutex); in hubd_ready_device()
6710 if (ph) { in hubd_create_child()
9155 usb_pipe_handle_t ph; in hubd_check_same_device() local
[all …]
/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/scsa2usb/
H A Dscsa2usb.c5314 usb_pipe_handle_t ph, char *what) in scsa2usb_clear_ept_stall() argument
5329 usb_pipe_reset(dip, ph, USB_FLAGS_SLEEP, NULL, NULL); in scsa2usb_clear_ept_stall()
/illumos-gate/usr/src/uts/common/io/usbgem/
H A Dusbgem.c982 usbgem_intr_cb(usb_pipe_handle_t ph, usb_intr_req_t *req) in usbgem_intr_cb() argument
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_usba.c60 xhci_t *xhcip = xhci_hcdi_get_xhcip(ph); in xhci_hcdi_pipe_open()
79 if (ph->p_hcd_private != NULL) { in xhci_hcdi_pipe_open()
88 pipe->xp_pipe = ph; in xhci_hcdi_pipe_open()
105 epid = xhci_endpoint_pipe_to_epid(ph); in xhci_hcdi_pipe_open()
125 xep->xep_pipe = ph; in xhci_hcdi_pipe_open()
388 epid = xhci_endpoint_pipe_to_epid(ph); in xhci_hcdi_pipe_poll_fini()
397 xp = (xhci_pipe_t *)ph->p_hcd_private; in xhci_hcdi_pipe_poll_fini()
508 xp = (xhci_pipe_t *)ph->p_hcd_private; in xhci_hcdi_pipe_close()
569 ph->p_hcd_private = NULL; in xhci_hcdi_pipe_close()
743 ep = xhci_endpoint_pipe_to_epid(ph); in xhci_hcdi_pipe_ctrl_xfer()
[all …]
H A Dxhci_endpoint.c30 usba_pipe_handle_data_t *ph; in xhci_endpoint_is_periodic_in() local
33 ph = xep->xep_pipe; in xhci_endpoint_is_periodic_in()
34 ASSERT(ph != NULL); in xhci_endpoint_is_periodic_in()
642 usba_pipe_handle_data_t *ph) in xhci_endpoint_init() argument
648 if (ph == NULL) { in xhci_endpoint_init()
663 if (ph == NULL) { in xhci_endpoint_init()
667 xep->xep_pipe = ph; in xhci_endpoint_init()
687 if (ph == NULL) { in xhci_endpoint_init()
703 usba_pipe_handle_data_t *ph) in xhci_endpoint_reinit() argument
706 VERIFY(ph != NULL); in xhci_endpoint_reinit()
[all …]
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_provider.c1467 mac_prop_info_set_default_uint8(mac_prop_info_handle_t ph, uint8_t val) in mac_prop_info_set_default_uint8() argument
1469 mac_prop_info_state_t *pr = (mac_prop_info_state_t *)ph; in mac_prop_info_set_default_uint8()
1484 mac_prop_info_state_t *pr = (mac_prop_info_state_t *)ph; in mac_prop_info_set_default_uint64()
1500 mac_prop_info_state_t *pr = (mac_prop_info_state_t *)ph; in mac_prop_info_set_default_uint32()
1516 mac_prop_info_state_t *pr = (mac_prop_info_state_t *)ph; in mac_prop_info_set_default_str()
1530 mac_prop_info_set_default_link_flowctrl(mac_prop_info_handle_t ph, in mac_prop_info_set_default_link_flowctrl() argument
1533 mac_prop_info_state_t *pr = (mac_prop_info_state_t *)ph; in mac_prop_info_set_default_link_flowctrl()
1549 mac_prop_info_state_t *pr = (mac_prop_info_state_t *)ph; in mac_prop_info_set_default_fec()
1566 mac_prop_info_state_t *pr = (mac_prop_info_state_t *)ph; in mac_prop_info_set_range_uint32()
1593 mac_prop_info_set_perm(mac_prop_info_handle_t ph, uint8_t perm) in mac_prop_info_set_perm() argument
[all …]
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_mac.c51 mac_prop_info_handle_t ph);
56 mac_prop_info_handle_t ph);
1574 mac_prop_info_handle_t ph) in t4_mc_propinfo() argument
1588 mac_prop_info_set_default_uint8(ph, 1); in t4_mc_propinfo()
1612 mac_prop_info_set_default_uint8(ph, 1); in t4_mc_propinfo()
1619 mac_prop_info_set_default_uint8(ph, 1); in t4_mc_propinfo()
1626 mac_prop_info_set_default_uint8(ph, 1); in t4_mc_propinfo()
1633 mac_prop_info_set_default_uint8(ph, 1); in t4_mc_propinfo()
1640 mac_prop_info_set_default_uint8(ph, 1); in t4_mc_propinfo()
1670 propinfo(pi, name, ph); in t4_mc_propinfo()
[all …]
/illumos-gate/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_cmp.c184 int ph; in av1394_ioctl_plug_fini() local
188 if (av1394_pcr_ph_is_remote(ph) || av1394_pcr_ph_is_mpr(ph)) { in av1394_ioctl_plug_fini()
213 int ph; in av1394_ioctl_plug_reg_read() local
219 ph = pr.pr_handle; in av1394_ioctl_plug_reg_read()
262 int ph; in av1394_ioctl_plug_reg_cas() local
268 ph = pl.pl_handle; in av1394_ioctl_plug_reg_cas()
403 int ph; in av1394_ioctl_plug_init_remote() local
415 pip->pi_handle = ph; in av1394_ioctl_plug_init_remote()
507 int ph; in av1394_pcr_make_ph() local
517 ph = AV1394_IMPR_IDX; in av1394_pcr_make_ph()
[all …]
/illumos-gate/usr/src/lib/libpicl/
H A Dpicl.h147 picl_prophdl_t *ph);
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_prop_decode.c82 ph->ph_cur_pos = ph->ph_data; in di_prop_reset_pos()
83 ph->ph_save_pos = ph->ph_data; in di_prop_reset_pos()
93 ph->ph_save_pos = ph->ph_cur_pos; in di_prop_save_pos()
102 ph->ph_cur_pos = ph->ph_save_pos; in di_prop_restore_pos()
445 (caddr_t)ph->ph_data + ph->ph_size) { in di_prop_1275_int()
448 (caddr_t)ph->ph_data + ph->ph_size) { in di_prop_1275_int()
549 (caddr_t)ph->ph_data + ph->ph_size) { in di_prop_int64_op()
661 end = (char *)ph->ph_data + ph->ph_size; in di_prop_1275_string()
695 end = (char *)ph->ph_data + ph->ph_size; in di_prop_1275_string()
901 ph.ph_cur_pos = ph.ph_data; in di_prop_decode_common()
[all …]

123456