Home
last modified time | relevance | path

Searched defs:pi (Results 1 – 25 of 118) sorted by relevance

12345

/titanic_52/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dtables.c63 struct phyint *pi; in phyint_lookup() local
78 struct phyint *pi; phyint_lookup_on_index() local
93 struct phyint *pi; phyint_create() local
154 phyint_insert(struct phyint * pi) phyint_insert() argument
171 phyint_init_from_k(struct phyint * pi) phyint_init_from_k() argument
473 phyint_delete(struct phyint * pi) phyint_delete() argument
518 phyint_timer(struct phyint * pi,uint_t elapsed) phyint_timer() argument
572 phyint_print(struct phyint * pi) phyint_print() argument
644 phyint_get_lla(struct phyint * pi,struct lifreq * lifrp) phyint_get_lla() argument
680 phyint_reach_random(struct phyint * pi,boolean_t set_needed) phyint_reach_random() argument
715 struct phyint *pi; tmptoken_isvalid() local
759 tmptoken_create(struct phyint * pi) tmptoken_create() argument
826 tmptoken_delete(struct phyint * pi) tmptoken_delete() argument
852 tmptoken_timer(struct phyint * pi,uint_t elapsed) tmptoken_timer() argument
992 prefix_lookup(struct phyint * pi,struct in6_addr prefix,int prefixlen) prefix_lookup() argument
1069 prefix_lookup_name(struct phyint * pi,char * name) prefix_lookup_name() argument
1096 struct phyint *pi; prefix_lookup_addr_match() local
1124 prefix_create(struct phyint * pi,struct in6_addr prefix,int prefixlen,uint64_t flags) prefix_create() argument
1160 prefix_create_name(struct phyint * pi,char * name) prefix_create_name() argument
1181 prefix_insert(struct phyint * pi,struct prefix * pr) prefix_insert() argument
1230 struct phyint *pi = pr->pr_physical; prefix_init_from_k() local
1367 struct phyint *pi; prefix_delete() local
1404 struct phyint *pi = pr->pr_physical; prefix_modify_flags() local
1489 struct phyint *pi = pr->pr_physical; prefix_update_k() local
1920 adv_prefix_lookup(struct phyint * pi,struct in6_addr prefix,int prefixlen) adv_prefix_lookup() argument
1944 adv_prefix_create(struct phyint * pi,struct in6_addr prefix,int prefixlen) adv_prefix_create() argument
1971 adv_prefix_insert(struct phyint * pi,struct adv_prefix * adv_pr) adv_prefix_insert() argument
1989 struct phyint *pi; adv_prefix_delete() local
2058 router_lookup(struct phyint * pi,struct in6_addr addr) router_lookup() argument
2082 router_create(struct phyint * pi,struct in6_addr addr,uint_t lifetime) router_create() argument
2108 router_insert(struct phyint * pi,struct router * dr) router_insert() argument
2126 struct phyint *pi; router_delete() local
2225 struct phyint *pi = dr->dr_physical; router_add_k() local
2269 struct phyint *pi = dr->dr_physical; router_delete_k() local
2317 struct phyint *pi; phyint_print_all() local
2325 phyint_cleanup(struct phyint * pi) phyint_cleanup() argument
2352 struct phyint *pi = pr->pr_physical; prefix_update_ipadm_addrobj() local
[all...]
H A Dndp.c96 in_data(struct phyint * pi) in_data() argument
287 incoming_rs(struct phyint * pi,struct nd_router_solicit * rs,int len,struct sockaddr_in6 * from) incoming_rs() argument
317 dhcp_op(struct phyint * pi,int type) dhcp_op() argument
354 start_dhcp(struct phyint * pi) start_dhcp() argument
388 release_dhcp(struct phyint * pi) release_dhcp() argument
433 incoming_ra(struct phyint * pi,struct nd_router_advert * ra,int len,struct sockaddr_in6 * from,boolean_t loopback) incoming_ra() argument
591 incoming_prefix_opt(struct phyint * pi,uchar_t * opt,struct sockaddr_in6 * from,boolean_t loopback) incoming_prefix_opt() argument
642 incoming_prefix_onlink(struct phyint * pi,uchar_t * opt) incoming_prefix_onlink() argument
726 incoming_prefix_stateful(struct phyint * pi,uchar_t * opt) incoming_prefix_stateful() argument
793 incoming_prefix_addrconf(struct phyint * pi,uchar_t * opt,struct sockaddr_in6 * from,boolean_t loopback) incoming_prefix_addrconf() argument
887 incoming_prefix_addrconf_process(struct phyint * pi,struct prefix * pr,uchar_t * opt,struct sockaddr_in6 * from,boolean_t loopback,boolean_t new_prefix) incoming_prefix_addrconf_process() argument
1150 incoming_mtu_opt(struct phyint * pi,uchar_t * opt,struct sockaddr_in6 * from) incoming_mtu_opt() argument
1206 incoming_lla_opt(struct phyint * pi,uchar_t * opt,struct sockaddr_in6 * from,int isrouter) incoming_lla_opt() argument
1267 verify_ra_consistency(struct phyint * pi,struct nd_router_advert * ra,int len,struct sockaddr_in6 * from) verify_ra_consistency() argument
1350 verify_prefix_opt(struct phyint * pi,uchar_t * opt,char * frombuf) verify_prefix_opt() argument
1464 verify_mtu_opt(struct phyint * pi,uchar_t * opt,char * frombuf) verify_mtu_opt() argument
1492 verify_opt_len(struct nd_opt_hdr * opt,int optlen,struct phyint * pi,struct sockaddr_in6 * from) verify_opt_len() argument
1531 update_ra_flag(const struct phyint * pi,const struct sockaddr_in6 * from,int isrouter) update_ra_flag() argument
[all...]
H A Dmain.c154 add_opt_lla(struct phyint *pi, struct nd_opt_lla *optp) in add_opt_lla() argument
177 solicit(struct sockaddr_in6 *sin6, struct phyint *pi) in solicit() argument
208 advertise(struct sockaddr_in6 * sin6,struct phyint * pi,boolean_t no_prefixes) advertise() argument
424 struct phyint *pi; if_process() local
622 struct phyint *pi; initifs() local
710 check_to_advertise(struct phyint * pi,enum adv_events event) check_to_advertise() argument
740 advertise_event(struct phyint * pi,enum adv_events event,uint_t elapsed) advertise_event() argument
886 check_to_solicit(struct phyint * pi,enum solicit_events event) check_to_solicit() argument
961 struct phyint *pi; check_daemonize() local
1001 solicit_event(struct phyint * pi,enum solicit_events event,uint_t elapsed) solicit_event() argument
1204 struct phyint *pi; run_timeouts() local
1331 struct phyint *pi; in_signal() local
1587 struct phyint *pi; process_rtsock() local
1712 struct phyint *pi; process_mibsock() local
1822 check_if_removed(struct phyint * pi) check_if_removed() argument
1903 loopback_ra_enqueue(struct phyint * pi,struct nd_router_advert * ra,int len) loopback_ra_enqueue() argument
1980 struct phyint *pi; main() local
2148 logperror_pi(const struct phyint * pi,const char * str) logperror_pi() argument
2301 struct phyint *pi; ndpd_set_autoconf() local
2335 struct phyint *pi; ndpd_create_addrs() local
2409 struct phyint *pi; ndpd_delete_addrs() local
2494 check_autoconf_var_consistency(struct phyint * pi,boolean_t stateless,boolean_t stateful) check_autoconf_var_consistency() argument
2528 phyint_check_ipadm_intfid(struct phyint * pi) phyint_check_ipadm_intfid() argument
[all...]
H A Dtrace.c35 print_route_sol(char *str, struct phyint *pi, in print_route_sol() argument
52 print_route_adv(char *str, struct phyint *pi, in print_route_adv() argument
/titanic_52/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_mac.c99 struct port_info *pi = arg; in t4_mc_getstat() local
330 struct port_info *pi = arg; t4_mc_start() local
345 struct port_info *pi = arg; t4_mc_stop() local
356 struct port_info *pi = arg; t4_mc_setpromisc() local
377 struct port_info *pi = arg; t4_mc_multicst() local
422 struct port_info *pi = arg; t4_mc_unicst() local
446 struct port_info *pi = arg; t4_mc_tx() local
456 struct port_info *pi = arg; t4_mc_getcapab() local
492 struct port_info *pi = arg; t4_mc_setprop() local
657 struct port_info *pi = arg; t4_mc_getprop() local
729 struct port_info *pi = arg; t4_mc_propinfo() local
794 begin_synchronized_op(struct port_info * pi,int hold,int waitok) begin_synchronized_op() argument
827 end_synchronized_op(struct port_info * pi,int held) end_synchronized_op() argument
843 t4_init_synchronized(struct port_info * pi) t4_init_synchronized() argument
904 t4_uninit_synchronized(struct port_info * pi) t4_uninit_synchronized() argument
936 propinfo(struct port_info * pi,const char * name,mac_prop_info_handle_t ph) propinfo() argument
968 getprop(struct port_info * pi,const char * name,uint_t size,void * val) getprop() argument
997 setprop(struct port_info * pi,const char * name,const void * val) setprop() argument
1128 t4_mc_init(struct port_info * pi) t4_mc_init() argument
1137 struct port_info *pi = sc->port[idx]; t4_os_link_changed() local
1144 t4_mac_rx(struct port_info * pi,struct sge_rxq * rxq,mblk_t * m) t4_mac_rx() argument
[all...]
H A Dt4_sge.c346 first_vector(struct port_info * pi) first_vector() argument
384 port_intr_iq(struct port_info * pi,int idx) port_intr_iq() argument
426 t4_setup_port_queues(struct port_info * pi) t4_setup_port_queues() argument
569 t4_teardown_port_queues(struct port_info * pi) t4_teardown_port_queues() argument
929 t4_eth_tx(struct port_info * pi,struct sge_txq * txq,mblk_t * frame) t4_eth_tx() argument
1098 alloc_iq_fl(struct port_info * pi,struct sge_iq * iq,struct sge_fl * fl,int intr_idx,int cong) alloc_iq_fl() argument
1229 free_iq_fl(struct port_info * pi,struct sge_iq * iq,struct sge_fl * fl) free_iq_fl() argument
1330 alloc_rxq(struct port_info * pi,struct sge_rxq * rxq,int intr_idx,int i) alloc_rxq() argument
1345 free_rxq(struct port_info * pi,struct sge_rxq * rxq) free_rxq() argument
1363 alloc_ofld_rxq(struct port_info * pi,struct sge_ofld_rxq * ofld_rxq,int intr_idx) alloc_ofld_rxq() argument
1377 free_ofld_rxq(struct port_info * pi,struct sge_ofld_rxq * ofld_rxq) free_ofld_rxq() argument
1435 eth_eq_alloc(struct adapter * sc,struct port_info * pi,struct sge_eq * eq) eth_eq_alloc() argument
1478 ofld_eq_alloc(struct adapter * sc,struct port_info * pi,struct sge_eq * eq) ofld_eq_alloc() argument
1521 alloc_eq(struct adapter * sc,struct port_info * pi,struct sge_eq * eq) alloc_eq() argument
1619 alloc_wrq(struct adapter * sc,struct port_info * pi,struct sge_wrq * wrq,int idx) alloc_wrq() argument
1654 alloc_txq(struct port_info * pi,struct sge_txq * txq,int idx) alloc_txq() argument
1701 free_txq(struct port_info * pi,struct sge_txq * txq) free_txq() argument
2561 write_txpkt_wr(struct port_info * pi,struct sge_txq * txq,mblk_t * m,struct txinfo * txinfo) write_txpkt_wr() argument
2699 write_ulp_cpl_sgl(struct port_info * pi,struct sge_txq * txq,struct txpkts * txpkts,struct txinfo * txinfo) write_ulp_cpl_sgl() argument
3093 setup_port_config_kstats(struct port_info * pi) setup_port_config_kstats() argument
3141 setup_port_info_kstats(struct port_info * pi) setup_port_info_kstats() argument
3183 struct port_info *pi = ksp->ks_private; update_port_info_kstats() local
3248 setup_rxq_kstats(struct port_info * pi,struct sge_rxq * rxq,int idx) setup_rxq_kstats() argument
3318 setup_txq_kstats(struct port_info * pi,struct sge_txq * txq,int idx) setup_txq_kstats() argument
[all...]
H A Dt4_nexus.c425 struct port_info *pi; in t4_devo_attach() local
523 struct port_info *pi = sc->port[i]; t4_devo_attach() local
606 struct port_info *pi = sc->port[i]; t4_devo_attach() local
689 struct port_info *pi; t4_devo_detach() local
810 struct port_info *pi; t4_bus_ctl() local
1795 struct port_info *pi; add_child_node() local
1828 struct port_info *pi; remove_child_node() local
1941 PSTR(pi) setup_kstats() argument
1979 struct port_info *pi = sc->port[i]; adapter_full_init() local
2022 port_full_init(struct port_info * pi) port_full_init() argument
2066 port_full_uninit(struct port_info * pi) port_full_uninit() argument
2078 enable_port_queues(struct port_info * pi) enable_port_queues() argument
2120 disable_port_queues(struct port_info * pi) disable_port_queues() argument
2196 const struct port_info *pi = sc->port[idx]; t4_os_portmod_changed() local
2240 toe_capability(struct port_info * pi,int enable) toe_capability() argument
[all...]
/titanic_52/usr/src/boot/sys/boot/common/
H A Dpnp.c35 struct pnpinfo *pi; in pnp_scan() local
91 struct pnpinfo *pi; in pnp_discard() local
104 pnp_addident(struct pnpinfo *pi, cha argument
123 struct pnpinfo *pi; pnp_allocinfo() local
135 pnp_freeinfo(struct pnpinfo * pi) pnp_freeinfo() argument
158 pnp_addinfo(struct pnpinfo * pi) pnp_addinfo() argument
[all...]
H A Disapnp.c160 isapnp_scan_resdata(struct pnpinfo *pi) in isapnp_scan_resdata() argument
231 struct pnpinfo *pi; in isapnp_isolation_protocol() local
[all...]
/titanic_52/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_tables.c92 struct phyint *pi; in phyint_lookup() local
111 phyint_lookup_hwaddr(struct phyint * pi,boolean_t online_only) phyint_lookup_hwaddr() argument
148 struct phyint *pi = arg; phyint_link_notify() local
201 phyint_link_init(struct phyint * pi) phyint_link_init() argument
259 phyint_link_close(struct phyint * pi) phyint_link_close() argument
279 struct phyint *pi; phyint_inst_lookup() local
313 phyint_insert(struct phyint * pi,struct phyint_group * pg) phyint_insert() argument
373 struct phyint *pi; phyint_create() local
421 phyint_inst_create(struct phyint * pi,int af) phyint_inst_create() argument
458 phyint_chstate(struct phyint * pi,enum pi_state state) phyint_chstate() argument
478 phyint_changed(struct phyint * pi) phyint_changed() argument
603 struct phyint *pi; phyint_inst_init_from_k() local
1142 struct phyint *pi, *usablepi; phyint_group_refresh_state() local
1215 struct phyint *pi; phyint_inst_update_from_k() local
1327 phyint_delete(struct phyint * pi) phyint_delete() argument
1416 phyint_offline(struct phyint * pi,uint_t minred) phyint_offline() argument
1495 phyint_undo_offline(struct phyint * pi) phyint_undo_offline() argument
1556 struct phyint *pi = pii->pii_phyint; phyint_inst_delete() local
2231 struct phyint *pi; target_create() local
2513 struct phyint *pi; target_flush_hosts() local
2642 logint_upcount(struct phyint * pi) logint_upcount() argument
2680 phyint_is_functioning(struct phyint * pi) phyint_is_functioning() argument
2691 phyint_is_usable(struct phyint * pi) phyint_is_usable() argument
2748 ifstate(struct phyint * pi) ifstate() argument
2778 iftype(struct phyint * pi) iftype() argument
2790 iflinkstate(struct phyint * pi) iflinkstate() argument
2802 ifprobestate(struct phyint * pi) ifprobestate() argument
2834 ifflags(struct phyint * pi) ifflags() argument
3065 phyint_group_member_event(struct phyint_group * pg,struct phyint * pi,ipmp_if_op_t op) phyint_group_member_event() argument
3113 phyint_state_event(struct phyint_group * pg,struct phyint * pi) phyint_state_event() argument
3178 struct phyint *pi; getgroupinfo() local
3309 struct phyint *pi; getifinfo() local
3423 struct phyint *pi; getsnap() local
[all...]
H A Dmpd_probe.c1024 struct phyint *pi; in check_pg_crtt_improved() local
1127 struct phyint *pi; in incoming_mcast_reply() local
1350 phyint_activate_another(struct phyint * pi) phyint_activate_another() argument
1380 phyint_transition_to_running(struct phyint * pi) phyint_transition_to_running() argument
1454 phyint_standby_refresh_inactive(struct phyint * pi) phyint_standby_refresh_inactive() argument
1493 phyint_check_for_repair(struct phyint * pi) phyint_check_for_repair() argument
1525 struct phyint *pi = pii->pii_phyint; phyint_inst_check_for_failure() local
1594 struct phyint *pi; phyint_inst_timer() local
1933 process_link_state_down(struct phyint * pi) process_link_state_down() argument
1966 process_link_state_up(struct phyint * pi) process_link_state_up() argument
1992 struct phyint *pi; process_link_state_changes() local
2024 reset_crtt_all(struct phyint * pi) reset_crtt_all() argument
2146 struct phyint *pi; failure_state() local
2524 phyint_repaired(struct phyint * pi) phyint_repaired() argument
2589 change_pif_flags(struct phyint * pi,uint64_t set,uint64_t clear) change_pif_flags() argument
[all...]
H A Dmpd_main.c480 struct phyint *pi; in check_addr_unique() local
526 stop_probing(struct phyint *pi) in stop_probing() argument
581 struct phyint *pi; select_test_ifs() local
795 struct phyint *pi; check_testconfig() local
863 struct phyint *pi; check_config() local
1336 struct phyint *pi; process_rtm_ifinfo() local
1658 struct phyint *pi; router_add_common() local
1772 struct phyint *pi; init_router_targets() local
1837 struct phyint *pi; dup_host_targets() local
1922 struct phyint *pi; main() local
2398 struct phyint *pi; process_cmd() local
[all...]
H A Dmpd_tables.h76 #define PHYINT_INSTANCE(pi, af) \ argument
127 #define LINK_DOWN(pi) ((pi)->pi_link_state == 0) argument
128 #define LINK_UP(pi) (!LINK_DOWN(pi)) argument
129 #define FLAGS_TO_LINK_STATE(pi) (((pi)->pi_flags & IFF_RUNNING) != 0) argument
130 #define UPDATE_LINK_STATE(pi) ((p argument
132 INIT_LINK_STATE(pi) global() argument
[all...]
/titanic_52/usr/src/cmd/cmd-inet/usr.sbin/in.rdisc/
H A Din.rdisc.c608 struct phyint *pi; in advertise() local
1131 struct phyint *pi; sendbcast() local
1200 struct phyint *pi; sendmcast() local
1284 struct phyint *pi; force_preference() local
1310 struct phyint *pi; initifs() local
1633 struct phyint *pi; find_directly_connected_logint() local
1666 struct phyint *pi; report_interfaces() local
1692 struct phyint *pi; find_phyint() local
1705 struct phyint *pi; add_phyint() local
1723 free_phyint(struct phyint * pi) free_phyint() argument
1744 find_logint(struct phyint * pi,char * name) find_logint() argument
1760 add_logint(struct phyint * pi,char * name) add_logint() argument
1789 struct phyint *pi; free_logint() local
1814 deleted_phyint(struct phyint * pi,int s,struct sockaddr_in * joinaddr) deleted_phyint() argument
1880 struct phyint *pi; deleted_logint() local
[all...]
/titanic_52/usr/src/uts/common/io/cxgbe/cxgbe/
H A Dcxgbe.c121 struct port_info_stub *pi; in cxgbe_devo_attach() local
176 struct port_info_stub *pi; cxgbe_devo_detach() local
[all...]
/titanic_52/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dinetd.c837 proto_info_t *pi; in poll_bound_fds() local
884 proto_info_t *pi; handle_bind_failure() local
1036 proto_info_t *pi; is_rpc_num_in_use() local
1081 proto_info_t *pi; create_bound_fds() local
1192 proto_info_t *pi; destroy_bound_fds() local
1220 expand_address(instance_t * inst,const proto_info_t * pi) expand_address() argument
2189 proto_info_t *pi; process_start_term() local
2694 exec_method(instance_t * instance,instance_method_t method,method_info_t * mi,struct method_context * mthd_ctxt,const proto_info_t * pi) exec_method() argument
3171 pending_connections(instance_t * instance,proto_info_t * pi) pending_connections() argument
3183 accept_connection(instance_t * instance,proto_info_t * pi) accept_connection() argument
3219 process_nowait_request(instance_t * instance,proto_info_t * pi) process_nowait_request() argument
3345 process_wait_request(instance_t * instance,const proto_info_t * pi) process_wait_request() argument
3440 proto_info_t *pi; process_network_events() local
[all...]
/titanic_52/usr/src/uts/sun4u/os/
H A Dmach_mp_startup.c43 processor_info_t *pi = &cp->cpu_type_info; in init_cpu_info() local
182 processor_info_t *pi; in populate_idstr() local
/titanic_52/usr/src/test/os-tests/tests/spoof-ras/
H A Dspoof-ras.c175 struct nd_opt_prefix_info pi; in spoof_bad_lla_optlen_test() local
238 struct nd_opt_prefix_info pi; in spoof_bad_pi_optlen_test() local
309 struct nd_opt_prefix_info pi; in spoof_bad_plen_test() local
340 struct nd_opt_prefix_info pi; spoof_link_local_test() local
368 struct nd_opt_prefix_info pi; spoof_good_test() local
[all...]
/titanic_52/usr/src/uts/sun4v/os/
H A Dmach_mp_startup.c48 processor_info_t *pi = &cp->cpu_type_info; in init_cpu_info() local
277 processor_info_t *pi; in populate_idstr() local
/titanic_52/usr/src/lib/libm/common/complex/
H A Dcarg.c35 pi = 3.14159265358979311600e+00, variable
/titanic_52/usr/src/cmd/ipf/lib/common/
H A Dratoi.c12 int ratoi(ps, pi, min, max) in ratoi() argument
/titanic_52/usr/src/lib/libm/common/C/
H A Dsincospi.c81 pi = 3.14159265358979323846, /* 400921FB,54442D18 */ global() variable
[all...]
/titanic_52/usr/src/lib/libc/amd64/unwind/
H A Deh_frame.c318 unsigned char *pi, *pj; in _Unw_EhfhLookup() local
358 unsigned char *pi = table_bg; in locate_fde_for_pc() local
[all...]
/titanic_52/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dpcibus_hba.c62 di_node_t cn, int instance, di_path_t pi) in pci_scsi_device_create() argument
185 di_path_t pi; in pci_iports_instantiate() local
[all...]
/titanic_52/usr/src/cmd/getdevpolicy/
H A Dgetdevpolicy.c44 static const priv_impl_info_t *pi; variable

12345