/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb2_lock.c | 254 uint32_t ltype; local 262 ltype = SMB_LOCK_TYPE_READONLY; 265 timeout, ltype); 272 ltype = SMB_LOCK_TYPE_READWRITE; 275 timeout, ltype);
|
H A D | smb_locking_andx.c | 243 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/test/os-tests/tests/file-locking/ |
H A D | util.c | 144 flock_reinit(struct flock *flp, int ltype) argument 147 flp->l_type = ltype;
|
/illumos-gate/usr/src/cmd/tsol/tninfo/ |
H A D | tninfo.c | 93 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/libc/port/rt/ |
H A D | pos4obj.c | 368 __pos4obj_lock(const char *name, const char *ltype) argument 374 if ((dfile = __pos4obj_name(name, ltype)) == NULL) {
|
/illumos-gate/usr/src/lib/fm/libldom/sparc/ |
H A D | ldom.c | 382 static uint32_t ltype = 0; local 392 if (VALID_LDOM_TYPE(ltype) != 0) { 393 *type = ltype; 404 rc = get_type(lhp, <ype); 406 *type = ltype;
|
/illumos-gate/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) 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 D | ctf_create.c | 1094 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/awk/ |
H A D | awk.h | 247 int ltype; member in struct:rrow
|
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | files.c | 1255 uchar_t ltype = ELF_ST_TYPE(lsym->st_info); local 1257 DYNSORT_COUNT(lsdp, lsym, ltype, --);
|
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_smb.c | 106 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/lib/libdtrace/common/ |
H A D | dt_parser.c | 334 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/cmd/ls/ |
H A D | ls.c | 189 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/uts/common/fs/nfs/ |
H A D | nfs4_srv.c | 8534 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/zfs/ |
H A D | zfs_main.c | 4234 zfs_deleg_who_type_t ltype = l->who_perm.who_type; local 4236 int lweight = who_type2weight(ltype);
|