| /src/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()
|
| /src/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()
|
| /src/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
|
| /src/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); \
|
| /src/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()
|
| /src/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);
|
| /src/cddl/contrib/opensolaris/tests/os-tests/tests/oclo/ |
| H A D | oclo.c | 477 int ltype = SOCK_STREAM, atype = 0; in oclo_accept_common() local 482 ltype |= SOCK_CLOEXEC; in oclo_accept_common() 484 ltype |= SOCK_CLOFORK; in oclo_accept_common() 491 lsock = socket(PF_INET, ltype, 0); in oclo_accept_common()
|
| /src/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()
|
| /src/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() 3953 ctf_id_t ltype, rtype; in dt_cook_op2() local 3959 ltype = ctf_type_resolve(lp->dn_ctfp, lp->dn_type); in dt_cook_op2() 3960 lkind = ctf_type_kind(lp->dn_ctfp, ltype); in dt_cook_op2() 4278 ctf_id_t ltype = ctf_type_resolve(lctfp, dnp->dn_type); in dt_cook_inline() local 4284 if (ctf_type_kind(lctfp, ltype) == CTF_K_POINTER) { in dt_cook_inline() 4285 ltype = ctf_type_reference(lctfp, ltype); in dt_cook_inline() [all …]
|
| /src/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()
|
| /src/sys/ufs/ufs/ |
| H A D | ufs_lookup.c | 214 int ltype; in ufs_lookup_ino() local 715 ltype = cnp->cn_lkflags & LK_TYPE_MASK; in ufs_lookup_ino() 716 if (ltype != VOP_ISLOCKED(vdp)) { in ufs_lookup_ino() 717 if (ltype == LK_EXCLUSIVE) in ufs_lookup_ino()
|
| /src/sys/fs/udf/ |
| H A D | udf_vnops.c | 1145 int lkflags, ltype, numdirpasses; in udf_lookup() local 1234 ltype = lkflags & LK_TYPE_MASK; in udf_lookup() 1235 if (ltype != VOP_ISLOCKED(dvp)) { in udf_lookup() 1236 if (ltype == LK_EXCLUSIVE) in udf_lookup()
|
| /src/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_ctldir.c | 613 zfsctl_relock_dot(vnode_t *dvp, int ltype) in zfsctl_relock_dot() argument 616 if (ltype != VOP_ISLOCKED(dvp)) { in zfsctl_relock_dot() 617 if (ltype == LK_EXCLUSIVE) in zfsctl_relock_dot()
|
| H A D | zfs_vnops_os.c | 675 int ltype; in zfs_lookup_lock() local 683 ltype = lkflags & LK_TYPE_MASK; in zfs_lookup_lock() 684 if (ltype != VOP_ISLOCKED(dvp)) { in zfs_lookup_lock() 685 if (ltype == LK_EXCLUSIVE) in zfs_lookup_lock() 864 int ltype; in zfs_lookup() local 867 ltype = VOP_ISLOCKED(dvp); in zfs_lookup() 880 vn_lock(dvp, ltype | LK_RETRY); in zfs_lookup() 6797 int ltype; in zfs_vptocnp() local 6831 ltype = VOP_ISLOCKED(vp); in zfs_vptocnp() 6839 vn_lock(vp, ltype | LK_RETRY); in zfs_vptocnp()
|
| /src/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()
|
| /src/sys/kern/ |
| H A D | vfs_vnops.c | 2570 int ltype, error; in vn_vget_ino_gen() local 2574 ltype = VOP_ISLOCKED(vp); in vn_vget_ino_gen() 2575 KASSERT(ltype == LK_EXCLUSIVE || ltype == LK_SHARED, in vn_vget_ino_gen() 2582 vn_lock(vp, ltype | LK_RETRY); in vn_vget_ino_gen() 2595 vn_lock(vp, ltype | LK_RETRY); in vn_vget_ino_gen()
|
| H A D | vfs_cache.c | 1948 int ltype; in cache_lookup_dot() local 1961 ltype = cnp->cn_lkflags & LK_TYPE_MASK; in cache_lookup_dot() 1962 if (ltype != VOP_ISLOCKED(*vpp)) { in cache_lookup_dot() 1963 if (ltype == LK_EXCLUSIVE) { in cache_lookup_dot() 1985 int error, ltype; in cache_lookup_dotdot() local 2022 ltype = VOP_ISLOCKED(dvp); in cache_lookup_dotdot() 2027 vn_lock(dvp, ltype | LK_RETRY); in cache_lookup_dotdot()
|
| /src/sbin/ipfw/ |
| H A D | ipfw2.c | 4204 get_lookup_bitmask(int ltype, ipfw_insn_lookup *cmd, const char *src) in get_lookup_bitmask() argument 4209 if (ltype == LOOKUP_SRC_IP6 || ltype == LOOKUP_DST_IP6) { in get_lookup_bitmask() 4213 } else if (ltype == LOOKUP_SRC_MAC || ltype == LOOKUP_DST_MAC) { in get_lookup_bitmask() 4224 switch (ltype) { in get_lookup_bitmask()
|
| /src/sys/fs/nfsserver/ |
| H A D | nfs_nfsdstate.c | 6118 int error = 0, ltype, oldltype; in nfsrv_dolocal() local 6121 ltype = F_WRLCK; in nfsrv_dolocal() 6123 ltype = F_RDLCK; in nfsrv_dolocal() 6125 ltype = F_UNLCK; in nfsrv_dolocal() 6132 if (ltype == oldltype || (oldltype == F_WRLCK && ltype == F_RDLCK)) in nfsrv_dolocal() 6135 error = nfsvno_advlock(vp, ltype, first, end, p); in nfsrv_dolocal() 6147 } else if (ltype != F_UNLCK) { in nfsrv_dolocal()
|
| /src/sys/fs/nfsclient/ |
| H A D | nfs_clvnops.c | 1225 int error = 0, attrflag, dattrflag, ltype, ncticks; in nfs_lookup() local 1500 ltype = NFSVOPISLOCKED(dvp); in nfs_lookup() 1506 NFSVOPLOCK(dvp, ltype | LK_RETRY); in nfs_lookup() 1522 NFSVOPLOCK(dvp, ltype | LK_RETRY); in nfs_lookup()
|
| /src/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()
|