/titanic_44/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_locking_andx.c | 243 uint32_t ltype; in smb_com_locking_andx() local 265 ltype = SMB_LOCK_TYPE_READONLY; in smb_com_locking_andx() 267 ltype = SMB_LOCK_TYPE_READWRITE; in smb_com_locking_andx() 340 ltype); in smb_com_locking_andx() 373 (uint64_t)length32, timeout, ltype); in smb_com_locking_andx()
|
/titanic_44/usr/src/cmd/ls/ |
H A D | ls.c | 188 char ltype; /* filetype */ member 1090 if ((flist[i]->ltype == 'd' && dflg == 0) || fflg) in main() 1170 if (ap->ltype == 'd' && strcmp(ap->ln.lname, ".") && in pdirectory() 1269 (p->ltype != 'b' && p->ltype != 'c') ? in pentry() 1273 (void) putchar(p->ltype); in pentry() 1296 if (p->ltype == 'b' || p->ltype == 'c') { in pentry() 1332 if (pflg && p->ltype == 'd') in pentry() 1336 if (p->ltype == 'd') in pentry() 1338 else if (p->ltype == 'D') in pentry() 1340 else if (p->ltype == 'p') in pentry() [all …]
|
/titanic_44/usr/src/common/ctf/ |
H A D | ctf_types.c | 561 ctf_type_cmp(ctf_file_t *lfp, ctf_id_t ltype, ctf_file_t *rfp, ctf_id_t rtype) in ctf_type_cmp() argument 565 if (ltype < rtype) in ctf_type_cmp() 567 else if (ltype > rtype) in ctf_type_cmp() 575 if (CTF_TYPE_ISPARENT(ltype) && lfp->ctf_parent != NULL) in ctf_type_cmp() 597 ctf_type_compat(ctf_file_t *lfp, ctf_id_t ltype, in ctf_type_compat() argument 605 if (ctf_type_cmp(lfp, ltype, rfp, rtype) == 0) in ctf_type_compat() 608 ltype = ctf_type_resolve(lfp, ltype); in ctf_type_compat() 609 lkind = ctf_type_kind(lfp, ltype); in ctf_type_compat() 615 (ltp = ctf_lookup_by_id(&lfp, ltype)) == NULL || in ctf_type_compat() 624 return (ctf_type_encoding(lfp, ltype, &le) == 0 && in ctf_type_compat() [all …]
|
H A D | ctf_create.c | 1094 ctf_id_t ltype = ctf_type_resolve(fp, lmd->dmd_type); in ctf_add_member() local 1100 if (ctf_type_encoding(fp, ltype, &linfo) != CTF_ERR) in ctf_add_member() 1102 else if ((lsize = ctf_type_size(fp, ltype)) != CTF_ERR) in ctf_add_member()
|
/titanic_44/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); \
|
/titanic_44/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()
|
/titanic_44/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()
|
/titanic_44/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()
|
/titanic_44/usr/src/lib/libdtrace/common/ |
H A D | dt_parser.c | 334 ctf_id_t ltype = lp->dn_type; in dt_type_promote() local 339 ctf_id_t lbase = ctf_type_resolve(lfp, ltype); in dt_type_promote() 354 ltype = lbase = DT_INT_TYPE(dtp); in dt_type_promote() 393 *otype = ltype; in dt_type_promote() 3904 ctf_id_t ltype, rtype; in dt_cook_op2() local 3910 ltype = ctf_type_resolve(lp->dn_ctfp, lp->dn_type); in dt_cook_op2() 3911 lkind = ctf_type_kind(lp->dn_ctfp, ltype); in dt_cook_op2() 4229 ctf_id_t ltype = ctf_type_resolve(lctfp, dnp->dn_type); in dt_cook_inline() local 4235 if (ctf_type_kind(lctfp, ltype) == CTF_K_POINTER) { in dt_cook_inline() 4236 ltype = ctf_type_reference(lctfp, ltype); in dt_cook_inline() [all …]
|
/titanic_44/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
|
/titanic_44/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_smb.c | 106 uint8_t ltype = 0; in smbfs_smb_lockandx() local 117 ltype |= SMB_LOCKING_ANDX_SHARED_LOCK; in smbfs_smb_lockandx() 120 ltype |= SMB_LOCKING_ANDX_LARGE_FILES; in smbfs_smb_lockandx() 130 mb_put_uint8(mbp, ltype); /* locktype */ in smbfs_smb_lockandx()
|
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_srv.c | 8648 int16_t ltype; in rfs4_do_lock() local 8684 ltype = F_RDLCK; in rfs4_do_lock() 8694 ltype = F_WRLCK; in rfs4_do_lock() 8698 ltype = F_UNLCK; in rfs4_do_lock() 8700 flock.l_type = ltype; in rfs4_do_lock() 9327 int ltype; in rfs4_op_lockt() local 9385 ltype = F_RDLCK; in rfs4_op_lockt() 9389 ltype = F_WRLCK; in rfs4_op_lockt() 9415 flk.l_type = ltype; in rfs4_op_lockt()
|
/titanic_44/usr/src/cmd/sgs/libld/common/ |
H A D | files.c | 1255 uchar_t ltype = ELF_ST_TYPE(lsym->st_info); in process_capinfo() local 1257 DYNSORT_COUNT(lsdp, lsym, ltype, --); in process_capinfo()
|
/titanic_44/usr/src/cmd/zfs/ |
H A D | zfs_main.c | 4206 zfs_deleg_who_type_t ltype = l->who_perm.who_type; in who_perm_compare() local 4208 int lweight = who_type2weight(ltype); in who_perm_compare()
|