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

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dprocset.h133 #define setprocset(psp, op, ltype, lid, rtype, rid) \
135 (psp)->p_lidtype = (ltype); \
/opensolaris-onvv-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_locking_andx.c242 uint32_t ltype; local
259 ltype = SMB_LOCK_TYPE_READONLY;
261 ltype = SMB_LOCK_TYPE_READWRITE;
334 ltype);
367 (uint64_t)length32, timeout, ltype);
/opensolaris-onvv-gate/usr/src/common/ctf/
H A Dctf_types.c536 ctf_type_cmp(ctf_file_t *lfp, ctf_id_t ltype, ctf_file_t *rfp, ctf_id_t rtype) argument
540 if (ltype < rtype)
542 else if (ltype > rtype)
550 if (CTF_TYPE_ISPARENT(ltype) && lfp->ctf_parent != NULL)
572 ctf_type_compat(ctf_file_t *lfp, ctf_id_t ltype, argument
580 if (ctf_type_cmp(lfp, ltype, rfp, rtype) == 0)
583 ltype = ctf_type_resolve(lfp, ltype);
584 lkind = ctf_type_kind(lfp, ltype);
590 (ltp = ctf_lookup_by_id(&lfp, ltype))
[all...]
H A Dctf_create.c968 ctf_id_t ltype = ctf_type_resolve(fp, lmd->dmd_type); local
974 if (ctf_type_encoding(fp, ltype, &linfo) != CTF_ERR)
976 else if ((lsize = ctf_type_size(fp, ltype)) != CTF_ERR)
/opensolaris-onvv-gate/usr/src/cmd/ls/
H A Dls.c187 char ltype; /* filetype */ member in struct:lbuf
1085 if (flist[i]->ltype == 'd' && dflg == 0 || fflg)
1168 if (ap->ltype == 'd' && strcmp(ap->ln.lname, ".") &&
1263 (p->ltype != 'b' && p->ltype != 'c') ?
1266 (void) putchar(p->ltype);
1287 if (p->ltype == 'b' || p->ltype == 'c') {
1319 if (pflg && p->ltype == 'd')
1323 if (p->ltype
[all...]
/opensolaris-onvv-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)
/opensolaris-onvv-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) {
/opensolaris-onvv-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;
/opensolaris-onvv-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) {
/opensolaris-onvv-gate/usr/src/lib/libdtrace/common/
H A Ddt_parser.c314 ctf_id_t ltype = lp->dn_type; local
319 ctf_id_t lbase = ctf_type_resolve(lfp, ltype);
334 ltype = lbase = DT_INT_TYPE(dtp);
373 *otype = ltype;
3821 ctf_id_t ltype, rtype; local
3827 ltype = ctf_type_resolve(lp->dn_ctfp, lp->dn_type);
3828 lkind = ctf_type_kind(lp->dn_ctfp, ltype);
4137 ctf_id_t ltype = ctf_type_resolve(lctfp, dnp->dn_type); local
4143 if (ctf_type_kind(lctfp, ltype) == CTF_K_POINTER) {
4144 ltype
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_smb.c105 uint8_t ltype = 0; local
116 ltype |= SMB_LOCKING_ANDX_SHARED_LOCK;
119 ltype |= SMB_LOCKING_ANDX_LARGE_FILES;
129 mb_put_uint8(mbp, ltype); /* locktype */
/opensolaris-onvv-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv.c8525 return (NFS4ERR_INVAL); /* no mapping from POSIX ltype to v4 */
8585 int16_t ltype; local
8621 ltype = F_RDLCK;
8631 ltype = F_WRLCK;
8635 ltype = F_UNLCK;
8637 flock.l_type = ltype;
9264 int ltype; local
9322 ltype = F_RDLCK;
9326 ltype = F_WRLCK;
9352 flk.l_type = ltype;
[all...]
/opensolaris-onvv-gate/usr/src/cmd/sgs/libld/common/
H A Dfiles.c1254 uchar_t ltype = ELF_ST_TYPE(lsym->st_info); local
1256 DYNSORT_COUNT(lsdp, lsym, ltype, --);

Completed in 311 milliseconds