Home
last modified time | relevance | path

Searched refs:ltype (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/lib/libsecureboot/openpgp/
H A Ddecode.c82 decode_tag(unsigned char *ptr, int *isnew, int *ltype) in decode_tag() argument
86 if (!ptr || !isnew || !ltype) in decode_tag()
94 *ltype = -1; /* irrelevant */ in decode_tag()
97 *ltype = tag & OPENPGP_TAG_OLD_TYPE; in decode_tag()
143 decode_len(unsigned char **pptr, int ltype) in decode_len() argument
148 if (ltype < 0) in decode_len()
156 switch (ltype) { in decode_len()
259 int isnew, ltype; in decode_packet() local
266 tag = decode_tag(ptr, &isnew, &ltype); in decode_packet()
272 len = rc = decode_len(&ptr, ltype); in decode_packet()
H A Ddecode.h51 int decode_tag(unsigned char *ptr, int *isnew, int *ltype);
H A Dopgp_key.c182 int isnew, ltype; in load_key_buf() local
184 tag = decode_tag(ptr, &isnew, &ltype); in load_key_buf()
/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_types.c710 if (ltype < rtype) in ctf_type_cmp()
712 else if (ltype > rtype) in ctf_type_cmp()
720 if (LCTF_TYPE_ISPARENT(lfp, ltype) && lfp->ctf_parent != NULL) in ctf_type_cmp()
742 ctf_type_compat(ctf_file_t *lfp, ctf_id_t ltype, in ctf_type_compat() argument
750 if (ctf_type_cmp(lfp, ltype, rfp, rtype) == 0) in ctf_type_compat()
753 ltype = ctf_type_resolve(lfp, ltype); in ctf_type_compat()
754 lkind = ctf_type_kind(lfp, ltype); in ctf_type_compat()
760 (ltp = ctf_lookup_by_id(&lfp, ltype)) == NULL || in ctf_type_compat()
768 return (ctf_type_encoding(lfp, ltype, &le) == 0 && in ctf_type_compat()
772 return (ctf_type_compat(lfp, ctf_type_reference(lfp, ltype), in ctf_type_compat()
[all …]
H A Dctf_create.c1199 ctf_id_t ltype = ctf_type_resolve(fp, lmd->dmd_type); in ctf_add_member() local
1205 if (ctf_type_encoding(fp, ltype, &linfo) != CTF_ERR) in ctf_add_member()
1207 else if ((lsize = ctf_type_size(fp, ltype)) != CTF_ERR) in ctf_add_member()
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dprocset.h137 #define setprocset(psp, op, ltype, lid, rtype, rid) \ argument
139 (psp)->p_lidtype = (ltype); \
/freebsd/contrib/ntp/libntp/lib/isc/include/isc/
H A Devent.h34 #define ISC_EVENT_COMMON(ltype) \ argument
44 ISC_LINK(ltype) ev_link
/freebsd/sys/fs/cd9660/
H A Dcd9660_lookup.c119 int ltype, reclen; in cd9660_lookup() local
394 ltype = cnp->cn_lkflags & LK_TYPE_MASK; in cd9660_lookup()
395 if (ltype != VOP_ISLOCKED(vdp)) { in cd9660_lookup()
396 if (ltype == LK_EXCLUSIVE) in cd9660_lookup()
/freebsd/contrib/llvm-project/lldb/bindings/lua/
H A Dlua-typemaps.swig24 %typemap(in,checkfn="lua_isinteger") TYPE *INPUT($*ltype temp), TYPE &INPUT($*ltype temp)
25 %{ temp = ($*ltype)lua_tointeger(L,$input);
27 %typemap(in, numinputs=0) TYPE *OUTPUT ($*ltype temp)
37 %typemap(in,checkfn="lua_isinteger") const TYPE *INPUT($*ltype temp)
38 %{ temp = ($*ltype)lua_tointeger(L,$input);
/freebsd/sys/fs/ext2fs/
H A Dext2_lookup.c337 int ltype; in ext2_lookup_ino() local
683 ltype = cnp->cn_lkflags & LK_TYPE_MASK; in ext2_lookup_ino()
684 if (ltype != VOP_ISLOCKED(vdp)) { in ext2_lookup_ino()
685 if (ltype == LK_EXCLUSIVE) in ext2_lookup_ino()
/freebsd/contrib/one-true-awk/
H A Dawk.h247 long ltype; /* long avoids pointer warnings on 64-bit */ member
H A Db.c482 f->re[info(v)].ltype = type(v); in cfoll()
1478 if ((k = f->re[p[i]].ltype) != FINAL) { in cgoto()
1554 if (f->re[i].ltype == CCL || f->re[i].ltype == NCCL) in freefa()
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_parser.c339 ctf_id_t ltype = lp->dn_type; in dt_type_promote() local
344 ctf_id_t lbase = ctf_type_resolve(lfp, ltype); in dt_type_promote()
359 ltype = lbase = DT_INT_TYPE(dtp); in dt_type_promote()
398 *otype = ltype; in dt_type_promote()
3911 ctf_id_t ltype, rtype; in dt_cook_op2() local
3917 ltype = ctf_type_resolve(lp->dn_ctfp, lp->dn_type); in dt_cook_op2()
3918 lkind = ctf_type_kind(lp->dn_ctfp, ltype); in dt_cook_op2()
4242 if (ctf_type_kind(lctfp, ltype) == CTF_K_POINTER) { in dt_cook_inline()
4243 ltype = ctf_type_reference(lctfp, ltype); in dt_cook_inline()
4244 ltype = ctf_type_resolve(lctfp, ltype); in dt_cook_inline()
[all …]
/freebsd/sys/fs/udf/
H A Dudf_vnops.c1127 int fsize, lkflags, ltype, numdirpasses; in udf_lookup() local
1212 ltype = lkflags & LK_TYPE_MASK; in udf_lookup()
1213 if (ltype != VOP_ISLOCKED(dvp)) { in udf_lookup()
1214 if (ltype == LK_EXCLUSIVE) in udf_lookup()
/freebsd/sys/ufs/ufs/
H A Dufs_lookup.c214 int ltype; in ufs_lookup_ino() local
717 ltype = cnp->cn_lkflags & LK_TYPE_MASK; in ufs_lookup_ino()
718 if (ltype != VOP_ISLOCKED(vdp)) { in ufs_lookup_ino()
719 if (ltype == LK_EXCLUSIVE) in ufs_lookup_ino()
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_ctldir.c612 zfsctl_relock_dot(vnode_t *dvp, int ltype) in zfsctl_relock_dot() argument
615 if (ltype != VOP_ISLOCKED(dvp)) { in zfsctl_relock_dot()
616 if (ltype == LK_EXCLUSIVE) in zfsctl_relock_dot()
H A Dzfs_vnops_os.c706 int ltype; in zfs_lookup_lock() local
714 ltype = lkflags & LK_TYPE_MASK; in zfs_lookup_lock()
715 if (ltype != VOP_ISLOCKED(dvp)) { in zfs_lookup_lock()
716 if (ltype == LK_EXCLUSIVE) in zfs_lookup_lock()
894 int ltype; in zfs_lookup() local
897 ltype = VOP_ISLOCKED(dvp); in zfs_lookup()
910 vn_lock(dvp, ltype | LK_RETRY); in zfs_lookup()
6116 int ltype; in zfs_vptocnp() local
6153 ltype = VOP_ISLOCKED(vp); in zfs_vptocnp()
6170 vn_lock(vp, ltype | LK_RETRY); in zfs_vptocnp()
/freebsd/sys/fs/smbfs/
H A Dsmbfs_smb.c92 u_char ltype = 0; in smbfs_smb_lockandx() local
96 ltype |= SMB_LOCKING_ANDX_SHARED_LOCK; in smbfs_smb_lockandx()
107 mb_put_uint8(mbp, ltype); /* locktype */ in smbfs_smb_lockandx()
/freebsd/sys/kern/
H A Dvfs_vnops.c2356 int ltype, error; in vn_vget_ino_gen() local
2360 ltype = VOP_ISLOCKED(vp); in vn_vget_ino_gen()
2361 KASSERT(ltype == LK_EXCLUSIVE || ltype == LK_SHARED, in vn_vget_ino_gen()
2368 vn_lock(vp, ltype | LK_RETRY); in vn_vget_ino_gen()
2381 vn_lock(vp, ltype | LK_RETRY); in vn_vget_ino_gen()
H A Dvfs_cache.c1884 int ltype; in cache_lookup_dot() local
1897 ltype = cnp->cn_lkflags & LK_TYPE_MASK; in cache_lookup_dot()
1898 if (ltype != VOP_ISLOCKED(*vpp)) { in cache_lookup_dot()
1899 if (ltype == LK_EXCLUSIVE) { in cache_lookup_dot()
1921 int error, ltype; in cache_lookup_dotdot() local
1958 ltype = VOP_ISLOCKED(dvp); in cache_lookup_dotdot()
1963 vn_lock(dvp, ltype | LK_RETRY); in cache_lookup_dotdot()
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c6130 int error = 0, ltype, oldltype; in nfsrv_dolocal() local
6133 ltype = F_WRLCK; in nfsrv_dolocal()
6135 ltype = F_RDLCK; in nfsrv_dolocal()
6137 ltype = F_UNLCK; in nfsrv_dolocal()
6144 if (ltype == oldltype || (oldltype == F_WRLCK && ltype == F_RDLCK)) in nfsrv_dolocal()
6147 error = nfsvno_advlock(vp, ltype, first, end, p); in nfsrv_dolocal()
6159 } else if (ltype != F_UNLCK) { in nfsrv_dolocal()
/freebsd/sys/fs/nfsclient/
H A Dnfs_clvnops.c1210 int error = 0, attrflag, dattrflag, ltype, ncticks; in nfs_lookup() local
1422 ltype = NFSVOPISLOCKED(dvp); in nfs_lookup()
1428 NFSVOPLOCK(dvp, ltype | LK_RETRY); in nfs_lookup()
1444 NFSVOPLOCK(dvp, ltype | LK_RETRY); in nfs_lookup()
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_torus.c1142 uint8_t ltype, rtype; in capture_fabric() local
1201 ltype = osm_node_get_type(lphysp->p_node); in capture_fabric()
1205 if (lphysp->port_num == 0 && ltype == IB_NODE_TYPE_SWITCH) { in capture_fabric()
1217 if ((ltype != IB_NODE_TYPE_CA && in capture_fabric()
1218 ltype != IB_NODE_TYPE_ROUTER) || in capture_fabric()
1252 ltype = osm_node_get_type(lphysp->p_node); in capture_fabric()
1255 if (ltype != IB_NODE_TYPE_SWITCH || in capture_fabric()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.cpp1731 hwloc_obj_type_t ltype = lower->type; in __kmp_hwloc_get_sub_id() local
1735 obj = hwloc_get_obj_by_type(t, ltype, lindex); in __kmp_hwloc_get_sub_id()
1744 obj = hwloc_get_obj_by_type(t, ltype, lindex); in __kmp_hwloc_get_sub_id()
/freebsd/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c5239 zfs_deleg_who_type_t ltype = l->who_perm.who_type; in who_perm_compare() local
5241 int lweight = who_type2weight(ltype); in who_perm_compare()

12