HomeSort by relevance Sort by last modified time
    Searched refs:gate (Results 1 - 24 of 24) sorted by null

  /onnv/onnv-gate/usr/src/cmd/refer/
refer4.c 23 static int gate = 0; variable
33 if (gate)
36 gate = 1;
89 if (gate)
91 gate = 0;
  /onnv/onnv-gate/usr/src/tools/scripts/
rtichk.py 43 print 'usage: rtichk [-g gate] [-c consolidation] bugids...'
52 gate = None
57 elif opt == '-g': gate = arg
59 ret = not rti(bugs, consolidation=consolidation, gatePath=gate,
hgsetup.sh 33 # * 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
wx.sh 904 (more than 1 breaks gate putback rules unless > 1
    [all...]
bfu.sh 55 GATEPATH=/ws/onnv-gate
56 test -d $GATEPATH || GATEPATH=/net/onnv.eng/export/onnv-gate
58 export GATE=${GATEPATH}
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/i86pc/modules/unix/
unix.c 547 gate_desc_dump(gate_desc_t *gate, const char *label, int header)
553 switch (gate->sgd_type) {
564 (void) mdb_snprintf(type, sizeof (type), "%3x", gate->sgd_type);
569 lastval = gate->sgd_ist;
572 lastval = gate->sgd_stkcpy;
583 if (gate->sgd_type == SDT_SYSTASKGT)
586 mdb_printf("%-30a ", GATESEG_GETOFFSET(gate));
588 mdb_printf("%4x %d %c %3s %2x\n", gate->sgd_selector,
589 gate->sgd_dpl, (gate->sgd_p ? '+' : ' '), type, lastval)
596 gate_desc_t gate; local
637 gate_desc_t gate; local
    [all...]
  /onnv/onnv-gate/usr/src/tools/env/
gatekeeper.sh 30 # for the build. This example is suitable for building a gate,
31 # which will contain the resulting packages and archives (builds of the gate
50 # This is a variable for the rest of the script - GATE doesn't matter to
52 GATE=onnv-gate; export GATE
55 # there is only one definition here, which assumes all the gate build machines
58 CODEMGR_WS="/builds/$GATE"; export CODEMGR_WS
69 PARENT_WS="/ws/$GATE"; export PARENT_WS
123 VERSION="$GATE"; export VERSIO
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
input.c 138 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);
tables.c 234 rtadd(struct in6_addr *dst, struct in6_addr *gate, int prefix_length,
274 rt->rt_router = *gate;
325 rtchange(struct rt_entry *rt, struct in6_addr *gate, short metric,
340 if (!IN6_ARE_ADDR_EQUAL(&rt->rt_router, gate) || rt->rt_ifp != ifp)
368 rt->rt_router = *gate;
  /onnv/onnv-gate/usr/src/uts/i86xpv/os/
mach_kdi.c 75 kdi_idt_write(gate_desc_t *gate, uint_t vec)
83 idt[vec] = *gate;
85 xen_idt_write(gate, vec);
  /onnv/onnv-gate/usr/src/uts/i86pc/os/
mach_kdi.c 50 kdi_idt_write(gate_desc_t *gate, uint_t vec)
63 idt[vec] = *gate;
  /onnv/onnv-gate/usr/src/uts/sun4u/sunfire/ml/
sysctrl_asm.s 61 * %g1 - gate array base address
74 add %g4, %g1, %g4 ! compute address of gate id
  /onnv/onnv-gate/usr/src/tools/onbld/Checks/
DbLookups.py 257 WEBRTICLI = '/net/onnv.sfbay.sun.com/export/onnv-gate/public/bin/webrticli'
285 return "Incorrect gate name specified: %s" % (RtiException.__str__(self))
318 def __init__(self, cr, gate=None, consolidation=None):
325 gate: path to gate workspace (default=None)
336 self.__queryGate = gate
354 if gate:
355 command += "-g\n%s\n" % gate
382 if gate:
383 command += " -g " + gate
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
table.c 316 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;
1110 in_addr_t mask, gate = 0; local
1562 in_addr_t mask, gate; local
2470 in_addr_t gate = rt->rt_gate; \/* for debugging *\/ local
    [all...]
parms.c 223 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,
1023 ifp = iflookup(gate);
1026 naddr_ntoa(gate));
1034 new.rts_router = gate;
    [all...]
rdisc.c 513 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_TRUE, _B_FALSE) != 0)
    [all...]
input.c 167 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;
    [all...]
trace.c 748 in_addr_t gate)
756 naddr_ntoa(gate));
  /onnv/onnv-gate/usr/src/lib/libshell/common/tests/
sun_solaris_vartree003.sh 120 fox-gate/XW_NV/open-src/tarballs/xorg-server-1.3.0.0/hw/xprint/config/C/print/models/PSdefault/fonts/AvantGarde-Demi.pmf
143 fox-gate/XW_NV/open-src/tarballs/xorg-server-1.3.0.0/hw/xprint/config/C/print/models/PSdefault/fonts/AvantGarde-DemiOblique.pmf
  /onnv/onnv-gate/usr/src/lib/libcryptoutil/
README 225 shipped even though a spec file will be used in the source gate.
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/genunix/
net.c 917 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,
    [all...]
  /onnv/onnv-gate/usr/src/uts/i86pc/ml/
syscall_asm.s 297 * gate (lcall 0x27) _and_ the interrupt gate (int 0x91). For our purposes,
298 * there are two significant differences between an interrupt gate and a call
299 * gate:
301 * 1) An interrupt gate runs the handler with interrupts disabled, whereas a
302 * call gate runs the handler with whatever EFLAGS settings were in effect at
305 * 2) An interrupt gate pushes the contents of the EFLAGS register at the time
306 * of the interrupt onto the stack, whereas a call gate does not.
309 * _both_ a call gate _and_ an interrupt gate, these two differences must b
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/
route.c 2643 struct sockaddr *dst = NULL, *gate = NULL, *mask = NULL, *src = NULL; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/hwdata/
usb.ids     [all...]

Completed in 1559 milliseconds