Searched refs:gw (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgroup.c104 group_walk_t *gw; local
107 gw = mdb_alloc(sizeof (group_walk_t), UM_SLEEP | UM_GC);
114 gw->gw_size = group.grp_size;
115 gw->gw_initialized = 0;
116 gw->gw_pos = 0;
118 if (gw->gw_size < 0) {
123 if (gw->gw_size == 0)
129 gw->gw_set = mdb_alloc(group.grp_size * sizeof (uintptr_t),
132 if (mdb_vread(gw->gw_set, group.grp_size * sizeof (uintptr_t),
138 wsp->walk_data = gw;
151 group_walk_t *gw = (group_walk_t *)wsp->walk_data; local
[all...]
/illumos-gate/usr/src/uts/intel/io/dktp/hba/ghd/
H A Dghd_gcmd.c53 gw_t gw; member in union:gcmd_padded_wrapper::__anon9508
81 gwp->gwrap.gw.glen = gwrap_len;
87 gcmdp = &gwp->gwrap.gw.gcmd;
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_fip.c93 eibnx_gw_info_t *gw; local
100 * destination. Now, the only places where the gw list pointers
101 * are updated are when we're adding a new gw item to the list
106 * not change by the addition of a new gw item coming into
109 * Also, since the gw list is torn down only by the port-monitor
114 * of gateways without the gw list lock in this routine.
117 for (gw = info->ti_gw; gw; gw = gw
[all...]
H A Deib_vnic.c150 * vnic id to send to gw during a login to be a 2-tuple of
1472 * Copy rss hash and prepare vhub id from gw port id and vlan
1773 eib_vhub_map_t *gw; local
1792 gw = tbl->tb_gateway;
1800 if ((elem == NULL) && (gw == NULL)) {
1809 bcopy(gw, ucast, sizeof (eib_vhub_map_t));
/illumos-gate/usr/src/uts/common/pcmcia/cs/
H A Dcs.c1496 get_window_t gw; local
1614 gw.window = sp->cis_win_num;
1615 gw.socket = sp->socket_num; /* XXX - SS_GetWindow should set this */
1616 if (SocketServices(SS_GetWindow, &gw) != SUCCESS)
1619 *hp = (acc_handle_t)gw.handle;
4918 get_window_t gw; local
4929 gw.window = GET_WINDOW_NUMBER(wh);
4930 if (SocketServices(SS_GetWindow, &gw) != SUCCESS)
4932 sw.state = gw.state;
4933 sw.socket = gw
5029 get_window_t gw; local
[all...]
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dpxe.c661 udpwrite_p->gw = 0;
663 udpwrite_p->gw = gateip.s_addr;
H A Dpxe.h434 IP4_t gw; /* ip gateway */ member in struct:__anon325
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dpxe.h442 IP4_t gw; /* ip gateway */ member in struct:__anon2139
H A Dnic.c1163 ifconfig (char *ip, char *sm, char *gw, char *svr) argument
1184 if (gw && ! inet_aton (gw, &arptable[ARP_GATEWAY].ipaddr))
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dcommands.c2594 struct gateway *gw; local
2668 gw = gw_addrs;
2714 &gw->gw_addr);
2717 gw->gw_addr = *v4addrp;
2724 gw->gw_addr6 = *v6addrp;
2774 gw++;
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dtnet.c1407 "failed match (cipso gw)",
1423 "failed match (unlabeled gw)",
1468 ipaddr_t *gw; local
1552 * do a lookup based on the ire_addr (address of gw)
1559 gw = &ire->ire_gateway_addr;
1560 gw_rhtp = find_tpc(gw, ire->ire_ipversion, B_FALSE);
H A Dip6_if.c2532 in6_addr_t *gw; local
2553 gw = &ipif->ipif_v6lcl_addr;
2555 gw = NULL;
2576 gw, /* gateway */
H A Dip6.c1166 in6_addr_t gw; local
1184 gw = ipif->ipif_v6lcl_addr;
1190 &gw, /* gateway addr */
H A Dip_if.c14890 uchar_t *gw; local
14912 gw = (uchar_t *)&ipif->ipif_lcl_addr;
14914 gw = NULL;
14920 gw, /* gateway */
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c2124 char *svr = 0, *ip = 0, *gw = 0, *sm = 0;
2140 gw = arg + sizeof ("--gateway=") - 1;
2152 if (! ifconfig (ip, sm, gw, svr))
2098 char *svr = 0, *ip = 0, *gw = 0, *sm = 0; local

Completed in 207 milliseconds