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

/opensolaris-onvv-gate/usr/src/cmd/refer/
H A Drefer4.c23 static int gate = 0; variable
33 if (gate)
36 gate = 1;
89 if (gate)
91 gate = 0;
/opensolaris-onvv-gate/usr/src/tools/scripts/
H A Drtichk.py43 print 'usage: rtichk [-g gate] [-c consolidation] bugids...'
52 gate = None variable
57 elif opt == '-g': gate = arg
59 ret = not rti(bugs, consolidation=consolidation, gatePath=gate,
H A Dhgsetup.sh33 # * Alias canonical repositories like onnv-gate
180 onnv-gate=ssh://onnv.sfbay.sun.com//export/onnv-gate
182 onnv-closed=ssh://onnv.sfbay.sun.com//export/onnv-gate/usr/closed
188 onnv-gate=ssh://anon@hg.opensolaris.org//hg/onnv/onnv-gate
H A Dwx.sh904 (more than 1 breaks gate putback rules unless > 1
4147 # gate contains the gate dir, not full path
4148 typeset gate=${parent##*/}
4166 # Note, rtichk needs a gate arg to correctly determine status.
4167 if [[ -z $gate ]]; then
4169 Warning: cannot find a parent gate, skipping RTI checking.
4176 rtichk -g $gate ${bugs[@]}
4255 doing a putback to an official ON gate). Make sure your workspace
/opensolaris-onvv-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Dunix.c613 gate_desc_dump(gate_desc_t *gate, const char *label, int header) argument
619 switch (gate->sgd_type) {
630 (void) mdb_snprintf(type, sizeof (type), "%3x", gate->sgd_type);
635 lastval = gate->sgd_ist;
638 lastval = gate->sgd_stkcpy;
649 if (gate->sgd_type == SDT_SYSTASKGT)
652 mdb_printf("%-30a ", GATESEG_GETOFFSET(gate));
654 mdb_printf("%4x %d %c %3s %2x\n", gate->sgd_selector,
655 gate->sgd_dpl, (gate
662 gate_desc_t gate; local
703 gate_desc_t gate; local
[all...]
/opensolaris-onvv-gate/usr/src/tools/env/
H A Dgatekeeper.sh29 # for the build. This example is suitable for building a gate,
30 # which will contain the resulting packages and archives (builds of the gate
49 GATE=onnv-gate; export GATE
52 # there is only one definition here, which assumes all the gate build machines
107 ELF_DATA_BASELINE_DIR="/ws/onnv-gate/usr/src/ELF-data-baseline.$MACH"; export ELF_DATA_BASELINE_DIR
110 # building a project gate with the -O (cap oh) flag.
157 # one problem. This is especially important with the gate, since multiple
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dinput.c138 struct in6_addr *gate; local
384 gate = &nexthop;
386 gate = &from->sin6_addr;
434 gate, n->rip6_prefix_length,
465 if (IN6_ARE_ADDR_EQUAL(gate, &rt->rt_router)) {
468 rtchange(rt, gate, n->rip6_metric, ifp);
476 rtchange(rt, gate, n->rip6_metric, ifp);
H A Dtables.c234 rtadd(struct in6_addr *dst, struct in6_addr *gate, int prefix_length, argument
274 rt->rt_router = *gate;
325 rtchange(struct rt_entry *rt, struct in6_addr *gate, short metric, argument
340 if (!IN6_ARE_ADDR_EQUAL(&rt->rt_router, gate) || rt->rt_ifp != ifp)
368 rt->rt_router = *gate;
/opensolaris-onvv-gate/usr/src/tools/onbld/Checks/
H A DDbLookups.py286 WEBRTICLI = '/net/onnv.sfbay.sun.com/export/onnv-gate/public/bin/webrticli'
314 return "Incorrect gate name specified: %s" % (RtiException.__str__(self))
347 def __init__(self, cr, gate=None, consolidation=None):
354 gate: path to gate workspace (default=None)
365 self.__queryGate = gate
383 if gate:
384 command += "-g\n%s\n" % gate
411 if gate:
412 command += " -g " + gate
[all...]
/opensolaris-onvv-gate/usr/src/uts/i86xpv/os/
H A Dmach_kdi.c75 kdi_idt_write(gate_desc_t *gate, uint_t vec) argument
83 idt[vec] = *gate;
85 xen_idt_write(gate, vec);
/opensolaris-onvv-gate/usr/src/uts/i86pc/os/
H A Dmach_kdi.c50 kdi_idt_write(gate_desc_t *gate, uint_t vec) argument
63 idt[vec] = *gate;
/opensolaris-onvv-gate/usr/src/uts/sun4u/sunfire/ml/
H A Dsysctrl_asm.s61 * %g1 - gate array base address
74 add %g4, %g1, %g4 ! compute address of gate id
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dtable.c316 in_addr_t gate,
345 nc_ag.ag_gate = gate;
441 ag->ag_gate = gate;
468 * differing gate nexthop/or ifp. Flush
537 ag->ag_gate = gate;
538 gate = xaddr;
650 nag->ag_gate = gate;
796 in_addr_t gate,
814 #define ARGS rtm_type_name(action), rtname(dst, mask, gate), metric, flags
835 w.w_gate.sin_addr.s_addr = gate;
314 ag_check(in_addr_t dst, in_addr_t mask, in_addr_t gate, struct interface *ifp, in_addr_t nhop, uint8_t metric, uint8_t pref, uint32_t seqno, uint16_t tag, uint16_t state, void (*out)(struct ag_info *)) argument
794 rtioctl(int action, in_addr_t dst, in_addr_t gate, in_addr_t mask, struct interface *ifp, uint8_t metric, int flags) argument
904 kern_find(in_addr_t dst, in_addr_t mask, in_addr_t gate, struct interface *ifp, struct khash ***ppk) argument
927 kern_alternate(in_addr_t dst, in_addr_t mask, in_addr_t gate, struct interface *ifp, struct khash ***ppk) argument
945 kern_add(in_addr_t dst, uint32_t mask, in_addr_t gate, struct interface *ifp) argument
1121 in_addr_t mask, gate = 0; local
1573 in_addr_t mask, gate; local
2177 del_static(in_addr_t dst, in_addr_t mask, in_addr_t gate, struct interface *ifp, int gone) argument
2471 in_addr_t gate = rt->rt_gate; /* for debugging */ local
[all...]
H A Dparms.c223 uint32_t dst, netmask, gate; local
319 if (!gethost(gname, &gate)) {
388 addroutefordefault(dst, gate, netmask, metric,
393 ifp = check_dup(NULL, gate, dst, netmask, 0, _B_FALSE);
408 ifp->int_addr = gate;
412 ifp->int_std_mask = std_mask(gate);
1015 addroutefordefault(in_addr_t dst, in_addr_t gate, in_addr_t mask, argument
1023 ifp = iflookup(gate);
1026 naddr_ntoa(gate));
1034 new.rts_router = gate;
[all...]
H A Drdisc.c513 uint32_t gate; local
518 del_redirects(gate = drp->dr_gate, 0);
556 naddr_ntoa(gate), ifp->int_name, i);
560 naddr_ntoa(gate), ifp->int_name);
567 naddr_ntoa(gate), ifp->int_name);
876 in_addr_t gate,
886 if (gate == RIP_DEFAULT || !check_dst(gate)) {
888 naddr_ntoa(from), naddr_ntoa(gate));
895 if (ifwithaddr(gate, _B_TRU
875 parse_ad(uint32_t from, in_addr_t gate, uint32_t pref, ushort_t life, struct interface *ifp) argument
[all...]
H A Dinput.c167 in_addr_t gate, mask, v1_mask, dst, ddst_h = 0; local
189 gate = ntohl(FROM_NADDR);
190 if (IN_CLASSD(gate) || (gate >> IN_CLASSA_NSHIFT) == 0) {
594 if ((gate >> IN_CLASSA_NSHIFT) == IN_LOOPBACKNET ||
595 IN_LINKLOCAL(gate)) {
797 gate = FROM_NADDR;
806 gate = n->n_nhop;
938 new.rts_gate = gate;
H A Dtrace.c748 in_addr_t gate)
756 naddr_ntoa(gate));
746 rtname(in_addr_t dst, in_addr_t mask, in_addr_t gate) argument
/opensolaris-onvv-gate/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/fonts/AvantGarde-Demi.pmf
142 fox-gate/XW_NV/open-src/tarballs/xorg-server-1.3.0.0/hw/xprint/config/C/print/models/PSdefault/fonts/AvantGarde-DemiOblique.pmf
/opensolaris-onvv-gate/usr/src/lib/libipadm/common/
H A Dipadm_ngz.c70 in_addr_t gate,
107 w.w_gate.sin_addr.s_addr = gate;
149 in6_addr_t gate,
181 w.w_gate.sin6_addr = gate;
67 i_ipadm_rtioctl4(int rtsock, int action, in_addr_t dst, in_addr_t gate, uint_t masklen, char *ifname, uint8_t metric, int flags) argument
146 i_ipadm_rtioctl6(int rtsock, int action, in6_addr_t dst, in6_addr_t gate, uint_t prefix_length, char *ifname, int flags) argument
/opensolaris-onvv-gate/usr/src/tools/pmodes/
H A DREADME.pmodes33 Use of pmodes has been deprecated in onnv-gate; instead, see
/opensolaris-onvv-gate/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.
320 a developer wanting to do a full build in a child of the gate, copy the
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dnet.c917 ipaddr_t gate; local
946 gate = ire->ire_gateway_addr;
955 ire->ire_mask, ADDR_V4_WIDTH, gate, intf,
961 ADDR_V4_WIDTH, ire->ire_addr, ADDR_V4_WIDTH, gate, flags,
/opensolaris-onvv-gate/usr/src/uts/i86pc/ml/
H A Dsyscall_asm.s302 * gate (lcall 0x27) _and_ the interrupt gate (int 0x91). For our purposes,
303 * there are two significant differences between an interrupt gate and a call
304 * gate:
306 * 1) An interrupt gate runs the handler with interrupts disabled, whereas a
307 * call gate runs the handler with whatever EFLAGS settings were in effect at
310 * 2) An interrupt gate pushes the contents of the EFLAGS register at the time
311 * of the interrupt onto the stack, whereas a call gate does not.
314 * _both_ a call gate _and_ an interrupt gate, thes
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Droute.c2643 struct sockaddr *dst = NULL, *gate = NULL, *mask = NULL, *src = NULL; local
2677 gate = sa;
2707 if (gate != NULL && rtm->rtm_flags & RTF_GATEWAY)
2708 (void) printf(" gateway: %s\n", routename(gate));
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DFTP.pm1760 Roderick Schertler <roderick@gate.net> - for various inputs

Completed in 236 milliseconds