Home
last modified time | relevance | path

Searched refs:gate (Results 1 – 25 of 40) sorted by relevance

12

/illumos-gate/usr/src/cmd/refer/
H A Drefer4.c21 static int gate = 0; variable
31 if (gate) in output()
34 gate = 1; in output()
87 if (gate) in flout()
89 gate = 0; in flout()
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Dunix.c635 switch (gate->sgd_type) { in gate_desc_dump()
651 lastval = gate->sgd_ist; in gate_desc_dump()
654 lastval = gate->sgd_stkcpy; in gate_desc_dump()
665 if (gate->sgd_type == SDT_SYSTASKGT) in gate_desc_dump()
668 mdb_printf("%-30a ", GATESEG_GETOFFSET(gate)); in gate_desc_dump()
671 gate->sgd_dpl, (gate->sgd_p ? '+' : ' '), type, lastval); in gate_desc_dump()
678 gate_desc_t gate; in gate_desc() local
683 if (mdb_vread(&gate, sizeof (gate_desc_t), addr) != in gate_desc()
689 gate_desc_dump(&gate, "", DCMD_HDRSPEC(flags)); in gate_desc()
719 gate_desc_t gate; in idt() local
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dinput.c136 struct in6_addr *gate; in rip_input() local
382 gate = &nexthop; in rip_input()
384 gate = &from->sin6_addr; in rip_input()
432 gate, n->rip6_prefix_length, in rip_input()
463 if (IN6_ARE_ADDR_EQUAL(gate, &rt->rt_router)) { in rip_input()
466 rtchange(rt, gate, n->rip6_metric, ifp); in rip_input()
474 rtchange(rt, gate, n->rip6_metric, ifp); in rip_input()
H A Dtables.c232 rtadd(struct in6_addr *dst, struct in6_addr *gate, int prefix_length, in rtadd() argument
272 rt->rt_router = *gate; in rtadd()
323 rtchange(struct rt_entry *rt, struct in6_addr *gate, short metric, in rtchange() argument
338 if (!IN6_ARE_ADDR_EQUAL(&rt->rt_router, gate) || rt->rt_ifp != ifp) in rtchange()
366 rt->rt_router = *gate; in rtchange()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dtable.c316 in_addr_t gate, in ag_check() argument
345 nc_ag.ag_gate = gate; in ag_check()
537 ag->ag_gate = gate; in ag_check()
538 gate = xaddr; in ag_check()
650 nag->ag_gate = gate; in ag_check()
796 in_addr_t gate, in rtioctl() argument
911 (gate == 0 || k->k_gate == gate) && in kern_find()
960 k->k_gate = gate; in kern_add()
1572 in_addr_t mask, gate; in read_rt() local
1709 gate = 0; in read_rt()
[all …]
H A Dparms.c223 uint32_t dst, netmask, gate; in gwkludge() local
319 if (!gethost(gname, &gate)) { in gwkludge()
388 addroutefordefault(dst, gate, netmask, metric, in gwkludge()
393 ifp = check_dup(NULL, gate, dst, netmask, 0, _B_FALSE); in gwkludge()
408 ifp->int_addr = gate; in gwkludge()
412 ifp->int_std_mask = std_mask(gate); in gwkludge()
1015 addroutefordefault(in_addr_t dst, in_addr_t gate, in_addr_t mask, in addroutefordefault() argument
1023 ifp = iflookup(gate); in addroutefordefault()
1026 naddr_ntoa(gate)); in addroutefordefault()
1034 new.rts_router = gate; in addroutefordefault()
[all …]
H A Drdisc.c511 uint32_t gate; in del_rdisc() local
516 del_redirects(gate = drp->dr_gate, 0); in del_rdisc()
554 naddr_ntoa(gate), ifp->int_name, i); in del_rdisc()
558 naddr_ntoa(gate), ifp->int_name); in del_rdisc()
565 naddr_ntoa(gate), ifp->int_name); in del_rdisc()
874 in_addr_t gate, in parse_ad() argument
884 if (gate == RIP_DEFAULT || !check_dst(gate)) { in parse_ad()
886 naddr_ntoa(from), naddr_ntoa(gate)); in parse_ad()
893 if (ifwithaddr(gate, _B_TRUE, _B_FALSE) != 0) { in parse_ad()
897 if (!on_net(gate, ifp->int_net, ifp->int_mask)) { in parse_ad()
[all …]
H A Dinput.c167 in_addr_t gate, mask, v1_mask, dst, ddst_h = 0; in input() local
189 gate = ntohl(FROM_NADDR); in input()
190 if (IN_CLASSD(gate) || (gate >> IN_CLASSA_NSHIFT) == 0) { in input()
594 if ((gate >> IN_CLASSA_NSHIFT) == IN_LOOPBACKNET || in input()
595 IN_LINKLOCAL(gate)) { in input()
797 gate = FROM_NADDR; in input()
806 gate = n->n_nhop; in input()
938 new.rts_gate = gate; in input()
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dmach_kdi.c73 kdi_idt_write(gate_desc_t *gate, uint_t vec) in kdi_idt_write() argument
81 idt[vec] = *gate; in kdi_idt_write()
83 xen_idt_write(gate, vec); in kdi_idt_write()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmach_kdi.c50 kdi_idt_write(gate_desc_t *gate, uint_t vec) in kdi_idt_write() argument
63 idt[vec] = *gate; in kdi_idt_write()
/illumos-gate/usr/src/cmd/ast/libshell/common/tests/
H A Dsun_solaris_vartree003.sh119 …fox-gate/XW_NV/open-src/tarballs/xorg-server-1.3.0.0/hw/xprint/config/C/print/models/PSdefault/fon…
142 …fox-gate/XW_NV/open-src/tarballs/xorg-server-1.3.0.0/hw/xprint/config/C/print/models/PSdefault/fon…
/illumos-gate/usr/src/pkg/manifests/
H A Ddeveloper-opensolaris-osnet.p5m26 set name=pkg.summary value="Dependencies required to build the illumos-gate."
28 value="Dependencies required to build the illumos-gate."
H A Dsystem-man.p5m68 # import this into illumos-gate.
/illumos-gate/usr/src/lib/libipadm/common/
H A Dipadm_ngz.c71 in_addr_t gate, in i_ipadm_rtioctl4() argument
108 w.w_gate.sin_addr.s_addr = gate; in i_ipadm_rtioctl4()
150 in6_addr_t gate, in i_ipadm_rtioctl6() argument
182 w.w_gate.sin6_addr = gate; in i_ipadm_rtioctl6()
/illumos-gate/usr/src/uts/sun4u/sunfire/ml/
H A Dsysctrl_asm.S63 add %g4, %g1, %g4 ! compute address of gate id
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dndp.c370 struct sockaddr **gate, struct sockaddr **mask, struct sockaddr **src, in ndp_extract_sockaddrs() argument
402 *gate = sa; in ndp_extract_sockaddrs()
502 struct sockaddr *dst = NULL, *gate = NULL, *mask = NULL, *src = NULL; in ndp_find_interface() local
510 if (ndp_extract_sockaddrs(&msg.m_rtm, &dst, &gate, in ndp_find_interface()
/illumos-gate/usr/src/uts/intel/io/vmxnet3s/
H A DREADME.txt28 * enable building in the illumos gate
/illumos-gate/usr/src/test/zfs-tests/tests/functional/largest_pool/
H A Dlargest_pool.cfg37 # - volume size exceeds limit for this system. (happy gate)
/illumos-gate/usr/src/cmd/ast/
H A DREADME.ast20 Note that for the moment, as long as building gate using gcc 4.4.4 as the
/illumos-gate/exception_lists/
H A Dpackaging.deps2 # This is a list of external dependencies referenced by packages in gate
/illumos-gate/usr/src/tools/
H A DREADME.tools104 but may need more testing before it's placed in the gate. The source
170 development gate. It can also be used to validate new changes to
171 the development gate before they are integrated.
232 a developer wanting to do a full build in a child of the gate, copy the
/illumos-gate/
H A DREADME.md1 # illumos-gate
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_create/
H A Dzfs_create.cfg49 # - volume size exceeds limit for this system. (happy gate)
/illumos-gate/usr/src/tools/findunref/
H A Dexception_list.closed44 # An unfortunate artifact of the bridged, split gate is that closed-source
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dnet.c918 ipaddr_t gate; in netstat_irev4_cb() local
947 gate = ire->ire_gateway_addr; in netstat_irev4_cb()
956 ire->ire_mask, ADDR_V4_WIDTH, gate, intf, in netstat_irev4_cb()
962 ADDR_V4_WIDTH, ire->ire_addr, ADDR_V4_WIDTH, gate, flags, in netstat_irev4_cb()

12