/titanic_51/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_open_andx.c | 220 struct open_param *op = &sr->arg.open; in smb_pre_open() local 223 bzero(op, sizeof (sr->arg.open)); in smb_pre_open() 225 rc = smbsr_decode_vwv(sr, "ww", &op->omode, &op->fqi.fq_sattr); in smb_pre_open() 227 rc = smbsr_decode_data(sr, "%S", sr, &op->fqi.fq_path.pn_path); in smb_pre_open() 230 struct open_param *, op); in smb_pre_open() 244 struct open_param *op = &sr->arg.open; in smb_com_open() local 251 op->desired_access = smb_omode_to_amask(op->omode); in smb_com_open() 252 op in smb_com_open() 327 struct open_param *op = &sr->arg.open; smb_pre_open_andx() local 376 struct open_param *op = &sr->arg.open; smb_com_open_andx() local 480 struct open_param *op = &sr->arg.open; smb_com_trans2_open2() local [all...] |
H A D | smb_nt_create_andx.c | 171 struct open_param *op = &sr->arg.open; in smb_pre_nt_create_andx() local 177 bzero(op, sizeof (sr->arg.open)); in smb_pre_nt_create_andx() 181 &op->nt_flags, in smb_pre_nt_create_andx() 182 &op->rootdirfid, in smb_pre_nt_create_andx() 183 &op->desired_access, in smb_pre_nt_create_andx() 184 &op->dsize, in smb_pre_nt_create_andx() 185 &op->dattr, in smb_pre_nt_create_andx() 186 &op->share_access, in smb_pre_nt_create_andx() 187 &op->create_disposition, in smb_pre_nt_create_andx() 188 &op in smb_pre_nt_create_andx() 233 struct open_param *op = &sr->arg.open; smb_com_nt_create_andx() local [all...] |
H A D | smb_common_open.c | 298 smb_arg_open_t *op = &sr->sr_open; in smb_open_subr() local 310 smb_pathname_t *pn = &op->fqi.fq_path; in smb_open_subr() 313 is_dir = (op->create_options & FILE_DIRECTORY_FILE) ? 1 : 0; in smb_open_subr() 321 if ((op->create_disposition != FILE_CREATE) && in smb_open_subr() 322 (op->create_disposition != FILE_OPEN_IF) && in smb_open_subr() 323 (op->create_disposition != FILE_OPEN)) { in smb_open_subr() 328 if (op->desired_access & MAXIMUM_ALLOWED) { in smb_open_subr() 330 op->desired_access &= ~MAXIMUM_ALLOWED; in smb_open_subr() 332 op->desired_access = smb_access_generic_to_file(op in smb_open_subr() 937 smb_arg_open_t *op = &sr->sr_open; smb_open_oplock_break() local 960 smb_open_attr_only(smb_arg_open_t * op) smb_open_attr_only() argument 972 smb_open_overwrite(smb_arg_open_t * op) smb_open_overwrite() argument 1002 smb_arg_open_t *op = &sr->sr_open; smb_set_open_attributes() local 1052 smb_arg_open_t *op = &sr->sr_open; smb_delete_new_object() local [all...] |
H A D | smb_nt_transact_create.c | 55 struct open_param *op = &sr->arg.open; in smb_pre_nt_transact_create() local 65 bzero(op, sizeof (sr->arg.open)); in smb_pre_nt_transact_create() 69 &op->nt_flags, in smb_pre_nt_transact_create() 70 &op->rootdirfid, in smb_pre_nt_transact_create() 71 &op->desired_access, in smb_pre_nt_transact_create() 72 &op->dsize, in smb_pre_nt_transact_create() 73 &op->dattr, in smb_pre_nt_transact_create() 74 &op->share_access, in smb_pre_nt_transact_create() 75 &op->create_disposition, in smb_pre_nt_transact_create() 76 &op in smb_pre_nt_transact_create() 142 struct open_param *op = &sr->arg.open; smb_nt_transact_create() local [all...] |
H A D | smb_create.c | 38 struct open_param *op = &sr->arg.open; in smb_pre_create() local 41 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() 45 rc = smbsr_decode_data(sr, "%S", sr, &op->fqi.fq_path.pn_path); in smb_pre_create() 47 op->create_disposition = FILE_OVERWRITE_IF; in smb_pre_create() 48 op->create_options = FILE_NON_DIRECTORY_FILE; in smb_pre_create() 51 struct open_param *, op); in smb_pre_create() 81 struct open_param *op = &sr->arg.open; in smb_pre_create_new() local 84 bzero(op, sizeo in smb_pre_create_new() 123 struct open_param *op = &sr->arg.open; smb_pre_create_temporary() local 151 struct open_param *op = &sr->arg.open; smb_com_create_temporary() local 182 struct open_param *op = &sr->arg.open; smb_common_create() local [all...] |
/titanic_51/usr/src/cmd/ast/msgcc/ |
H A D | msgcvt.c | 190 sfpututf(Sfio_t* op, register int w) in sfpututf() argument 193 return sfputc(op, w); in sfpututf() 195 sfputc(op, 0xC0 + (w >> 6)); in sfpututf() 198 sfputc(op, 0xE0 + (w >> 12)); in sfpututf() 199 sfputc(op, 0x80 + (w >> 6 ) & 0x3F); in sfpututf() 202 return sfputc(op, '?'); in sfpututf() 203 return sfputc(op, 0x80 + (w & 0x3F)); in sfpututf() 216 html2msg(register Sfio_t* ip, register Sfio_t* op, int flags) in html2msg() argument 258 sfpututf(op, c); in html2msg() 277 sfputc(op, q); in html2msg() [all …]
|
/titanic_51/usr/src/contrib/ast/src/cmd/msgcc/ |
H A D | msgcvt.c | 190 sfpututf(Sfio_t* op, register int w) in sfpututf() argument 193 return sfputc(op, w); in sfpututf() 195 sfputc(op, 0xC0 + (w >> 6)); in sfpututf() 198 sfputc(op, 0xE0 + (w >> 12)); in sfpututf() 199 sfputc(op, 0x80 + (w >> 6 ) & 0x3F); in sfpututf() 202 return sfputc(op, '?'); in sfpututf() 203 return sfputc(op, 0x80 + (w & 0x3F)); in sfpututf() 216 html2msg(register Sfio_t* ip, register Sfio_t* op, int flags) in html2msg() argument 258 sfpututf(op, c); in html2msg() 277 sfputc(op, in html2msg() 411 encode(Sfio_t * op,register int c) encode() argument 430 msg2html(register Sfio_t * ip,register Sfio_t * op,register int flags) msg2html() argument [all...] |
/titanic_51/usr/src/contrib/zlib/ |
H A D | inffast.c | 72 unsigned op; /* code bits, operation, extra bits, or */ in inflate_fast() local 110 op = (unsigned)(here->bits); in inflate_fast() 111 hold >>= op; in inflate_fast() 112 bits -= op; in inflate_fast() 113 op = (unsigned)(here->op); in inflate_fast() 114 if (op == 0) { /* literal */ in inflate_fast() 120 else if (op & 16) { /* length base */ in inflate_fast() 122 op &= 15; /* number of extra bits */ in inflate_fast() 123 if (op) { in inflate_fast() [all...] |
/titanic_51/usr/src/boot/lib/libz/ |
H A D | inffast.c | 91 unsigned op; /* code bits, operation, extra bits, or */ local 129 op = (unsigned)(here.bits); 130 hold >>= op; 131 bits -= op; 132 op = (unsigned)(here.op); 133 if (op == 0) { /* literal */ 139 else if (op & 16) { /* length base */ 141 op &= 15; /* number of extra bits */ 142 if (op) { [all...] |
/titanic_51/usr/src/lib/libpp/common/ |
H A D | ppproto.c | 80 char* op; /* output buffer pointer */ member 361 init(struct proto* proto, char* op, int flags) in init() argument 367 op = strcopy(op, "\ in init() 429 op = strcopy(op, "\ in init() 461 switch (*op++ = *s++) in init() 464 op--; in init() 467 op = strcopy(op - 1, proto->package); in init() 475 return op; in init() 478 #define BACKOUT() (op=ko) 481 #define CACHEOUT() (op=proto->op) [all …]
|
H A D | ppcontext.c | 40 struct ppcontext* op; in ppcontext() local 44 if (!(op = pp.context)) op = pp.context = newof(0, struct ppcontext, 1, 0); in ppcontext() 45 memcpy(op, _PP_CONTEXT_BASE_, sizeof(struct ppcontext)); 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() [all …]
|
/titanic_51/usr/src/lib/libbsdmalloc/common/ |
H A D | malloc.bsd43.c | 99 union overhead *op; in malloc() local 110 op = sbrk(0); in malloc() 111 n = pagesz - sizeof (*op) - ((uintptr_t)op & (pagesz - 1)); in malloc() 124 op = sbrk(0); in malloc() 125 sbrk_adjust = (uintptr_t)(op + 1) & (pagesz - 1); in malloc() 142 if (nbytes <= (n = pagesz - sizeof (*op))) { in malloc() 145 n = -(ssize_t)(sizeof (*op)); in malloc() 160 if ((op = nextf[bucket]) == NULL) { in malloc() 162 if ((op in malloc() 178 union overhead *op; morecore() local 237 union overhead *op; free() local 268 union overhead *op; realloc() local [all...] |
/titanic_51/usr/src/contrib/ast/src/lib/libpp/ |
H A D | ppproto.c | 88 char* op; /* output buffer pointer */ member 393 init(Proto_t* proto, char* op, int flags) in init() argument 399 op = strcopy(op, "\ in init() 461 op = strcopy(op, "\ in init() 493 switch (*op++ = *s++) in init() 496 op--; in init() 499 op = strcopy(op in init() 580 register char* op; lex() local 2536 register char* op = proto->ob; pppread() local [all...] |
H A D | ppcontext.c | 27 * args op return 40 struct ppcontext* op; in ppcontext() local 44 if (!(op = pp.context)) op = pp.context = newof(0, struct ppcontext, 1, 0); in ppcontext() 45 memcpy(op, _PP_CONTEXT_BASE_, sizeof(struct ppcontext)); 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 in ppcontext() [all...] |
/titanic_51/usr/src/cmd/vi/port/ |
H A D | ex_set.c | 45 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() 264 if (op->oname == 0) in set() 273 propt(op); in set() 277 if (op in set() 398 struct option *op = options; prall() local 415 struct option *op; propts() local 441 propt(struct option * op) propt() argument [all...] |
/titanic_51/usr/src/uts/common/fs/zfs/ |
H A D | lz4.c | 535 BYTE *op = (BYTE *) dest; in LZ4_compressCtx() local 584 token = op++; in LZ4_compressCtx() 587 if unlikely(op + length + (2 + 1 + LASTLITERALS) + in LZ4_compressCtx() 595 *op++ = 255; in LZ4_compressCtx() 596 *op++ = (BYTE)len; in LZ4_compressCtx() 601 LZ4_BLINDCOPY(anchor, op, length); in LZ4_compressCtx() 605 LZ4_WRITE_LITTLEENDIAN_16(op, ip - ref); in LZ4_compressCtx() 638 if unlikely(op + (1 + LASTLITERALS) + (len >> 8) > oend) in LZ4_compressCtx() 644 *op++ = 255; in LZ4_compressCtx() 645 *op in LZ4_compressCtx() 730 BYTE *op = (BYTE *) dest; LZ4_compress64kCtx() local 939 BYTE *op = (BYTE *) dest; real_LZ4_uncompress() local 1056 BYTE *op = (BYTE *) dest; LZ4_uncompress_unknownOutputSize() local [all...] |
/titanic_51/usr/src/uts/common/inet/ipf/ |
H A D | ip_lookup.c | 221 iplookupop_t op; local 227 err = BCOPYIN(data, &op, sizeof(op)); 231 op.iplo_name[sizeof(op.iplo_name) - 1] = '\0'; 233 switch (op.iplo_type) 236 if (op.iplo_size != sizeof(node)) 239 err = COPYIN(op.iplo_struct, &node, sizeof(node)); 243 p = ip_pool_find(op.iplo_unit, op 294 iplookupop_t op; global() local 360 iplookupop_t op; global() local 405 iplookupop_t op; global() local 450 iplookupop_t op; global() local [all...] |
/titanic_51/usr/src/cmd/sgs/link_audit/common/ |
H A D | who.c | 49 Objinfo *op, *cur, *prev; in add_object() local 55 if ((op = calloc(1, sizeof (Objinfo))) == NULL) { in add_object() 72 op->o_lpc = lpc; in add_object() 73 op->o_hpc = hpc; in add_object() 74 op->o_lmp = lmp; in add_object() 77 op->o_flags |= FLG_OB_FIXED; in add_object() 80 *objlist = op; in add_object() 88 op->o_next = *objlist; in add_object() 89 *objlist = op; in add_object() 98 op in add_object() 151 load_syms(Objinfo * op) load_syms() argument 200 Objinfo *op; print_address() local [all...] |
/titanic_51/usr/src/lib/iconv_modules/vi/common/ |
H A D | UTF-8%tcvn.c | 79 unsigned char *op = (unsigned char*)*inbuf; in _icv_iconv() local 104 if(0x00 == (*op & 0x80)) { in _icv_iconv() 106 uni = (unsigned short)*op; in _icv_iconv() 113 if ( 0xc0 == (*op & 0xe0) && in _icv_iconv() 114 0x80 == (*(op + 1) & 0xc0) ) { in _icv_iconv() 116 temp1 = (unsigned short)(*op & 0x1f); in _icv_iconv() 118 temp1 |= (unsigned short)(*(op + 1) & 0x3f); in _icv_iconv() 126 if ( 0xe0 == (*op & 0xf0) && in _icv_iconv() 127 0x80 == (*(op + 1) & 0xc0) && in _icv_iconv() 128 0x80 == (*(op in _icv_iconv() [all...] |
/titanic_51/usr/src/lib/print/libpapi-ipp/common/ |
H A D | printer.c | 87 papi_attribute_t **request = NULL, **op = NULL, **response = NULL; in papiPrintersList() local 99 ipp_initialize_operational_attributes(svc, &op, NULL, -1); in papiPrintersList() 105 papiAttributeListAddString(&op, PAPI_ATTR_APPEND, in papiPrintersList() 110 "operational-attributes-group", op); in papiPrintersList() 111 papiAttributeListFree(op); in papiPrintersList() 115 op = NULL; in papiPrintersList() 117 "printer-attributes-group", &op); in papiPrintersList() 120 NULL, &op)) { in papiPrintersList() 126 copy_attributes(&p->attributes, op); in papiPrintersList() 127 op in papiPrintersList() 144 papi_attribute_t **request = NULL, **op = NULL, **response = NULL; papiPrinterQuery() local 190 papi_attribute_t **request = NULL, **op = NULL, **response = NULL; _printer_enable_disable_pause_resume_delete() local 274 papi_attribute_t **request = NULL, **op = NULL, **response = NULL; papiPrinterModify() local 322 papi_attribute_t **request = NULL, **op = NULL, **response = NULL; papiPrinterPurgeJobs() local 371 papi_attribute_t **request = NULL, **op = NULL, **response = NULL; papiPrinterListJobs() local [all...] |
/titanic_51/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | proto.c | 257 int op; member 942 ppfsm __PARAM__((int op, register char* s), (op, s)) __OTORP__(int op; register char* s;){ in __OTORP__() 953 switch (op) 1317 char* op; member 2684 init __PARAM__((Proto_t* proto, char* op, int flags), (proto, op, flags)) __OTORP__(Proto_t* proto; char* op; int flags;){ in __OTORP__() 2689 op 2844 register char* op; global() local 4777 register char* op = proto->ob; global() local 5041 char* op; global() local [all...] |
/titanic_51/usr/src/lib/libast/common/comp/ |
H A D | open.c | 48 _ast_open(const char* path, int op, ...) 57 va_start(ap, op); 58 mode = (op & O_CREAT) ? va_arg(ap, int) : S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH; 60 if (op & ~(_ast_O_LOCAL-1)) 62 if (!(op & O_CREAT)) 63 op &= ~O_EXCL; 66 if (op & O_TRUNC) 68 if ((op & O_EXCL) && !access(path, F_OK)) 73 if ((fd = creat(path, (op & O_EXCL) ? 0 : mode)) < 0) 75 if (op & O_EXCL) [all …]
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/comp/ |
H A D | open.c | 48 _ast_open(const char* path, int op, ...) 57 va_start(ap, op); 58 mode = (op & O_CREAT) ? va_arg(ap, int) : S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH; 60 if (op & ~(_ast_O_LOCAL-1)) 62 if (!(op & O_CREAT)) 63 op &= ~O_EXCL; 66 if (op & O_TRUNC) 68 if ((op & O_EXCL) && !access(path, F_OK)) 73 if ((fd = creat(path, (op & O_EXCL) ? 0 : mode)) < 0) 75 if (op [all...] |
/titanic_51/usr/src/uts/common/io/scsi/adapters/mpt_sas/ |
H A D | mptsas_hash.c | 81 refhash_insert(refhash_t *hp, void *op) in refhash_insert() argument 84 refhash_link_t *lp = obj_to_link(hp, op); in refhash_insert() 86 bucket = hp->rh_hash(obj_to_tag(hp, op)) % hp->rh_bucket_count; in refhash_insert() 96 refhash_delete(refhash_t *hp, void *op) in refhash_delete() argument 98 refhash_link_t *lp = obj_to_link(hp, op); in refhash_delete() 101 bucket = hp->rh_hash(obj_to_tag(hp, op)) % hp->rh_bucket_count; in refhash_delete() 104 hp->rh_dtor(op); in refhash_delete() 108 refhash_remove(refhash_t *hp, void *op) in refhash_remove() argument 110 refhash_link_t *lp = obj_to_link(hp, op); in refhash_remove() 115 refhash_delete(hp, op); in refhash_remove() 124 void *op; refhash_lookup() local 142 void *op; refhash_linear_search() local 156 refhash_hold(refhash_t * hp,void * op) refhash_hold() argument 164 refhash_rele(refhash_t * hp,void * op) refhash_rele() argument 189 refhash_next(refhash_t * hp,void * op) refhash_next() argument 209 refhash_obj_valid(refhash_t * hp,const void * op) refhash_obj_valid() argument [all...] |
/titanic_51/usr/src/lib/libm/common/m9x/ |
H A D | __fex_sse.c | 100 inst->op = (int)cvtsi2ss + simd + dbl; in __fex_parse_sse() 102 inst->op = (int)inst->op + (rex & 8); in __fex_parse_sse() 106 inst->op = (int)cvttss2si + simd + dbl; in __fex_parse_sse() 108 inst->op = (int)inst->op + (rex & 8); in __fex_parse_sse() 112 inst->op = (int)cvtss2si + simd + dbl; in __fex_parse_sse() 114 inst->op = (int)inst->op + (rex & 8); in __fex_parse_sse() 121 inst->op in __fex_parse_sse() [all...] |