Searched refs:RSH (Results 1 - 17 of 17) sorted by relevance

/freebsd-10.3-release/contrib/ofed/management/opensm/scripts/
H A Dsldd.sh.in59 RSH=${RSH:-/usr/bin/ssh}
121 stat=$($RSH $host "/bin/mkdir -p ${CACHE_DIR} > /dev/null 2>&1; /bin/rm -f ${CACHE_FILE}.${local_host} > /dev/null 2>&1; echo \$?" | tr -d '[:space:]')
130 echo "$RSH to $host failed."
131 logger -i "SLDD: Failed to update $host with ${CACHE_FILE}. $RSH without password should be enabled"
/freebsd-10.3-release/contrib/libpcap/
H A Dgrammar.y285 %token LSH RSH
311 %left LSH RSH
623 | arth RSH arth { $$ = gen_arth(BPF_RSH, $1, $3); }
H A Dscanner.l327 ">>" return RSH;
/freebsd-10.3-release/usr.sbin/kbdcontrol/
H A Dkbdcontrol.c203 return RSH | SPECIAL;
414 case RSH | SPECIAL:
615 case RSH:
616 printf(" RSH, ");
/freebsd-10.3-release/sys/sys/
H A Dkbio.h142 #define RSH 0x03 /* right shift key */ macro
/freebsd-10.3-release/contrib/gdb/gdb/
H A Df-exp.y218 %left LSH RSH
345 exp : exp RSH exp
H A Dc-exp.y219 %left LSH RSH
412 exp : exp RSH exp
1297 {">>", RSH, BINOP_END},
H A Djv-exp.y195 %left LSH RSH
588 | ShiftExpression RSH AdditiveExpression
848 {">>", RSH, BINOP_END},
H A Dobjc-exp.y218 %left LSH RSH
476 exp : exp RSH exp
1243 {">>", RSH, BINOP_END},
H A Dp-exp.y220 %left LSH RSH DIV MOD
395 exp : exp RSH exp
1028 {"shr", RSH, BINOP_END},
H A Djv-exp.c82 RSH = 284, enumerator in enum:yytokentype
114 #define RSH 284 macro
504 "RSH", "LSH", "'+'", "'-'", "'*'", "'/'", "'%'", "DECREMENT",
2222 {">>", RSH, BINOP_END},
H A Dc-exp.c89 RSH = 291, enumerator in enum:yytokentype
132 #define RSH 291 macro
546 "RSH", "LSH", "'@'", "'+'", "'-'", "'*'", "'/'", "'%'", "DECREMENT",
2930 {">>", RSH, BINOP_END},
H A Dobjc-exp.c90 RSH = 292, enumerator in enum:yytokentype
133 #define RSH 292 macro
544 "RSH", "LSH", "'@'", "'+'", "'-'", "'*'", "'/'", "'%'", "DECREMENT",
2888 {">>", RSH, BINOP_END},
H A Dp-exp.c83 RSH = 285, enumerator in enum:yytokentype
119 #define RSH 285 macro
490 "RSH", "LSH", "'@'", "'+'", "'-'", "'*'", "'/'", "DECREMENT",
2353 {"shr", RSH, BINOP_END},
H A Df-exp.c89 RSH = 291, enumerator in enum:yytokentype
127 #define RSH 291 macro
492 "GEQ", "LEQ", "GREATERTHAN", "LESSTHAN", "RSH", "LSH", "'@'", "'+'",
/freebsd-10.3-release/sys/dev/kbd/
H A Dkbd.c1275 action = RSH;
1277 case RSH:
1399 action = RSH;
1401 case RSH:
/freebsd-10.3-release/sys/dev/syscons/
H A Dsyscons.c3526 case LSH: case RSH: case LCTR: case RCTR:

Completed in 286 milliseconds