Home
last modified time | relevance | path

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

12

/titanic_41/usr/src/cmd/refer/
H A Drefer4.c23 static int gate = 0; variable
33 if (gate) in output()
36 gate = 1; in output()
89 if (gate) in flout()
91 gate = 0; in flout()
/titanic_41/usr/src/cmd/mdb/i86pc/modules/unix/
H A Dunix.c618 gate_desc_dump(gate_desc_t *gate, const char *label, int header) in gate_desc_dump() argument
624 switch (gate->sgd_type) { in gate_desc_dump()
635 (void) mdb_snprintf(type, sizeof (type), "%3x", gate->sgd_type); in gate_desc_dump()
640 lastval = gate->sgd_ist; in gate_desc_dump()
643 lastval = gate->sgd_stkcpy; in gate_desc_dump()
654 if (gate->sgd_type == SDT_SYSTASKGT) in gate_desc_dump()
657 mdb_printf("%-30a ", GATESEG_GETOFFSET(gate)); in gate_desc_dump()
659 mdb_printf("%4x %d %c %3s %2x\n", gate->sgd_selector, in gate_desc_dump()
660 gate->sgd_dpl, (gate->sgd_p ? '+' : ' '), type, lastval); in gate_desc_dump()
667 gate_desc_t gate; in gate_desc() local
[all …]
/titanic_41/usr/src/tools/scripts/
H A Dhgsetup.sh163 onnv-gate=ssh://anon@hg.opensolaris.org//hg/onnv/onnv-gate
164 illumos-gate=ssh://anonhg@hg.illumos.org/illumos-gate
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dinput.c138 struct in6_addr *gate; in rip_input() local
384 gate = &nexthop; in rip_input()
386 gate = &from->sin6_addr; in rip_input()
434 gate, n->rip6_prefix_length, in rip_input()
465 if (IN6_ARE_ADDR_EQUAL(gate, &rt->rt_router)) { in rip_input()
468 rtchange(rt, gate, n->rip6_metric, ifp); in rip_input()
476 rtchange(rt, gate, n->rip6_metric, ifp); in rip_input()
H A Dtables.c234 rtadd(struct in6_addr *dst, struct in6_addr *gate, int prefix_length, in rtadd() argument
274 rt->rt_router = *gate; in rtadd()
325 rtchange(struct rt_entry *rt, struct in6_addr *gate, short metric, in rtchange() argument
340 if (!IN6_ARE_ADDR_EQUAL(&rt->rt_router, gate) || rt->rt_ifp != ifp) in rtchange()
368 rt->rt_router = *gate; in rtchange()
/titanic_41/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()
441 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
814 #define ARGS rtm_type_name(action), rtname(dst, mask, gate), metric, flags in rtioctl()
835 w.w_gate.sin_addr.s_addr = gate; in rtioctl()
847 ifp = iflookup(gate); in rtioctl()
[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.c513 uint32_t gate; in del_rdisc() local
518 del_redirects(gate = drp->dr_gate, 0); in del_rdisc()
556 naddr_ntoa(gate), ifp->int_name, i); in del_rdisc()
560 naddr_ntoa(gate), ifp->int_name); in del_rdisc()
567 naddr_ntoa(gate), ifp->int_name); in del_rdisc()
876 in_addr_t gate, in parse_ad() argument
886 if (gate == RIP_DEFAULT || !check_dst(gate)) { in parse_ad()
888 naddr_ntoa(from), naddr_ntoa(gate)); in parse_ad()
895 if (ifwithaddr(gate, _B_TRUE, _B_FALSE) != 0) { in parse_ad()
899 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()
/titanic_41/usr/src/uts/i86xpv/os/
H A Dmach_kdi.c75 kdi_idt_write(gate_desc_t *gate, uint_t vec) in kdi_idt_write() argument
83 idt[vec] = *gate; in kdi_idt_write()
85 xen_idt_write(gate, vec); in kdi_idt_write()
/titanic_41/
H A DREADME1 illumos gate README - Sep 16, 2012.
3 This is the illumos gate. This is the illumos source tree. It contains
43 illumos-gate project at www.illumos.org.
/titanic_41/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()
/titanic_41/usr/src/lib/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…
/titanic_41/usr/src/lib/libipadm/common/
H A Dipadm_ngz.c70 in_addr_t gate, in i_ipadm_rtioctl4() argument
107 w.w_gate.sin_addr.s_addr = gate; in i_ipadm_rtioctl4()
149 in6_addr_t gate, in i_ipadm_rtioctl6() argument
181 w.w_gate.sin6_addr = gate; in i_ipadm_rtioctl6()
/titanic_41/usr/src/uts/sun4u/sunfire/ml/
H A Dsysctrl_asm.s74 add %g4, %g1, %g4 ! compute address of gate id
/titanic_41/usr/src/tools/env/
H A Dgatekeeper.sh49 GATE=onnv-gate; export GATE
/titanic_41/usr/src/test/zfs-tests/tests/functional/largest_pool/
H A Dlargest_pool.cfg37 # - volume size exceeds limit for this system. (happy gate)
/titanic_41/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_create/
H A Dzfs_create.cfg43 # - volume size exceeds limit for this system. (happy gate)
/titanic_41/usr/src/pkg/
H A Dproto_list_ihv_i38631 # reference (typically the gate's) proto list.
/titanic_41/usr/src/tools/
H A DREADME.tools129 but may need more testing before it's placed in the gate. The source
222 development gate. It can also be used to validate new changes to
223 the development gate before they are integrated.
288 a developer wanting to do a full build in a child of the gate, copy the
/titanic_41/usr/src/tools/findunref/
H A Dexception_list.closed44 # An unfortunate artifact of the bridged, split gate is that closed-source
/titanic_41/usr/src/pkg/manifests/
H A Dsystem-man.mf63 # import this into illumos-gate.
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dnet.c917 ipaddr_t gate; in netstat_irev4_cb() local
946 gate = ire->ire_gateway_addr; in netstat_irev4_cb()
955 ire->ire_mask, ADDR_V4_WIDTH, gate, intf, in netstat_irev4_cb()
961 ADDR_V4_WIDTH, ire->ire_addr, ADDR_V4_WIDTH, gate, flags, in netstat_irev4_cb()
/titanic_41/usr/src/data/zoneinfo/
H A DREADME.illumos24 You'll need the data tarball. Most data files are used in the gate
/titanic_41/usr/src/uts/i86pc/ml/
H A Dsyscall_asm.s472 * Normally the lcall instruction into the call gate causes the processor

12