/titanic_44/usr/src/cmd/geniconvtbl/ |
H A D | disassemble.c | 982 dump_range(itm_hdr, cond->operand.place); in dump_cond_tbl() 985 dump_expr(itm_hdr, cond->operand.place); in dump_cond_tbl() 989 dump_escapeseq(itm_hdr, cond->operand.place); in dump_cond_tbl() 1074 dump_expr(itm_hdr, operation->data.operand[0]); in dump_op() 1079 dump_expr(itm_hdr, operation->data.operand[0]); in dump_op() 1084 operation->data.operand[0].itm_ptr); in dump_op() 1089 dump_expr(itm_hdr, operation->data.operand[0]); in dump_op() 1094 operation->data.operand[0].itm_ptr); in dump_op() 1102 dump_expr(itm_hdr, operation->data.operand[0]); in dump_op() 1107 dump_expr(itm_hdr, operation->data.operand[0]); in dump_op() [all …]
|
H A D | geniconvtbl.c | 958 rth = ADDR(cond->operand.place); in eval_cond_tbl() 998 eth = ADDR(cond->operand.place); in eval_cond_tbl() 1039 retval = eval_expr(ist, cond->operand.place, in eval_cond_tbl() 1147 (expr0 = ADDR(operation->data.operand[(n)]), \ in eval_op() 1157 eval_expr(ist, operation->data.operand[(n)], \ in eval_op() 1166 num = eval_expr(ist, operation->data.operand[0], in eval_op() 1171 num = eval_expr(ist, operation->data.operand[0], in eval_op() 1183 expr = ADDR(operation->data.operand[0]); in eval_op() 1189 c = eval_expr(ist, operation->data.operand[0], in eval_op() 1196 expr = ADDR(operation->data.operand[0]); in eval_op() [all …]
|
H A D | itm_util.c | 2058 op->data.operand[0].itm_ptr = (itm_place2_t)(data0); in op_unit() 2059 op->data.operand[1].itm_ptr = (itm_place2_t)(data1); in op_unit() 2060 op->data.operand[2].itm_ptr = (itm_place2_t)(data2); in op_unit() 2070 &(op->data.operand[0]), in op_unit() 2076 &(op->data.operand[1]), in op_unit() 2082 &(op->data.operand[2]), in op_unit() 2186 expr->data.operand[0].itm_ptr = (itm_place2_t)(data0); in expr_unary() 2189 &(expr->data.operand[0]), OBJ_REG_TAIL); in expr_unary() 2222 expr->data.operand[0].itm_ptr = (itm_place2_t)(data0); in expr_binary() 2223 expr->data.operand[1].itm_ptr = (itm_place2_t)(data1); in expr_binary() [all …]
|
H A D | itm_comp.y | 362 cond->operand.place.itm_ptr = (itm_place2_t)range; 365 &(cond->operand.place), 382 cond->operand.place.itm_ptr = (itm_place2_t)($1); 385 &(cond->operand.place), 406 cond->operand.place.itm_ptr = (itm_place2_t)escseq; 409 &(cond->operand.place), 728 op->data.operand[0].itm_ptr = (itm_place2_t)($2); 731 &(op->data.operand[0]), OBJ_REG_TAIL); 739 op->data.operand[0].itm_ptr = (itm_place2_t)($2); 742 &(op->data.operand[0]), OBJ_REG_TAIL); [all …]
|
H A D | iconv_tm.h | 347 } operand; member 633 itm_place_t operand[3]; member 739 itm_place_t operand[2]; member
|
/titanic_44/usr/src/tools/ctf/dwarf/common/ |
H A D | pro_expr.c | 102 Dwarf_Small *operand; in dwarf_add_expr_gen() local 125 operand = NULL; in dwarf_add_expr_gen() 203 operand = (Dwarf_Small *) encode_buffer; in dwarf_add_expr_gen() 214 operand = (Dwarf_Small *) encode_buffer; in dwarf_add_expr_gen() 257 operand = (Dwarf_Small *) & operand_buffer[0]; in dwarf_add_expr_gen() 258 WRITE_UNALIGNED(dbg, operand, &val1, sizeof(val1), 1); in dwarf_add_expr_gen() 264 operand = (Dwarf_Small *) & operand_buffer[0]; in dwarf_add_expr_gen() 265 WRITE_UNALIGNED(dbg, operand, &val1, sizeof(val1), 2); in dwarf_add_expr_gen() 271 operand = (Dwarf_Small *) & operand_buffer[0]; in dwarf_add_expr_gen() 272 WRITE_UNALIGNED(dbg, operand, &val1, sizeof(val1), 4); in dwarf_add_expr_gen() [all …]
|
/titanic_44/usr/src/cmd/mpathadm/ |
H A D | mpathadm.h | 54 int listMpathSupport(int operandLen, char *operand[]); 55 int showMpathSupport(int operandLen, char *operand[]); 56 int modifyMpathSupport(int operandLen, char *operand[], cmdOptions_t *options); 58 int listLogicalUnit(int operandLen, char *operand[], cmdOptions_t *options); 61 int showLogicalUnit(int operandLen, char *operand[]); 64 int modifyLogicalUnit(int operandLen, char *operand[], cmdOptions_t *options); 65 int failoverLogicalUnit(char *operand[]); 68 int listInitiatorPort(int operandLen, char *operand[]); 70 int showInitiatorPort(int operandLen, char *operand[]);
|
H A D | mpathadm.c | 224 listMpathSupport(int operandLen, char *operand[]) in listMpathSupport() argument 271 strcmp(operand[op], in listMpathSupport() 282 operand[op]); in listMpathSupport() 306 showMpathSupport(int operandLen, char *operand[]) in showMpathSupport() argument 352 strcmp(operand[op], in showMpathSupport() 558 operand[op]); in showMpathSupport() 583 modifyMpathSupport(int operandLen, char *operand[], cmdOptions_t *options) in modifyMpathSupport() argument 618 if (0 == strcmp(operand[op], in modifyMpathSupport() 735 listLogicalUnit(int operandLen, char *operand[], cmdOptions_t *options) in listLogicalUnit() argument 919 operand[opoffset], in listLogicalUnit() [all …]
|
/titanic_44/usr/src/common/cmdparse/ |
H A D | cmdparse.c | 204 if (!(subcommand->operand & OPERAND_NONE) && in subUsage() 205 !(subcommand->operand & OPERAND_MANDATORY)) { in subUsage() 209 if (subcommand->operand & OPERAND_MANDATORY) { in subUsage() 213 if (!(subcommand->operand & OPERAND_NONE)) { in subUsage() 218 if (subcommand->operand & OPERAND_MULTIPLE) { in subUsage() 222 if (subcommand->operand & OPERAND_MANDATORY) { in subUsage() 226 if (!(subcommand->operand & OPERAND_NONE) && in subUsage() 227 !(subcommand->operand & OPERAND_MANDATORY)) { in subUsage() 642 (subcommand->operand & OPERAND_MANDATORY)) { in cmdParse() 654 (subcommand->operand & OPERAND_NONE)) { in cmdParse() [all …]
|
H A D | cmdparse.h | 127 int operand; member
|
/titanic_44/usr/src/cmd/isns/isnsadm/ |
H A D | cmdparse.c | 208 if (!(subcommand->operand & OPERAND_NONE) && in subUsage() 209 !(subcommand->operand & OPERAND_MANDATORY)) { in subUsage() 213 if (subcommand->operand & OPERAND_MANDATORY) { in subUsage() 217 if (!(subcommand->operand & OPERAND_NONE)) { in subUsage() 222 if (subcommand->operand & OPERAND_MULTIPLE) { in subUsage() 226 if (subcommand->operand & OPERAND_MANDATORY) { in subUsage() 230 if (!(subcommand->operand & OPERAND_NONE) && in subUsage() 231 !(subcommand->operand & OPERAND_MANDATORY)) { in subUsage() 615 (subcommand->operand & OPERAND_MANDATORY)) { in cmdParse() 627 (subcommand->operand & OPERAND_NONE)) { in cmdParse() [all …]
|
H A D | isnsadm.c | 1412 build_delete_xml_doc(int operandLen, char **operand, object_type obj, in build_delete_xml_doc() argument 1457 (xmlChar *)NAMEATTR, (xmlChar *)operand[i])) < 0) { in build_delete_xml_doc() 1477 (xmlChar *)NAMEATTR, (xmlChar *)operand[i]) < 0) { in build_delete_xml_doc() 1503 (xmlChar *)NODENAMEATTR, (xmlChar *)operand[i]) < 0) { in build_delete_xml_doc() 1529 (xmlChar *)DDNAMEATTR, (xmlChar *)(operand[i])) < 0) { in build_delete_xml_doc() 1588 build_modify_xml_doc(int operandLen, char **operand, object_type obj, in build_modify_xml_doc() argument 1633 (xmlChar *)NAMEATTR, (xmlChar *)operand[i])) < 0) { in build_modify_xml_doc() 1660 (xmlChar *)NAMEATTR, (xmlChar *)operand[i]) < 0) { in build_modify_xml_doc() 1858 build_create_xml_doc(int operandLen, char **operand, object_type obj, in build_create_xml_doc() argument 1898 (xmlChar *)NAMEATTR, (xmlChar *)operand[i])) < 0) { in build_create_xml_doc() [all …]
|
H A D | cmdparse.h | 130 int operand; member
|
/titanic_44/usr/src/lib/libast/common/string/ |
H A D | strexpr.c | 82 int operand = 1; in expr() local 106 operand = 0; in expr() 126 if (operand) error(ex, "operator expected"); in expr() 127 operand = 1; in expr() 253 if (!operand) error(ex, "operand expected"); in expr() 257 if (!operand) error(ex, "operand expected"); in expr()
|
/titanic_44/usr/src/cmd/th_tools/ |
H A D | th_define.c | 490 uint64_t operand) in define_one_error() argument 505 operand); in define_one_error() 519 uint64_t operand; in define_op_err() local 545 operand = random_operand; /* a random value */ in define_op_err() 550 operand = 0xaddedabadb00bull; in define_op_err() 553 operand = 0x1; in define_op_err() 557 operand = myULLMAX; in define_op_err() 560 operand = 1000000; in define_op_err() 563 operand = 0; in define_op_err() 566 operand = 0xfff; in define_op_err() [all …]
|
/titanic_44/usr/src/cmd/iscsiadm/ |
H A D | iscsiadm_main.c | 2132 listStaticConfig(int operandLen, char *operand[], int *funcRet) in listStaticConfig() argument 2199 if (parseTarget(operand[i], in listStaticConfig() 2373 operand[i], gettext("not found")); in listStaticConfig() 2728 listTargetParam(int operandLen, char *operand[], cmdOptions_t *options, in listTargetParam() argument 2813 if (parseTarget(operand[i], in listTargetParam() 3009 operand[i], gettext("not found")); in listTargetParam() 4209 addAddress(int addrType, int operandLen, char *operand[], int *funcRet) in addAddress() argument 4241 if (mbstowcs(wcInputObject, operand[i], in addAddress() 4248 if (getTargetAddress(addrType, operand[i], &address.imaStruct) in addAddress() 4277 addStaticConfig(int operandLen, char *operand[], int *funcRet) in addStaticConfig() argument [all …]
|
/titanic_44/usr/src/cmd/tabs/ |
H A D | tabs.c | 143 char operand[LINE_MAX]; in main() local 234 operand[0] = '\0'; in main() 237 (void) strcat(operand, *argv); in main() 239 (void) strcat(operand, ","); in main() 249 tabspec = operand; /* save tab specification */ in main()
|
/titanic_44/usr/src/lib/libpp/common/ |
H A D | ppexpr.c | 279 register int operand = 1; in subexpr() local 305 operand = 0; in subexpr() 332 if (operand) in subexpr() 337 operand = 1; in subexpr() 568 if (!operand) goto nooperand; in subexpr() 572 if (!operand) in subexpr()
|
H A D | HISTORY | 97 11/22/87 add operand error checks to ppexpr()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | bofi.h | 121 uint64_t operand; member 144 uint64_t operand; member
|
/titanic_44/usr/src/uts/common/io/ |
H A D | bofi.c | 965 errdef.operand = errdef_32.operand; in bofi_ioctl() 1055 errdef_32.operand = errdef.operand; in bofi_ioctl() 2296 uint64_t operand; in do_dma_corrupt() local 2351 operand = ep->errdef.operand; in do_dma_corrupt() 2368 *(addr + i) = operand; in do_dma_corrupt() 2372 *(addr + i) &= operand; in do_dma_corrupt() 2376 *(addr + i) |= operand; in do_dma_corrupt() 2380 *(addr + i) ^= operand; in do_dma_corrupt() 2412 uint64_t operand; in do_pior_corrupt() local 2456 operand = ep->errdef.operand; in do_pior_corrupt() [all …]
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_nfs4.c | 859 char *operand; in sum_compound4args() local 871 operand = sum_operand(&one_op); in sum_compound4args() 872 if (strlen(operand) > 0) { in sum_compound4args() 873 snprintf(bp, buflen - (bp - buf), "%s ", operand); in sum_compound4args() 977 char *operand; in sum_cb_compound4args() local 988 operand = sum_cb_operand(&one_op); in sum_cb_compound4args() 989 if (strlen(operand) > 0) { in sum_cb_compound4args() 990 snprintf(bp, buflen - (bp - buf), "%s ", operand); in sum_cb_compound4args()
|
/titanic_44/usr/src/cmd/sgs/ar/common/ |
H A D | ar.msg | 45 @ MSG_USAGE_02 "ar: -%c requires an operand\n"
|
/titanic_44/usr/src/lib/libast/common/port/ |
H A D | astconf.c | 1305 nativeconf(Proc_t** pp, const char* operand) 1313 error(-2, "astconf defer %s %s", _pth_getconf, operand); 1316 cmd[1] = (char*)operand;
|
/titanic_44/usr/src/uts/intel/io/acpica/ |
H A D | changes.txt | 161 to be passed as an operand. Any object other than Integer/String/Buffer 552 target operands. The operand is resolved and validated that it is legal. 584 -- Added an option to disable compiler operand/operator typechecking (- 593 neither operand can be a non-data object such as a Device, Mutex, 608 -- For all ASL math and logic operators, the target operand must be a 2107 operand. The new behavior will actually write to the field object (buffer 5306 node and an ACPI operand object. However, this is the first growth of the 5889 operand object was leaked. Lin Ming. 7283 Cleaned up the debug operand dump mechanism. Eliminated unnecessary 7701 operand resolution for the three string arguments. Similar to [all …]
|