/titanic_50/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | group.c | 104 group_walk_t *gw; in group_walk_init() local 107 gw = mdb_alloc(sizeof (group_walk_t), UM_SLEEP | UM_GC); in group_walk_init() 114 gw->gw_size = group.grp_size; in group_walk_init() 115 gw->gw_initialized = 0; in group_walk_init() 116 gw->gw_pos = 0; in group_walk_init() 118 if (gw->gw_size < 0) { in group_walk_init() 123 if (gw->gw_size == 0) in group_walk_init() 129 gw->gw_set = mdb_alloc(group.grp_size * sizeof (uintptr_t), in group_walk_init() 132 if (mdb_vread(gw->gw_set, group.grp_size * sizeof (uintptr_t), in group_walk_init() 138 wsp->walk_data = gw; in group_walk_init() [all …]
|
/titanic_50/usr/src/uts/common/io/ib/clients/eoib/ |
H A D | enx_fip.c | 93 eibnx_gw_info_t *gw; in eibnx_fip_solicit_ucast() local 117 for (gw = info->ti_gw; gw; gw = gw->gw_next) { in eibnx_fip_solicit_ucast() 119 if (eibnx_is_gw_dead(gw)) in eibnx_fip_solicit_ucast() 122 swqe = gw->gw_swqe; in eibnx_fip_solicit_ucast() 157 if ((gw->gw_adv_period * 4) < min_solicit_period_msec) in eibnx_fip_solicit_ucast() 158 min_solicit_period_msec = gw->gw_adv_period * 4; in eibnx_fip_solicit_ucast() 164 ret = eibnx_fip_send_solicit_pkt(info, swqe, &gw->gw_addr); in eibnx_fip_solicit_ucast()
|
H A D | eib_vnic.c | 1773 eib_vhub_map_t *gw; in eib_vnic_lookup_dest() local 1792 gw = tbl->tb_gateway; in eib_vnic_lookup_dest() 1800 if ((elem == NULL) && (gw == NULL)) { in eib_vnic_lookup_dest() 1809 bcopy(gw, ucast, sizeof (eib_vhub_map_t)); in eib_vnic_lookup_dest()
|
/titanic_50/usr/src/uts/intel/io/dktp/hba/ghd/ |
H A D | ghd_gcmd.c | 53 gw_t gw; member 81 gwp->gwrap.gw.glen = gwrap_len; in ghd_gcmd_alloc() 87 gcmdp = &gwp->gwrap.gw.gcmd; in ghd_gcmd_alloc()
|
/titanic_50/usr/src/uts/common/pcmcia/cs/ |
H A D | cs.c | 1496 get_window_t gw; in cs_init_cis_window() local 1614 gw.window = sp->cis_win_num; in cs_init_cis_window() 1615 gw.socket = sp->socket_num; /* XXX - SS_GetWindow should set this */ in cs_init_cis_window() 1616 if (SocketServices(SS_GetWindow, &gw) != SUCCESS) in cs_init_cis_window() 1619 *hp = (acc_handle_t)gw.handle; in cs_init_cis_window() 4918 get_window_t gw; in cs_modify_mem_window() local 4929 gw.window = GET_WINDOW_NUMBER(wh); in cs_modify_mem_window() 4930 if (SocketServices(SS_GetWindow, &gw) != SUCCESS) in cs_modify_mem_window() 4932 sw.state = gw.state; in cs_modify_mem_window() 4933 sw.socket = gw.socket; in cs_modify_mem_window() [all …]
|
/titanic_50/usr/src/cmd/cmd-inet/etc/ |
H A D | services | 220 www-ldap-gw 1760/tcp # HTTP to LDAP gateway 221 www-ldap-gw 1760/udp # HTTP to LDAP gateway
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | commands.c | 2594 struct gateway *gw; in resolve_hosts() local 2668 gw = gw_addrs; in resolve_hosts() 2714 &gw->gw_addr); in resolve_hosts() 2717 gw->gw_addr = *v4addrp; in resolve_hosts() 2724 gw->gw_addr6 = *v6addrp; in resolve_hosts() 2774 gw++; in resolve_hosts()
|
/titanic_50/usr/src/grub/grub-0.97/netboot/ |
H A D | nic.c | 1163 ifconfig (char *ip, char *sm, char *gw, char *svr) in ifconfig() argument 1184 if (gw && ! inet_aton (gw, &arptable[ARP_GATEWAY].ipaddr)) in ifconfig()
|
H A D | pxe.h | 442 IP4_t gw; /* ip gateway */ member
|
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | ip6_if.c | 2532 in6_addr_t *gw; in ipif_add_ires_v6() local 2553 gw = &ipif->ipif_v6lcl_addr; in ipif_add_ires_v6() 2555 gw = NULL; in ipif_add_ires_v6() 2576 gw, /* gateway */ in ipif_add_ires_v6()
|
H A D | tnet.c | 1468 ipaddr_t *gw; in tsol_ip_forward() local 1559 gw = &ire->ire_gateway_addr; in tsol_ip_forward() 1560 gw_rhtp = find_tpc(gw, ire->ire_ipversion, B_FALSE); in tsol_ip_forward()
|
H A D | ip6.c | 1166 in6_addr_t gw; in icmp_redirect_v6() local 1184 gw = ipif->ipif_v6lcl_addr; in icmp_redirect_v6() 1190 &gw, /* gateway addr */ in icmp_redirect_v6()
|
H A D | ip_if.c | 14883 uchar_t *gw; in ipif_add_ires_v4() local 14905 gw = (uchar_t *)&ipif->ipif_lcl_addr; in ipif_add_ires_v4() 14907 gw = NULL; in ipif_add_ires_v4() 14913 gw, /* gateway */ in ipif_add_ires_v4()
|
/titanic_50/usr/src/grub/grub-0.97/stage2/ |
H A D | builtins.c | 2098 char *svr = 0, *ip = 0, *gw = 0, *sm = 0; in ifconfig_func() local 2114 gw = arg + sizeof ("--gateway=") - 1; in ifconfig_func() 2126 if (! ifconfig (ip, sm, gw, svr)) in ifconfig_func()
|
/titanic_50/usr/src/grub/grub-0.97/docs/ |
H A D | grub.info-2 | 64 :gw=145.71.35.1:\
|
H A D | grub.texi | 1535 :gw=145.71.35.1:\
|
H A D | grub.info | 1370 :gw=145.71.35.1:\
|
/titanic_50/usr/src/data/hwdata/ |
H A D | usb.ids | 12952 1926 H5321 gw Mobile Broadband Driver
|