Home
last modified time | relevance | path

Searched refs:up (Results 76 – 100 of 586) sorted by relevance

12345678910>>...24

/illumos-gate/usr/src/cmd/loadkeys/type_6/
H A Dbelgium49 key 50 base 0x00B5 shift 0x00A3 caps 0x00B5 ctrl 0x00B5 altg fa_acute numl nonl up nop
51 key 100 base < shift > caps < ctrl < altg '\\' numl nonl up nop
58 key 226 all shiftkeys+alt up shiftkeys+alt
60 key 230 all shiftkeys+altgraph up shiftkeys+altgraph
H A Djapan38 key 137 base '\\' shift | caps '\\' ctrl ^\ altg nop numl nonl up nop
43 key 50 base ] shift } caps ] ctrl ^] altg nop numl nonl up nop
45 key 135 base '\\' shift _ caps '\\' ctrl ^\ altg nop numl nonl up nop
H A Dgreece28 key 50 base '\\' shift | caps '\\' ctrl ^\ altg nop numl nonl up nop
49 key 224 all shiftkeys+leftctrl up shiftkeys+leftctrl
67 key 226 all shiftkeys+alt up shiftkeys+alt
69 key 230 all shiftkeys+altgraph up shiftkeys+altgraph
H A Dlatvia28 key 50 base '\\' shift | caps '\\' ctrl ^\ altg nop numl nonl up nop
49 key 224 all shiftkeys+leftctrl up shiftkeys+leftctrl
67 key 226 all shiftkeys+alt up shiftkeys+alt
69 key 230 all shiftkeys+altgraph up shiftkeys+altgraph
H A Dlithuania28 key 50 base '\\' shift | caps '\\' ctrl ^\ altg nop numl nonl up nop
49 key 224 all shiftkeys+leftctrl up shiftkeys+leftctrl
67 key 226 all shiftkeys+alt up shiftkeys+alt
69 key 230 all shiftkeys+altgraph up shiftkeys+altgraph
H A Dmacedonia28 key 50 base '\\' shift | caps '\\' ctrl ^\ altg nop numl nonl up nop
49 key 224 all shiftkeys+leftctrl up shiftkeys+leftctrl
67 key 226 all shiftkeys+alt up shiftkeys+alt
69 key 230 all shiftkeys+altgraph up shiftkeys+altgraph
H A Drussia28 key 50 base '\\' shift | caps '\\' ctrl ^\ altg nop numl nonl up nop
49 key 224 all shiftkeys+leftctrl up shiftkeys+leftctrl
67 key 226 all shiftkeys+alt up shiftkeys+alt
69 key 230 all shiftkeys+altgraph up shiftkeys+altgraph
H A Dhungary28 key 50 base '\\' shift | caps '\\' ctrl ^\ altg nop numl nonl up nop
49 key 224 all shiftkeys+leftctrl up shiftkeys+leftctrl
67 key 226 all shiftkeys+alt up shiftkeys+alt
69 key 230 all shiftkeys+altgraph up shiftkeys+altgraph
/illumos-gate/usr/src/cmd/svc/milestone/
H A Dnet-loopback41 /sbin/ifconfig lo0 plumb 127.0.0.1 up
44 /sbin/ifconfig lo0 inet6 plumb ::1 up
H A Dnet-nwam556 /sbin/dladm up-simnet
564 /sbin/dladm up-vnic
565 /sbin/dladm up-vlan
566 /sbin/dladm up-part
567 /sbin/dladm up-aggr
569 /sbin/dladm up-overlay
/illumos-gate/usr/src/test/util-tests/tests/awk/tests/
H A Dlsd1.p10 bond up from W.V5 ; C
11 doublebond up from C ; O
/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dclassifier.c489 uint16_t *up; in get_port_info() local
502 up = (uint16_t *)(mp->b_rptr + iplen); in get_port_info()
503 packet->sport = (uint16_t)*up++; in get_port_info()
504 packet->dport = (uint16_t)*up; in get_port_info()
556 up = (uint16_t *)((uchar_t *)ip6h + length); in get_port_info()
557 packet->sport = (uint16_t)*up++; in get_port_info()
558 packet->dport = (uint16_t)*up; in get_port_info()
/illumos-gate/usr/src/uts/common/syscall/
H A Drlimit.c294 struct user *up = PTOU(p); in getrlimit32() local
338 up->u_saved_rlimit[resource].rlim_max = in getrlimit32()
341 up->u_saved_rlimit[resource].rlim_cur = in getrlimit32()
373 struct user *up = PTOU(p); in setrlimit32() local
389 saved_rlim = up->u_saved_rlimit[resource]; in setrlimit32()
/illumos-gate/usr/src/uts/common/os/
H A Dexit.c162 user_t *up = PTOU(p); in restart_init() local
199 up->u_cmask = CMASK; in restart_init()
222 up->u_signal[i - 1] = SIG_DFL; in restart_init()
223 sigemptyset(&up->u_sigmask[i - 1]); in restart_init()
244 oldrd = up->u_rdir; in restart_init()
245 up->u_rdir = p->p_zone->zone_rootvp; in restart_init()
248 oldcd = up->u_cdir; in restart_init()
249 up->u_cdir = p->p_zone->zone_rootvp; in restart_init()
251 if (up->u_cwd != NULL) { in restart_init()
252 refstr_rele(up->u_cwd); in restart_init()
[all …]
H A Dexec.c203 struct user *up = PTOU(p); in exec_common() local
432 up->u_acflag &= ~AFORK; in exec_common()
466 sigemptyset(&up->u_signodefer); in exec_common()
467 sigemptyset(&up->u_sigonstack); in exec_common()
468 sigemptyset(&up->u_sigresethand); in exec_common()
480 &up->u_saved_rlimit[i]); in exec_common()
491 up->u_signal[SIGCLD - 1] = SIG_DFL; in exec_common()
1813 up->u_argc = argc; in stk_copyout()
1841 up->u_psargs[i++] = '\0'; in stk_copyout()
2007 user_t *up = PTOU(p); in exec_args() local
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dread.c345 char buf[256],*var=buf,*cur,*end,*up,*v; in sh_readline() local
355 up = cur = var; in sh_readline()
408 ssize_t cx = cur - var, ux = up - var; in sh_readline()
419 up = var + ux; in sh_readline()
435 while (up < cur && (z = mbsize(up)) > 0) in sh_readline()
437 up += z; in sh_readline()
440 if((size -= x) > 0 && (up >= cur || z < 0) && ((flags & NN_FLAG) || z < 0 || m > c)) in sh_readline()
446 if(!binary && mbwide() && (up == var || (flags & NN_FLAG) && size)) in sh_readline()
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dldo.c148 GCObject *up; in correctstack() local
150 for (up = L->openupval; up != NULL; up = up->gch.next) in correctstack()
151 gco2uv(up)->v = (gco2uv(up)->v - oldstack) + L->stack; in correctstack()
659 UpVal *up = luaF_newupval(L); in f_parser() local
660 cl->l.upvals[i] = up; in f_parser()
661 luaC_objbarrier(L, cl, up); in f_parser()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_input.c381 OK_32PTR(up) && in tcp_parse_options()
389 len = endp - up; in tcp_parse_options()
390 switch (*up) { in tcp_parse_options()
395 up++; in tcp_parse_options()
433 if (len <= 2 || up[1] <= 2 || len < up[1]) in tcp_parse_options()
438 up += up[1]; in tcp_parse_options()
468 up = endp; in tcp_parse_options()
472 up += 4; in tcp_parse_options()
474 up += 4; in tcp_parse_options()
524 if (len <= 1 || len < (int)up[1] || up[1] == 0) in tcp_parse_options()
[all …]
/illumos-gate/usr/src/uts/common/rpc/
H A Dxdr.c127 xdr_u_int(XDR *xdrs, uint_t *up) in xdr_u_int() argument
130 return (XDR_PUTINT32(xdrs, (int32_t *)up)); in xdr_u_int()
133 return (XDR_GETINT32(xdrs, (int32_t *)up)); in xdr_u_int()
155 xdr_u_long(XDR *xdrs, unsigned long *up) in xdr_u_long() argument
157 return (xdr_u_int(xdrs, (uint_t *)up)); in xdr_u_long()
/illumos-gate/usr/src/boot/libsa/
H A Dprintf.c258 uchar_t *up; in kvprintf() local
364 up = va_arg(ap, uchar_t *); in kvprintf()
369 PCHAR(hex2ascii(*up >> 4)); in kvprintf()
370 PCHAR(hex2ascii(*up & 0x0f)); in kvprintf()
371 up++; in kvprintf()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetut.c546 struct utmp *up; /* "current" utmp entry being examined */ in _compat_modut() local
561 up = _compat_pututline(ucp); in _compat_modut()
562 if (up) in _compat_modut()
563 _compat_updwtmp(WTMP_FILE, up); in _compat_modut()
565 return (up); in _compat_modut()
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprsubr.c680 up->u_systrap = 0; in prinvalidate()
1089 user_t *up; in prgetlwpstatus32() local
1102 up = PTOU(p); in prgetlwpstatus32()
1108 i < sizeof (up->u_auxv) / sizeof (up->u_auxv[0]); in prgetlwpstatus32()
1316 user_t *up; in prgetlwpstatus() local
1327 up = PTOU(p); in prgetlwpstatus()
1333 i < sizeof (up->u_auxv) / sizeof (up->u_auxv[0]); in prgetlwpstatus()
2545 user_t *up = PTOU(p); in prgetpsinfo() local
3073 user_t *up; in prgetfdinfo() local
3078 up = PTOU(peerp); in prgetfdinfo()
[all …]
/illumos-gate/usr/src/uts/i86pc/os/
H A Dcmi.c828 int syndtype, mc_unum_t *up) in cmi_mc_patounum() argument
841 pa, valid_hi, valid_lo, synd, syndtype, up)); in cmi_mc_patounum()
854 valid_lo, synd, syndtype, up); in cmi_mc_patounum()
862 cmi_mc_unumtopa(mc_unum_t *up, nvlist_t *nvl, uint64_t *pap) in cmi_mc_unumtopa() argument
869 if (up != NULL && nvl != NULL) in cmi_mc_unumtopa()
879 up, nvl, pap)); in cmi_mc_unumtopa()
902 rv = mcops->cmi_mc_unumtopa(cmi_hdl_getmcdata(hdl), up, nvl, pap); in cmi_mc_unumtopa()
/illumos-gate/usr/src/lib/brand/solaris10/cmd/
H A Ds10_net_physical.sh260 /sbin/ifconfig $1 inet6 up
315 /sbin/ifconfig $1 inet6 up
391 /sbin/ifconfig -adD4 auto-revarp netmask + broadcast + up
/illumos-gate/usr/src/cmd/loadkeys/type_4/
H A Dcanada52 key 76 all shiftkeys+leftctrl up shiftkeys+leftctrl
58 # best place has already been used up with ^^.
71 key 119 all shiftkeys+altgraph up shiftkeys+altgraph
72 key 19 all shiftkeys+alt up shiftkeys+alt

12345678910>>...24