Home
last modified time | relevance | path

Searched refs:op (Results 76 – 100 of 1046) sorted by relevance

12345678910>>...42

/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/cifs/
H A Dcifs_attr_002_pos.ksh65 typeset op=$5 # Whether to set or clear the attribute
67 typeset cmd="chmod $op$attr $obj"
76 if [[ $attr =~ 'q' && -d $obj && $op == $add ]]; then
82 if [[ $attr =~ 'q' && -d $obj && $op == $add ]]; then
85 if [[ $op == $add ]]; then
110 [[ $attr == 'q' && $op == $add && -d $obj ]] && return
111 chk_attr $op $obj $attr
116 typeset op=$1
123 if [[ $op == $add ]]; then
124 [[ $attrstr =~ $attr ]] || log_fail "$op $attr -> $attrstr"
[all …]
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dsparc.h44 #define OP(x) (((union instruct *) (x))->f_1.op)
70 unsigned long op:2, member
74 unsigned long op:2, member
80 unsigned long op:2, member
87 unsigned long op:2, member
97 unsigned long op:2, member
106 unsigned long op:2, member
115 unsigned long op:2, member
123 unsigned long op:2, member
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dplural_parser.h67 #define GETTYPE(op) ((op) & 0x000fffff) argument
68 #define GETPRIO(op) (((op) & 0x0ff00000) >> 20) argument
69 #define GETOPNUM(op) (((op) & 0xf0000000) >> 28) argument
74 unsigned int op; /* operator */ member
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dutil.c145 char *ip, *op; local
195 for (ip = ibp, op = obp, bufused = 0; *ip != '\0'; ip++)
200 op[bufused++] = METAQUOTE;
203 op[bufused++] = *ip;
205 op[bufused] = '\0';
228 char *ip, *op; local
234 for (ip = ibp, op = obp; *ip != '\0'; ip++)
241 if (op < &obp[obs - 1])
243 *op++ = *ip;
248 *op = '\0';
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_solarnet.c83 char op[CTXTLEN + 1]; in interpret_solarnet_fw() local
129 sscanf(buff, "%*s %*s %s.%*s", op); in interpret_solarnet_fw()
130 op[strlen(op)-1] = '\0'; in interpret_solarnet_fw()
131 (void) sprintf(line, " %s", op); in interpret_solarnet_fw()
142 sscanf(buff, "%*s %*s %s.%*s", op); in interpret_solarnet_fw()
143 op[strlen(op)-1] = '\0'; in interpret_solarnet_fw()
144 (void) sprintf(line, " %s", op); in interpret_solarnet_fw()
225 (void) getxdr_string(op, in interpret_solarnet_fw()
228 "\t%s = %s", buff, op); in interpret_solarnet_fw()
282 (void) getxdr_string(op, in interpret_solarnet_fw()
[all …]
/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_helper.c188 int op; in __get_variable_from_expr() local
191 op = deref->op; in __get_variable_from_expr()
197 op = '.'; in __get_variable_from_expr()
200 op = '.'; in __get_variable_from_expr()
207 if (op == '*') in __get_variable_from_expr()
263 if (expr->op == SPECIAL_DECREMENT || expr->op == SPECIAL_INCREMENT) in __get_variable_from_expr()
522 if (expr->op == '*' || expr->op == '(') in get_complication_score()
542 if (expr->op != '+' && expr->op != '*') in reorder_expr_alphabetically()
1164 switch (op) { in invert_op()
1183 switch (op) { in op_remove_assign()
[all …]
H A Dsmatch_comparison.c261 op, in unmatched_comparison()
570 int op; in merge_compare_states() local
578 op, in merge_compare_states()
675 int op; in match_inc() local
694 switch (flip ? flip_comparison(op) : op) { in match_inc()
865 int op; in match_preop() local
1324 op = flip_comparison(op); in handle_comparison()
1335 op, in handle_comparison()
2460 int op; in db_return_comparison() local
2763 op = expr->op; in comparison_implication_hook()
[all …]
H A Dcheck_or_vs_and.c28 if (expr->op == SPECIAL_INCREMENT || expr->op == SPECIAL_DECREMENT) in does_inc_dec()
71 if (left->type != EXPR_COMPARE || left->op != SPECIAL_NOTEQUAL) in check_or()
73 if (right->type != EXPR_COMPARE || right->op != SPECIAL_NOTEQUAL) in check_or()
108 if (left->type != EXPR_COMPARE || left->op != SPECIAL_EQUAL) in check_and()
110 if (right->type != EXPR_COMPARE || right->op != SPECIAL_EQUAL) in check_and()
123 if (expr->op == SPECIAL_LOGICAL_OR) in match_logic()
125 if (expr->op == SPECIAL_LOGICAL_AND) in match_logic()
147 if (expr->op == '|') { in match_condition()
153 if (expr->op != '&') in match_condition()
170 if (expr->op != '&') in match_binop()
H A Dsmatch_extra.c634 *op = '>'; in get_countdown_info()
646 int op; in handle_canonical_while_count_down() local
850 int op; in while_count_down_after() local
1453 if (cond->type != EXPR_COMPARE || cond->op != op) in handle_postop_inc()
1467 switch (op) { in handle_postop_inc()
1589 switch (op) { in handle_comparison()
1610 switch (op) { in handle_comparison()
1616 if (op == '<' || op == SPECIAL_UNSIGNED_LT) in handle_comparison()
1633 if (op == '<' || op == SPECIAL_UNSIGNED_LT) in handle_comparison()
1643 if (op == '>' || op == SPECIAL_UNSIGNED_GT) in handle_comparison()
[all …]
H A Devaluate.c941 int op = expr->op; in evaluate_binop() local
972 op, in evaluate_binop()
1076 expr->op = modify_for_unsigned(expr->op); in evaluate_compare()
1110 expr->op = modify_for_unsigned(expr->op); in evaluate_compare()
1322 int op = expr->op; in evaluate_assign_op() local
1772 if (op->op != '*' || op->type != EXPR_PREOP) { in evaluate_addressof()
1803 if (op->type == EXPR_PREOP && op->op == '&') { in evaluate_dereference()
1838 *op = *op->unop; in evaluate_dereference()
1888 evaluate_assign_to(op, op->ctype); in evaluate_postop()
3093 if (ctype->op && ctype->op->evaluate) in evaluate_symbol_call()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dpplex.c58 #define LASTOUT() ((op>pp.outbuf)?*(op-1):pp.lastout)
66 #define SYNCOUTX() do{if(sp)op=tp=sp;pp.outp=op;}while(0)
220 tp = op; in ppcpp()
251 tp = op; in ppcpp()
382 tp = op; in ppcpp()
747 while (*(op - 1) == ' ' || *(op - 1) == '\t') op--; in ppcpp()
881 tp = op; in ppcpp()
1050 op--; in ppcpp()
1063 op--; in ppcpp()
1109 op--; in ppcpp()
[all …]
H A Dppbuiltin.c45 int op; in ppbuiltin() local
72 op = -1; in ppbuiltin()
85 else if (c == ',' && !n && op > 0) op = 0; in ppbuiltin()
176 switch (op) in ppbuiltin()
286 op = 0; in ppbuiltin()
291 op = 0; in ppbuiltin()
309 op = 1; in ppbuiltin()
314 op = 2; in ppbuiltin()
318 op = 0; in ppbuiltin()
325 op = 3; in ppbuiltin()
[all …]
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dcpu.h110 static inline void cpuid(int op, in cpuid() argument
118 : "0" (op)); in cpuid()
124 static inline unsigned int cpuid_eax(unsigned int op) in cpuid_eax() argument
130 : "0" (op) in cpuid_eax()
134 static inline unsigned int cpuid_ebx(unsigned int op) in cpuid_ebx() argument
140 : "0" (op) in cpuid_ebx()
144 static inline unsigned int cpuid_ecx(unsigned int op) in cpuid_ecx() argument
150 : "0" (op) in cpuid_ecx()
154 static inline unsigned int cpuid_edx(unsigned int op) in cpuid_edx() argument
160 : "0" (op) in cpuid_edx()
/illumos-gate/usr/src/cmd/mail/
H A Dckdlivopts.c119 register char *op; local
121 for (op = strchr (s, '/'); op++; op = strchr(op, '/')) {
122 if (casncmp(op, "delivery", 7) == 0) {
125 } else if (casncmp(op, "nodelivery", 10) == 0) {
129 } else if (casncmp(op, "report", 6) == 0) {
134 } else if (casncmp(op, "return", 6) == 0) {
137 } else if (casncmp(op, "ignore", 6) == 0) {
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DParser.java108 char op, in evaluate() argument
200 char op) { in mergeQueryReturns() argument
205 if (op == AND) { in mergeQueryReturns()
216 if (op == AND) { in mergeQueryReturns()
352 char op, in parseFilterlist() argument
365 if (op == AND) { in parseFilterlist()
423 if (op == PRESENT) { in parseItem()
429 op = EQUAL; in parseItem()
449 op != EQUAL) { in parseItem()
462 (op == GREATER || op == LESS)) { in parseItem()
[all …]
/illumos-gate/usr/src/cmd/iscsiadm/
H A Dcmdparse.c138 object_t *op; in getObject() local
141 for (op = _objects; op->name; op++) { in getObject()
145 *object = op; in getObject()
196 while (op && ((currObject = op->objectValue) != 0)) { in getOptions()
201 op++; in getOptions()
218 struct option *op; in getLongOption() local
219 for (op = _longOptions; op->name; op++) { in getLongOption()
221 return (op->name); in getLongOption()
238 optionTbl_t *op; in getOptionArgDesc() local
239 for (op = _clientOptionTbl; op->name; op++) { in getOptionArgDesc()
[all …]
/illumos-gate/usr/src/cmd/mpathadm/
H A Dcmdparse.c137 object_t *op; in getObject() local
140 for (op = _objects; op->name; op++) { in getObject()
144 *object = op; in getObject()
195 while (op && ((currObject = op->objectValue) != 0)) { in getOptions()
200 op++; in getOptions()
217 struct option *op; in getLongOption() local
218 for (op = _longOptions; op->name; op++) { in getLongOption()
220 return (op->name); in getLongOption()
237 optionTbl_t *op; in getOptionArgDesc() local
238 for (op = _clientOptionTbl; op->name; op++) { in getOptionArgDesc()
[all …]
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_durable.c129 smb_arg_open_t *op = &sr->arg.open; in smb_dh_create_allowed() local
499 smb_arg_open_t *op = &sr->arg.open; in smb2_dh_import_handle() local
522 bzero(op, sizeof (*op)); in smb2_dh_import_handle()
523 op->create_disposition = FILE_OPEN; in smb2_dh_import_handle()
737 ls->ls_epoch = op->lease_epoch; in smb2_dh_import_handle()
1501 &op->fqi.fq_fattr); in smb2_dh_reconnect()
1506 op->fileid = op->fqi.fq_fattr.sa_vattr.va_nodeid; in smb2_dh_reconnect()
1507 op->dattr = op->fqi.fq_fattr.sa_dosattr; in smb2_dh_reconnect()
1513 op->ftype = SMB_FTYPE_DISK; in smb2_dh_reconnect()
1518 op->dsize = op->fqi.fq_fattr.sa_vattr.va_size; in smb2_dh_reconnect()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/stdio/
H A Dfseek.c31 fseek(Sfio_t* f, long off, int op) in fseek() argument
33 STDIO_INT(f, "fseek", int, (Sfio_t*, long, int), (f, off, op)) in fseek()
35 return sfseek(f, (Sfoff_t)off, op|SF_SHARE) >= 0 ? 0 : -1; in fseek()
41 fseek64(Sfio_t* f, int64_t off, int op) in fseek64() argument
43 STDIO_INT(f, "fseek64", int, (Sfio_t*, int64_t, int), (f, off, op)) in fseek64()
45 return sfseek(f, (Sfoff_t)off, op|SF_SHARE) >= 0 ? 0 : -1; in fseek64()
H A Dfseeko.c31 fseeko(Sfio_t* f, off_t off, int op) in fseeko() argument
33 STDIO_INT(f, "fseeko", int, (Sfio_t*, off_t, int), (f, off, op)) in fseeko()
35 return sfseek(f, (Sfoff_t)off, op|SF_SHARE) >= 0 ? 0 : -1; in fseeko()
41 fseeko64(Sfio_t* f, int64_t off, int op) in fseeko64() argument
43 STDIO_INT(f, "fseeko64", int, (Sfio_t*, int64_t, int), (f, off, op)) in fseeko64()
45 return sfseek(f, (Sfoff_t)off, op|SF_SHARE) >= 0 ? 0 : -1; in fseeko64()
/illumos-gate/usr/src/cmd/sendmail/db/lock/
H A Dlock_region.c181 DB_LOCKOBJ *op; local
250 op = (DB_LOCKOBJ *)curaddr;
346 DB_LOCKOBJ *op; local
450 op = (DB_LOCKOBJ *)curaddr;
566 DB_LOCKOBJ *op; local
623 op != NULL;
624 op = SH_TAILQ_NEXT(op, links, __db_lockobj)) {
658 op != NULL;
659 op = SH_TAILQ_NEXT(op, links, __db_lockobj))
670 DB_LOCKOBJ *op;
[all …]
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dmount.c235 char *op = options; in ro_given() local
237 if (!*op) in ro_given()
240 while (op != 0) { in ro_given()
241 if (*op == 'r' && *(op+1) == 'o' && in ro_given()
242 (*(op+2) == ',' || *(op+2) == '\0')) in ro_given()
245 if ((op = strchr(op, ',')) != NULL) in ro_given()
246 op++; in ro_given()
/illumos-gate/usr/src/uts/common/syscall/
H A Dppriv.c55 setppriv(priv_op_t op, priv_ptype_t type, priv_set_t *in_pset) in setppriv() argument
62 if (!PRIV_VALIDSET(type) || !PRIV_VALIDOP(op)) in setppriv()
76 audit_setppriv(op, type, &pset, pcr); in setppriv()
81 switch (op) { in setppriv()
132 switch (op) { in setppriv()
383 return (setppriv(op, type, buf)); in privsys()
391 retv = setpflags((uint_t)op, (uint_t)type, NULL); in privsys()
394 retv = (int)getpflags((uint_t)op, CRED()); in privsys()
406 return ((int)pfexec_reg((int)op)); in privsys()
408 return ((int)pfexec_unreg((int)op)); in privsys()
[all …]
H A Dgetdents.c84 struct dirent32 *op; in getdents32() local
129 op = (struct dirent32 *)obuf; in getdents32()
151 op->d_ino = (ino32_t)dp->d_ino; in getdents32()
152 op->d_off = (off32_t)dp->d_off; in getdents32()
155 op->d_reclen = (uint16_t)reclen; in getdents32()
159 (void) strncpy(op->d_name, dp->d_name, in getdents32()
162 osize += (uint_t)op->d_reclen; in getdents32()
164 op = (struct dirent32 *)((char *)op + (uint_t)op->d_reclen); in getdents32()
168 ASSERT((char *)op <= (char *)obuf + bufsize); in getdents32()
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_pool.c117 iplookupop_t op; local
128 bzero((char *)&op, sizeof(op));
260 iplookupop_t op; local
267 op.iplo_unit = i;
290 iplookupop_t *op; in ip_pool_statistics()
300 unit = op->iplo_unit;
501 iplookupop_t *op; in ip_pool_create()
623 iplookupop_t *op; in ip_pool_destroy()
628 ipo = ip_pool_find(op->iplo_unit, op->iplo_name, ifs);
659 iplookupop_t op; local
[all …]

12345678910>>...42