/freebsd/lib/libsecureboot/openpgp/ |
H A D | decode.c | 82 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, <ype); in decode_packet() 272 len = rc = decode_len(&ptr, ltype); in decode_packet()
|
H A D | decode.h | 51 int decode_tag(unsigned char *ptr, int *isnew, int *ltype);
|
H A D | opgp_key.c | 182 int isnew, ltype; in load_key_buf() local 184 tag = decode_tag(ptr, &isnew, <ype); in load_key_buf()
|
/freebsd/cddl/contrib/opensolaris/common/ctf/ |
H A D | ctf_types.c | 706 ctf_type_cmp(ctf_file_t *lfp, ctf_id_t ltype, ctf_file_t *rfp, ctf_id_t rtype) in ctf_type_cmp() argument 710 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() [all …]
|
H A D | ctf_create.c | 1199 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 D | procset.h | 137 #define setprocset(psp, op, ltype, lid, rtype, rid) \ argument 139 (psp)->p_lidtype = (ltype); \
|
/freebsd/contrib/ntp/libntp/lib/isc/include/isc/ |
H A D | event.h | 34 #define ISC_EVENT_COMMON(ltype) \ argument 44 ISC_LINK(ltype) ev_link
|
/freebsd/sys/fs/cd9660/ |
H A D | cd9660_lookup.c | 119 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 D | lua-typemaps.swig | 24 %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 D | ext2_lookup.c | 337 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/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_parser.c | 339 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() 3934 ctf_id_t ltype, rtype; in dt_cook_op2() local 3940 ltype = ctf_type_resolve(lp->dn_ctfp, lp->dn_type); in dt_cook_op2() 3941 lkind = ctf_type_kind(lp->dn_ctfp, ltype); in dt_cook_op2() 4259 ctf_id_t ltype = ctf_type_resolve(lctfp, dnp->dn_type); in dt_cook_inline() local 4265 if (ctf_type_kind(lctfp, ltype) == CTF_K_POINTER) { in dt_cook_inline() 4266 ltype = ctf_type_reference(lctfp, ltype); in dt_cook_inline() [all …]
|
/freebsd/contrib/one-true-awk/ |
H A D | awk.h | 247 long ltype; /* long avoids pointer warnings on 64-bit */ member
|
H A D | b.c | 495 f->re[info(v)].ltype = type(v); in cfoll() 1497 if ((k = f->re[p[i]].ltype) != FINAL) { in cgoto() 1573 if (f->re[i].ltype == CCL || f->re[i].ltype == NCCL) in freefa()
|
/freebsd/sys/ufs/ufs/ |
H A D | ufs_lookup.c | 214 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/fs/udf/ |
H A D | udf_vnops.c | 1125 int fsize, lkflags, ltype, numdirpasses; in udf_lookup() local 1210 ltype = lkflags & LK_TYPE_MASK; in udf_lookup() 1211 if (ltype != VOP_ISLOCKED(dvp)) { in udf_lookup() 1212 if (ltype == LK_EXCLUSIVE) in udf_lookup()
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | zfs_ctldir.c | 612 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 D | zfs_vnops_os.c | 577 int ltype; in zfs_lookup_lock() local 585 ltype = lkflags & LK_TYPE_MASK; in zfs_lookup_lock() 586 if (ltype != VOP_ISLOCKED(dvp)) { in zfs_lookup_lock() 587 if (ltype == LK_EXCLUSIVE) in zfs_lookup_lock() 761 int ltype; in zfs_lookup() local 764 ltype = VOP_ISLOCKED(dvp); in zfs_lookup() 777 vn_lock(dvp, ltype | LK_RETRY); in zfs_lookup() 6050 int ltype; in zfs_vptocnp() local 6084 ltype = VOP_ISLOCKED(vp); in zfs_vptocnp() 6092 vn_lock(vp, ltype | LK_RETRY); in zfs_vptocnp()
|
/freebsd/sys/fs/smbfs/ |
H A D | smbfs_smb.c | 92 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 D | vfs_vnops.c | 2359 int ltype, error; in vn_vget_ino_gen() local 2363 ltype = VOP_ISLOCKED(vp); in vn_vget_ino_gen() 2364 KASSERT(ltype == LK_EXCLUSIVE || ltype == LK_SHARED, in vn_vget_ino_gen() 2371 vn_lock(vp, ltype | LK_RETRY); in vn_vget_ino_gen() 2384 vn_lock(vp, ltype | LK_RETRY); in vn_vget_ino_gen()
|
H A D | vfs_cache.c | 1904 int ltype; in cache_lookup_dot() local 1917 ltype = cnp->cn_lkflags & LK_TYPE_MASK; in cache_lookup_dot() 1918 if (ltype != VOP_ISLOCKED(*vpp)) { in cache_lookup_dot() 1919 if (ltype == LK_EXCLUSIVE) { in cache_lookup_dot() 1941 int error, ltype; in cache_lookup_dotdot() local 1978 ltype = VOP_ISLOCKED(dvp); in cache_lookup_dotdot() 1983 vn_lock(dvp, ltype | LK_RETRY); in cache_lookup_dotdot()
|
/freebsd/sys/fs/nfsserver/ |
H A D | nfs_nfsdstate.c | 6104 int error = 0, ltype, oldltype; in nfsrv_dolocal() local 6107 ltype = F_WRLCK; in nfsrv_dolocal() 6109 ltype = F_RDLCK; in nfsrv_dolocal() 6111 ltype = F_UNLCK; in nfsrv_dolocal() 6118 if (ltype == oldltype || (oldltype == F_WRLCK && ltype == F_RDLCK)) in nfsrv_dolocal() 6121 error = nfsvno_advlock(vp, ltype, first, end, p); in nfsrv_dolocal() 6133 } else if (ltype != F_UNLCK) { in nfsrv_dolocal()
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clvnops.c | 1212 int error = 0, attrflag, dattrflag, ltype, ncticks; in nfs_lookup() local 1430 ltype = NFSVOPISLOCKED(dvp); in nfs_lookup() 1436 NFSVOPLOCK(dvp, ltype | LK_RETRY); in nfs_lookup() 1452 NFSVOPLOCK(dvp, ltype | LK_RETRY); in nfs_lookup()
|
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_torus.c | 1142 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 D | kmp_affinity.cpp | 1754 hwloc_obj_type_t ltype = lower->type; in __kmp_hwloc_get_sub_id() local 1758 obj = hwloc_get_obj_by_type(t, ltype, lindex); in __kmp_hwloc_get_sub_id() 1767 obj = hwloc_get_obj_by_type(t, ltype, lindex); in __kmp_hwloc_get_sub_id()
|
/freebsd/sys/contrib/openzfs/cmd/zfs/ |
H A D | zfs_main.c | 5484 zfs_deleg_who_type_t ltype = l->who_perm.who_type; in who_perm_compare() local 5486 int lweight = who_type2weight(ltype); in who_perm_compare()
|