Searched refs:ltype (Results 1 - 17 of 17) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dprocset.h133 #define setprocset(psp, op, ltype, lid, rtype, rid) \
135 (psp)->p_lidtype = (ltype); \
/illumos-gate/usr/src/test/os-tests/tests/file-locking/
H A Dutil.c144 flock_reinit(struct flock *flp, int ltype) argument
147 flp->l_type = ltype;
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_lock.c254 uint32_t ltype; local
262 ltype = SMB_LOCK_TYPE_READONLY;
265 timeout, ltype);
272 ltype = SMB_LOCK_TYPE_READWRITE;
275 timeout, ltype);
H A Dsmb_locking_andx.c243 uint32_t ltype; local
266 ltype = SMB_LOCK_TYPE_READONLY;
268 ltype = SMB_LOCK_TYPE_READWRITE;
343 ltype);
378 (uint64_t)length32, timeout, ltype);
/illumos-gate/usr/src/common/ctf/
H A Dctf_types.c561 ctf_type_cmp(ctf_file_t *lfp, ctf_id_t ltype, ctf_file_t *rfp, ctf_id_t rtype) argument
565 if (ltype < rtype)
567 else if (ltype > rtype)
575 if (CTF_TYPE_ISPARENT(ltype) && lfp->ctf_parent != NULL)
597 ctf_type_compat(ctf_file_t *lfp, ctf_id_t ltype, argument
605 if (ctf_type_cmp(lfp, ltype, rfp, rtype) == 0)
608 ltype = ctf_type_resolve(lfp, ltype);
609 lkind = ctf_type_kind(lfp, ltype);
615 (ltp = ctf_lookup_by_id(&lfp, ltype))
[all...]
H A Dctf_create.c1094 ctf_id_t ltype = ctf_type_resolve(fp, lmd->dmd_type); local
1100 if (ctf_type_encoding(fp, ltype, &linfo) != CTF_ERR)
1102 else if ((lsize = ctf_type_size(fp, ltype)) != CTF_ERR)
/illumos-gate/usr/src/cmd/ls/
H A Dls.c189 char ltype; /* filetype */ member in struct:lbuf
1100 if ((flist[i]->ltype == 'd' && dflg == 0) || fflg)
1180 if (ap->ltype == 'd' && strcmp(ap->ln.lname, ".") &&
1280 (p->ltype != 'b' && p->ltype != 'c') ?
1284 (void) putchar(p->ltype);
1307 if (p->ltype == 'b' || p->ltype == 'c') {
1339 if (pflg && p->ltype == 'd')
1343 if (p->ltype
[all...]
/illumos-gate/usr/src/lib/libc/port/rt/
H A Dpos4obj.c368 __pos4obj_lock(const char *name, const char *ltype) argument
374 if ((dfile = __pos4obj_name(name, ltype)) == NULL) {
/illumos-gate/usr/src/cmd/tsol/tninfo/
H A Dtninfo.c93 l_to_str(const m_label_t *l, char **str, int ltype) argument
95 if (label_to_str(l, str, ltype, DEF_NAMES) != 0)
/illumos-gate/usr/src/lib/fm/libldom/sparc/
H A Dldom.c382 static uint32_t ltype = 0; local
392 if (VALID_LDOM_TYPE(ltype) != 0) {
393 *type = ltype;
404 rc = get_type(lhp, &ltype);
406 *type = ltype;
/illumos-gate/usr/src/cmd/awk/
H A Dawk.h247 int ltype; member in struct:rrow
H A Db.c312 f->re[(int)left(v)].ltype = type(v);
785 if ((k = f->re[p[i]].ltype) != FINAL) {
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_parser.c334 ctf_id_t ltype = lp->dn_type; local
339 ctf_id_t lbase = ctf_type_resolve(lfp, ltype);
354 ltype = lbase = DT_INT_TYPE(dtp);
393 *otype = ltype;
3904 ctf_id_t ltype, rtype; local
3910 ltype = ctf_type_resolve(lp->dn_ctfp, lp->dn_type);
3911 lkind = ctf_type_kind(lp->dn_ctfp, ltype);
4229 ctf_id_t ltype = ctf_type_resolve(lctfp, dnp->dn_type); local
4235 if (ctf_type_kind(lctfp, ltype) == CTF_K_POINTER) {
4236 ltype
[all...]
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_smb.c106 uint8_t ltype = 0; local
117 ltype |= SMB_LOCKING_ANDX_SHARED_LOCK;
120 ltype |= SMB_LOCKING_ANDX_LARGE_FILES;
130 mb_put_uint8(mbp, ltype); /* locktype */
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv.c8534 return (NFS4ERR_INVAL); /* no mapping from POSIX ltype to v4 */
8647 int16_t ltype; local
8684 ltype = F_RDLCK;
8694 ltype = F_WRLCK;
8698 ltype = F_UNLCK;
8700 flock.l_type = ltype;
9353 int ltype; local
9411 ltype = F_RDLCK;
9415 ltype = F_WRLCK;
9441 flk.l_type = ltype;
[all...]
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dfiles.c1255 uchar_t ltype = ELF_ST_TYPE(lsym->st_info); local
1257 DYNSORT_COUNT(lsdp, lsym, ltype, --);
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c4234 zfs_deleg_who_type_t ltype = l->who_perm.who_type; local
4236 int lweight = who_type2weight(ltype);

Completed in 180 milliseconds