Home
last modified time | relevance | path

Searched refs:op (Results 1 – 25 of 1045) sorted by relevance

12345678910>>...42

/illumos-gate/usr/src/cmd/fs.d/nfs/dtrace/
H A Dnfs-trace.d69 nfsv3:::op-link-start,
73 nfsv3:::op-read-start,
81 nfsv3:::op-write-start
103 nfsv3:::op-link-done,
104 nfsv3:::op-mkdir-done,
105 nfsv3:::op-mknod-done,
107 nfsv3:::op-read-done,
113 nfsv3:::op-rmdir-done,
115 nfsv3:::op-write-done
202 nfsv4:::op-link-done,
[all …]
/illumos-gate/usr/src/test/crypto-tests/tests/common/
H A Dcryptotest_pkcs.c82 op->outlen = op->inlen; in cryptotest_init()
153 op->key, op->keylen, &op->keyt); in sign_init()
171 rv = C_Sign(op->hsession, op->in, op->inlen, in sign_single()
240 op->key, op->keylen, &op->keyt); in verify_init()
258 rv = C_Verify(op->hsession, op->in, op->inlen, op->out, op->outlen); in verify_single()
279 rv = C_VerifyFinal(op->hsession, op->out, op->outlen); in verify_final()
300 op->key, op->keylen, &op->keyt); in encrypt_init()
318 rv = C_Encrypt(op->hsession, op->in, op->inlen, in encrypt_single()
364 op->key, op->keylen, &op->keyt); in decrypt_init()
382 rv = C_Decrypt(op->hsession, op->in, op->inlen, in decrypt_single()
[all …]
H A Dcryptotest_kcf.c82 crypto_op_t *op = malloc(sizeof (*op)); in cryptotest_init() local
84 if (op == NULL) { in cryptotest_init()
93 free(op); in cryptotest_init()
103 op->inlen = arg->inlen; in cryptotest_init()
112 op->fg = fg; in cryptotest_init()
114 if (op->out == NULL) in cryptotest_init()
115 op->outlen = op->inlen; in cryptotest_init()
116 return (op); in cryptotest_init()
133 free(op); in cryptotest_close()
152 op->mechname); in get_mech_info()
[all …]
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_open_andx.c251 op->desired_access = smb_omode_to_amask(op->omode); in smb_com_open()
252 op->share_access = smb_denymode_to_sharemode(op->omode, in smb_com_open()
254 op->crtime.tv_sec = op->crtime.tv_nsec = 0; in smb_com_open()
310 op->omode, in smb_com_open()
392 op->desired_access = smb_omode_to_amask(op->omode); in smb_com_open_andx()
393 op->share_access = smb_denymode_to_sharemode(op->omode, in smb_com_open_andx()
519 sr, &flags, &op->omode, &op->fqi.fq_sattr, &file_attr, in smb_com_trans2_open2()
550 op->desired_access = smb_omode_to_amask(op->omode); in smb_com_trans2_open2()
551 op->share_access = smb_denymode_to_sharemode(op->omode, in smb_com_trans2_open2()
595 op->omode, in smb_com_trans2_open2()
[all …]
H A Dsmb_nt_create_andx.c183 &op->nt_flags, in smb_pre_nt_create_andx()
184 &op->rootdirfid, in smb_pre_nt_create_andx()
185 &op->desired_access, in smb_pre_nt_create_andx()
186 &op->dsize, in smb_pre_nt_create_andx()
187 &op->dattr, in smb_pre_nt_create_andx()
188 &op->share_access, in smb_pre_nt_create_andx()
190 &op->create_options, in smb_pre_nt_create_andx()
281 if (op->rootdirfid == 0) { in smb_com_nt_create_andx()
284 op->dir = smb_ofile_lookup_by_fid(sr, (uint16_t)op->rootdirfid); in smb_com_nt_create_andx()
285 if (op->dir == NULL) { in smb_com_nt_create_andx()
[all …]
H A Dsmb_nt_transact_create.c71 &op->nt_flags, in smb_pre_nt_transact_create()
72 &op->rootdirfid, in smb_pre_nt_transact_create()
73 &op->desired_access, in smb_pre_nt_transact_create()
74 &op->dsize, in smb_pre_nt_transact_create()
75 &op->dattr, in smb_pre_nt_transact_create()
76 &op->share_access, in smb_pre_nt_transact_create()
78 &op->create_options, in smb_pre_nt_transact_create()
113 *op->sd = sd; in smb_pre_nt_transact_create()
115 op->sd = NULL; in smb_pre_nt_transact_create()
195 op->dir = smb_ofile_lookup_by_fid(sr, (uint16_t)op->rootdirfid); in smb_nt_transact_create()
[all …]
H A Dsmb_common_open.c327 op->devstate = 0; in smb_common_open()
674 op->desired_access, op->share_access); in smb_common_open()
715 op->desired_access, op->create_disposition); in smb_common_open()
736 op->desired_access, op->share_access); in smb_common_open()
1021 op->fqi.fq_last_comp, &new_attr, &op->fqi.fq_fnode); in smb_common_open()
1029 op->fqi.fq_last_comp, &new_attr, &op->fqi.fq_fnode); in smb_common_open()
1075 op->desired_access, op->share_access); in smb_common_open()
1155 op->fileid = op->fqi.fq_fattr.sa_vattr.va_nodeid; in smb_common_open()
1156 op->dattr = op->fqi.fq_fattr.sa_dosattr; in smb_common_open()
1166 op->dsize = op->fqi.fq_fattr.sa_vattr.va_size; in smb_common_open()
[all …]
H A Dsmb_create.c41 bzero(op, sizeof (sr->arg.open)); in smb_pre_create()
43 rc = smbsr_decode_vwv(sr, "wl", &op->dattr, &op->mtime.tv_sec); in smb_pre_create()
85 rc = smbsr_decode_vwv(sr, "wl", &op->dattr, &op->mtime.tv_sec); in smb_pre_create_new()
160 op->fqi.fq_path.pn_path = buf; in smb_com_create_temporary()
182 if ((op->mtime.tv_sec != 0) && (op->mtime.tv_sec != UINT_MAX)) in smb_common_create()
183 op->mtime.tv_sec = smb_time_local_to_gmt(sr, op->mtime.tv_sec); in smb_common_create()
184 op->mtime.tv_nsec = 0; in smb_common_create()
185 op->dsize = 0; in smb_common_create()
187 op->desired_access = smb_omode_to_amask(op->omode); in smb_common_create()
188 op->share_access = smb_denymode_to_sharemode(op->omode, in smb_common_create()
[all …]
H A Dsmb2_create.c155 &op->dattr, /* l */ in smb2_create()
523 op->dh_v2_flags = 0; in smb2_create()
537 msto = op->dh_timeout; in smb2_create()
550 op->dh_v2_flags = 0; in smb2_create()
709 if (op->sd != NULL) { in smb2_create()
710 smb_sd_term(op->sd); in smb2_create()
711 kmem_free(op->sd, sizeof (*op->sd)); in smb2_create()
974 op->dh_v2_flags = 0; in smb2_decode_create_ctx()
995 op->dh_v2_flags = 0; in smb2_decode_create_ctx()
1108 op->lease_epoch); in smb2_encode_create_ctx()
[all …]
H A Dsmb2_oplock.c411 smb_arg_open_t *op = &sr->arg.open; in smb2_oplock_acquire() local
432 switch (op->op_oplock_level) { in smb2_oplock_acquire()
437 op->op_oplock_state = OPLOCK_LEVEL_ONE; in smb2_oplock_acquire()
440 op->op_oplock_state = OPLOCK_LEVEL_TWO; in smb2_oplock_acquire()
458 op->op_oplock_state = OPLOCK_LEVEL_TWO; in smb2_oplock_acquire()
466 &op->op_oplock_state); in smb2_oplock_acquire()
478 &op->op_oplock_state); in smb2_oplock_acquire()
550 smb_arg_open_t *op = &sr->arg.open; in smb2_oplock_reconnect() local
558 op->lease_state = ls->ls_state & in smb2_oplock_reconnect()
562 op->lease_epoch = ls->ls_epoch; in smb2_oplock_reconnect()
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/msgcc/
H A Dmsgcvt.c258 sfpututf(op, c); in html2msg()
354 sfputc(op, c); in html2msg()
359 sfputc(op, c); in html2msg()
406 sfputc(op, q); in html2msg()
407 sfputc(op, '\n'); in html2msg()
426 sfputc(op, c); in encode()
464 sfputc(op, c); in msg2html()
510 sfputc(op, c); in msg2html()
521 sfputc(op, c); in msg2html()
557 sfputc(op, c); in msg2html()
[all …]
/illumos-gate/usr/src/contrib/zlib/
H A Dinffast.c111 hold >>= op; in inflate_fast()
112 bits -= op; in inflate_fast()
113 op = (unsigned)(here->op); in inflate_fast()
123 if (op) { in inflate_fast()
129 hold >>= op; in inflate_fast()
130 bits -= op; in inflate_fast()
142 hold >>= op; in inflate_fast()
143 bits -= op; in inflate_fast()
144 op = (unsigned)(here->op); in inflate_fast()
165 bits -= op; in inflate_fast()
[all …]
/illumos-gate/usr/src/lib/libbsdmalloc/common/
H A Dmalloc.bsd43.c98 union overhead *op; in malloc() local
109 op = sbrk(0); in malloc()
110 n = pagesz - sizeof (*op) - ((uintptr_t)op & (pagesz - 1)); in malloc()
123 op = sbrk(0); in malloc()
168 return (op + 1); in malloc()
200 op = sbrk(0); in morecore()
213 op = sbrk(amt); in morecore()
218 op = (union overhead *)((caddr_t)op - sbrk_adjust); in morecore()
226 op->ov_next = (union overhead *)((caddr_t)op + sz); in morecore()
228 op = (union overhead *)((caddr_t)op + sz); in morecore()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppproto.c397 op = strcopy(op, "\ in init()
459 op = strcopy(op, "\ in init()
1499 if (op > om && (c = *(op - 1)) == ' ') op--; in lex()
1506 if (op > om && *(op - 1) == ' ') op--; in lex()
1525 if (op <= om) op = strcopy(op, "void"); in lex()
1563 proto->op = op; in lex()
1602 proto->op = op; in lex()
1634 op = proto->op; in lex()
1909 proto->op = op; in lex()
1972 proto->op = op; in lex()
[all …]
H A Dppcontext.c40 struct ppcontext* op; in ppcontext() local
44 if (!(op = pp.context)) op = pp.context = newof(0, struct ppcontext, 1, 0); in ppcontext()
49 if (!(op = np)) op = (struct ppcontext*)_PP_CONTEXT_BASE_; in ppcontext()
50 if (op->filtab) hashfree(op->filtab); in ppcontext()
51 if (op->prdtab) hashfree(op->prdtab); in ppcontext()
52 if (op->symtab) hashfree(op->symtab); in ppcontext()
53 if (op->date) free(op->date); in ppcontext()
54 if (op->time) free(op->time); in ppcontext()
60 memzero(op, sizeof(struct ppcontext)); in ppcontext()
61 op = 0; in ppcontext()
[all …]
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dfastlz.c230 *op++ = *ip++; in FASTLZ_COMPRESSOR()
231 *op++ = *ip++; in FASTLZ_COMPRESSOR()
336 op--; in FASTLZ_COMPRESSOR()
355 *op++ = len; in FASTLZ_COMPRESSOR()
363 *op++ = 255; in FASTLZ_COMPRESSOR()
433 op--; in FASTLZ_COMPRESSOR()
509 *op++ = b; in FASTLZ_DECOMPRESSOR()
510 *op++ = b; in FASTLZ_DECOMPRESSOR()
511 *op++ = b; in FASTLZ_DECOMPRESSOR()
513 *op++ = b; in FASTLZ_DECOMPRESSOR()
[all …]
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_set.c45 struct option *op; in set() local
261 for (op = options; op < &options[vi_NOPTS]; op++) in set()
262 if (eq(op->oname, cp) || op->oabbrev && eq(op->oabbrev, cp)) in set()
273 propt(op); in set()
293 op->oname); in set()
401 propt(op); in prall()
403 propt(&op[incr]); in prall()
415 struct option *op; in propts() local
417 for (op = options; op < &options[vi_NOPTS]; op++) { in propts()
424 if (op->ovalue == op->odefault) in propts()
[all …]
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_lookup.c227 err = BCOPYIN(data, &op, sizeof(op));
231 op.iplo_name[sizeof(op.iplo_name) - 1] = '\0';
243 p = ip_pool_find(op.iplo_unit, op.iplo_name, ifs);
300 err = BCOPYIN(data, &op, sizeof(op));
304 op.iplo_name[sizeof(op.iplo_name) - 1] = '\0';
316 p = ip_pool_find(op.iplo_unit, op.iplo_name, ifs);
363 err = BCOPYIN(data, &op, sizeof(op));
367 op.iplo_name[sizeof(op.iplo_name) - 1] = '\0';
408 err = BCOPYIN(data, &op, sizeof(op));
412 op.iplo_name[sizeof(op.iplo_name) - 1] = '\0';
[all …]
/illumos-gate/usr/src/cmd/sgs/link_audit/common/
H A Dwho.c72 op->o_lpc = lpc; in add_object()
73 op->o_hpc = hpc; in add_object()
74 op->o_lmp = lmp; in add_object()
80 *objlist = op; in add_object()
89 *objlist = op; in add_object()
99 *objlist = op; in add_object()
200 Objinfo *op; in print_address() local
207 for (op = objhead; op; op = op->o_next) { in print_address()
208 if ((pc >= op->o_lpc) && (pc <= op->o_hpc)) in print_address()
211 if (op && (op->o_syms == NULL)) in print_address()
[all …]
/illumos-gate/usr/src/lib/print/libpapi-ipp/common/
H A Dprinter.c113 op = NULL; in papiPrintersList()
118 NULL, &op)) { in papiPrintersList()
125 op = NULL; in papiPrintersList()
173 op = NULL; in papiPrinterQuery()
298 op = NULL; in papiPrinterModify()
342 op = NULL; in papiPrinterPurgeJobs()
347 NULL, &op)) { in papiPrinterPurgeJobs()
354 op = NULL; in papiPrinterPurgeJobs()
398 op = NULL; in papiPrinterListJobs()
403 NULL, &op)) { in papiPrinterListJobs()
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dproto.c2689 op = strcopy(op, "\
2751 op = strcopy(op, "\
3765 if (op > om && (c = *(op - 1)) == ' ') op--;
3772 if (op > om && *(op - 1) == ' ') op--;
3791 if (op <= om) op = strcopy(op, "void");
3797 (proto->op=op);
3829 proto->op = op;
3900 op = proto->op;
4175 proto->op = op;
4355 (op=proto->op);
[all …]
/illumos-gate/usr/src/lib/iconv_modules/vi/common/
H A DUTF-8%tcvn.c104 if(0x00 == (*op & 0x80)) { in _icv_iconv()
106 uni = (unsigned short)*op; in _icv_iconv()
113 if ( 0xc0 == (*op & 0xe0) && in _icv_iconv()
126 if ( 0xe0 == (*op & 0xf0) && in _icv_iconv()
127 0x80 == (*(op + 1) & 0xc0) && in _icv_iconv()
142 if ( 0xf0 == (*op & 0xf8) && in _icv_iconv()
143 0x80 == (*(op + 1) & 0xc0) && in _icv_iconv()
146 temp1 = *op &0x07; in _icv_iconv()
148 temp2 = (*(op+1) & 0x3F); in _icv_iconv()
150 temp3 = (*(op+1) & 0x3F); in _icv_iconv()
[all …]
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A DIR.rst25 .. op:: OP_RET
31 .. op:: OP_BR
36 .. op:: OP_CBR
63 .. op:: OP_ADD
66 .. op:: OP_SUB
69 .. op:: OP_MUL
84 .. op:: OP_SHL
87 .. op:: OP_LSR
90 .. op:: OP_ASR
119 .. op:: OP_AND
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dopen.c57 va_start(ap, op);
60 if (op & ~(_ast_O_LOCAL-1))
62 if (!(op & O_CREAT))
63 op &= ~O_EXCL;
66 if (op & O_TRUNC)
75 if (op & O_EXCL)
90 if ((op & O_ACCMODE) == O_RDWR)
93 op &= ~(O_CREAT|O_TRUNC);
99 if (op & O_CREAT)
101 op |= O_TRUNC;
[all …]
/illumos-gate/usr/src/lib/libm/common/m9x/
H A D__fex_sse.c102 inst->op = (int)inst->op + (rex & 8); in __fex_parse_sse()
108 inst->op = (int)inst->op + (rex & 8); in __fex_parse_sse()
114 inst->op = (int)inst->op + (rex & 8); in __fex_parse_sse()
196 if (inst->op == cvtss2si || inst->op == cvttss2si || in __fex_parse_sse()
197 inst->op == cvtsd2si || inst->op == cvttsd2si || in __fex_parse_sse()
204 inst->op == cvtpd2pi || inst->op == cvttpd2pi) { in __fex_parse_sse()
222 if (inst->op == cvtsi2ss || inst->op == cvtsi2sd || in __fex_parse_sse()
248 if (inst->op == cmpss || inst->op == cmpps || in __fex_parse_sse()
249 inst->op == cmpsd || inst->op == cmppd) in __fex_parse_sse()
292 if (inst->op == cmpss || inst->op == cmpps || inst->op == cmpsd || in __fex_parse_sse()
[all …]

12345678910>>...42