| /onnv-gate/usr/src/uts/common/fs/smbsrv/ |
| H A D | smb_locking_andx.c | 242 uint32_t ltype; in smb_com_locking_andx() local 259 ltype = SMB_LOCK_TYPE_READONLY; in smb_com_locking_andx() 261 ltype = SMB_LOCK_TYPE_READWRITE; in smb_com_locking_andx() 334 ltype); in smb_com_locking_andx() 367 (uint64_t)length32, timeout, ltype); in smb_com_locking_andx()
|
| /onnv-gate/usr/src/cmd/ls/ |
| H A D | ls.c | 187 char ltype; /* filetype */ member 1085 if (flist[i]->ltype == 'd' && dflg == 0 || fflg) in main() 1168 if (ap->ltype == 'd' && strcmp(ap->ln.lname, ".") && in pdirectory() 1263 (p->ltype != 'b' && p->ltype != 'c') ? in pentry() 1266 (void) putchar(p->ltype); in pentry() 1287 if (p->ltype == 'b' || p->ltype == 'c') { in pentry() 1319 if (pflg && p->ltype == 'd') in pentry() 1323 if (p->ltype == 'd') in pentry() 1325 else if (p->ltype == 'D') in pentry() 1327 else if (p->ltype == 'p') in pentry() [all …]
|
| /onnv-gate/usr/src/common/ctf/ |
| H A D | ctf_types.c | 536 ctf_type_cmp(ctf_file_t *lfp, ctf_id_t ltype, ctf_file_t *rfp, ctf_id_t rtype) in ctf_type_cmp() argument 540 if (ltype < rtype) in ctf_type_cmp() 542 else if (ltype > rtype) in ctf_type_cmp() 550 if (CTF_TYPE_ISPARENT(ltype) && lfp->ctf_parent != NULL) in ctf_type_cmp() 572 ctf_type_compat(ctf_file_t *lfp, ctf_id_t ltype, in ctf_type_compat() argument 580 if (ctf_type_cmp(lfp, ltype, rfp, rtype) == 0) in ctf_type_compat() 583 ltype = ctf_type_resolve(lfp, ltype); in ctf_type_compat() 584 lkind = ctf_type_kind(lfp, ltype); in ctf_type_compat() 590 (ltp = ctf_lookup_by_id(&lfp, ltype)) == NULL || in ctf_type_compat() 599 return (ctf_type_encoding(lfp, ltype, &le) == 0 && in ctf_type_compat() [all …]
|
| H A D | ctf_create.c | 968 ctf_id_t ltype = ctf_type_resolve(fp, lmd->dmd_type); in ctf_add_member() local 974 if (ctf_type_encoding(fp, ltype, &linfo) != CTF_ERR) in ctf_add_member() 976 else if ((lsize = ctf_type_size(fp, ltype)) != CTF_ERR) in ctf_add_member()
|
| /onnv-gate/usr/src/uts/common/sys/ |
| H A D | procset.h | 133 #define setprocset(psp, op, ltype, lid, rtype, rid) \ argument 135 (psp)->p_lidtype = (ltype); \
|
| /onnv-gate/usr/src/lib/fm/libldom/sparc/ |
| H A D | ldom.c | 382 static uint32_t ltype = 0; in ldom_get_type() local 392 if (VALID_LDOM_TYPE(ltype) != 0) { in ldom_get_type() 393 *type = ltype; in ldom_get_type() 404 rc = get_type(lhp, <ype); in ldom_get_type() 406 *type = ltype; in ldom_get_type()
|
| /onnv-gate/usr/src/lib/libc/port/rt/ |
| H A D | pos4obj.c | 368 __pos4obj_lock(const char *name, const char *ltype) in __pos4obj_lock() argument 374 if ((dfile = __pos4obj_name(name, ltype)) == NULL) { in __pos4obj_lock()
|
| /onnv-gate/usr/src/cmd/tsol/tninfo/ |
| H A D | tninfo.c | 93 l_to_str(const m_label_t *l, char **str, int ltype) in l_to_str() argument 95 if (label_to_str(l, str, ltype, DEF_NAMES) != 0) in l_to_str()
|
| /onnv-gate/usr/src/lib/libdtrace/common/ |
| H A D | dt_parser.c | 314 ctf_id_t ltype = lp->dn_type; in dt_type_promote() local 319 ctf_id_t lbase = ctf_type_resolve(lfp, ltype); in dt_type_promote() 334 ltype = lbase = DT_INT_TYPE(dtp); in dt_type_promote() 373 *otype = ltype; in dt_type_promote() 3821 ctf_id_t ltype, rtype; in dt_cook_op2() local 3827 ltype = ctf_type_resolve(lp->dn_ctfp, lp->dn_type); in dt_cook_op2() 3828 lkind = ctf_type_kind(lp->dn_ctfp, ltype); in dt_cook_op2() 4137 ctf_id_t ltype = ctf_type_resolve(lctfp, dnp->dn_type); in dt_cook_inline() local 4143 if (ctf_type_kind(lctfp, ltype) == CTF_K_POINTER) { in dt_cook_inline() 4144 ltype = ctf_type_reference(lctfp, ltype); in dt_cook_inline() [all …]
|
| /onnv-gate/usr/src/cmd/awk/ |
| H A D | b.c | 312 f->re[(int)left(v)].ltype = type(v); in cfoll() 785 if ((k = f->re[p[i]].ltype) != FINAL) { in cgoto()
|
| H A D | awk.h | 247 int ltype; member
|
| /onnv-gate/usr/src/uts/common/fs/smbclnt/smbfs/ |
| H A D | smbfs_smb.c | 105 uint8_t ltype = 0; in smbfs_smb_lockandx() local 116 ltype |= SMB_LOCKING_ANDX_SHARED_LOCK; in smbfs_smb_lockandx() 119 ltype |= SMB_LOCKING_ANDX_LARGE_FILES; in smbfs_smb_lockandx() 129 mb_put_uint8(mbp, ltype); /* locktype */ in smbfs_smb_lockandx()
|
| /onnv-gate/usr/src/uts/common/fs/nfs/ |
| H A D | nfs4_srv.c | 8585 int16_t ltype; in rfs4_do_lock() local 8621 ltype = F_RDLCK; in rfs4_do_lock() 8631 ltype = F_WRLCK; in rfs4_do_lock() 8635 ltype = F_UNLCK; in rfs4_do_lock() 8637 flock.l_type = ltype; in rfs4_do_lock() 9264 int ltype; in rfs4_op_lockt() local 9322 ltype = F_RDLCK; in rfs4_op_lockt() 9326 ltype = F_WRLCK; in rfs4_op_lockt() 9352 flk.l_type = ltype; in rfs4_op_lockt()
|
| /onnv-gate/usr/src/cmd/sgs/libld/common/ |
| H A D | files.c | 1254 uchar_t ltype = ELF_ST_TYPE(lsym->st_info); in process_capinfo() local 1256 DYNSORT_COUNT(lsdp, lsym, ltype, --); in process_capinfo()
|