/freebsd/contrib/netbsd-tests/fs/puffs/h_dtfs/ |
H A D | dtfs_vfsops.c | 44 rtstr(struct puffs_usermount *pu, const char *str, enum vtype vt) in rtstr() 66 rtdev(struct puffs_usermount *pu, const char *str, enum vtype vt) in rtdev() 90 rtnorm(struct puffs_usermount *pu, const char *str, enum vtype vt) in rtnorm() 108 enum vtype vt; member
|
/freebsd/contrib/bearssl/src/ |
H A D | inner.h | 2402 #define vsldoi(vt, va, vb, sh) vsldoi_(vt, va, vb, sh) argument 2409 #define vcipher(vt, va, vb) vcipher_(vt, va, vb) argument 2410 #define vcipherlast(vt, va, vb) vcipherlast_(vt, va, vb) argument 2411 #define vncipher(vt, va, vb) vncipher_(vt, va, vb) argument 2412 #define vncipherlast(vt, va, vb) vncipherlast_(vt, va, vb) argument 2413 #define vperm(vt, va, vb, vc) vperm_(vt, va, vb, vc) argument 2414 #define vpmsumd(vt, va, vb) vpmsumd_(vt, va, vb) argument 2415 #define xxpermdi(vt, va, vb, d) xxpermdi_(vt, va, vb, d) argument 2439 #define vsldoi_(vt, va, vb, sh) "\tvsldoi\t" #vt "," #va "," #vb "," #sh "\n" argument 2446 #define vcipher_(vt, va, vb) "\tvcipher\t" #vt "," #va "," #vb "\n" argument [all …]
|
/freebsd/sys/dev/videomode/ |
H A D | videomode.c | 26 #define M(nm,hr,vr,clk,hs,he,ht,vs,ve,vt,f) \ argument
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | StmtIterator.cpp | 26 while (const ArrayType *vt = dyn_cast<ArrayType>(t)) { in FindVA() local
|
/freebsd/contrib/wpa/src/drivers/ |
H A D | ndis_events.c | 243 VARIANT vt; in ndis_events_media_specific() local 320 VARIANT vtClass, vt; in ndis_events_indicate() local 494 VARIANT vt; in ndis_events_get_adapter() local
|
/freebsd/sys/teken/ |
H A D | teken_subr_compat.h | 97 teken_subr_cons25_switch_virtual_terminal(const teken_t *t, unsigned int vt) in teken_subr_cons25_switch_virtual_terminal()
|
/freebsd/sys/dev/sound/pcm/ |
H A D | channel.c | 1417 chn_setvolume_matrix(struct pcm_channel *c, int vc, int vt, int val) in chn_setvolume_matrix() 1462 chn_getvolume_matrix(struct pcm_channel *c, int vc, int vt) in chn_getvolume_matrix() 1493 chn_setmute_matrix(struct pcm_channel *c, int vc, int vt, int mute) in chn_setmute_matrix() 1531 chn_getmute_matrix(struct pcm_channel *c, int vc, int vt) in chn_getmute_matrix()
|
/freebsd/sys/dev/drm2/ |
H A D | drm_fops.c | 299 struct drm_pending_vblank_event *v, *vt; in drm_events_release() local
|
H A D | drm_crtc.h | 112 #define DRM_MODE(nm, t, c, hd, hss, hse, ht, hsk, vd, vss, vse, vt, vs, f) \ argument
|
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lparser.h | 46 lu_byte vt; /* whether 't' is register (VLOCAL) or upvalue (VUPVAL) */ member
|
/freebsd/sys/net/altq/ |
H A D | altq_hfsc.h | 90 u_int64_t vt; /* virtual time */ member 133 u_int64_t vt; /* virtual time */ member
|
H A D | altq_hfsc.c | 952 u_int64_t vt, f, cur_time; in init_vf() local
|
/freebsd/contrib/mandoc/ |
H A D | term.c | 370 size_t vt; /* Visual position including tab offset. */ in term_field() local
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
H A D | DAGISelMatcher.h | 838 EmitIntegerMatcher(int64_t val, MVT::SimpleValueType vt) in EmitIntegerMatcher() 861 EmitStringIntegerMatcher(const std::string &val, MVT::SimpleValueType vt) in EmitStringIntegerMatcher() 887 EmitRegisterMatcher(const CodeGenRegister *reg, MVT::SimpleValueType vt) in EmitRegisterMatcher()
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | Flang.cpp | 269 const VersionTuple vt = TC.computeMSVCVersion(nullptr, Args); in addVSDefines() local
|
/freebsd/contrib/bearssl/test/ |
H A D | test_crypto.c | 4080 test_AES_CTRCBC_inner(const char *name, const br_block_ctrcbc_class *vt) in test_AES_CTRCBC_inner() 4210 const br_block_ctrcbc_class *vt; in test_AES_CTRCBC_x86ni() local 4223 const br_block_ctrcbc_class *vt; in test_AES_CTRCBC_pwr8() local 7676 test_EAX_inner(const char *name, const br_block_ctrcbc_class *vt) in test_EAX_inner() 7946 test_CCM_inner(const char *name, const br_block_ctrcbc_class *vt) in test_CCM_inner()
|
H A D | test_speed.c | 452 const br_block_ctrcbc_class *vt, size_t key_len) in test_speed_eax_inner()
|
/freebsd/sys/compat/linux/ |
H A D | linux_ioctl.c | 2612 linux_to_bsd_v4l_tuner(struct l_video_tuner *lvt, struct video_tuner *vt) in linux_to_bsd_v4l_tuner() 2625 bsd_to_linux_v4l_tuner(struct video_tuner *vt, struct l_video_tuner *lvt) in bsd_to_linux_v4l_tuner()
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | CFG.cpp | 1414 while (const ArrayType *vt = dyn_cast<ArrayType>(t)) { in FindVA() local
|
/freebsd/contrib/elftoolchain/readelf/ |
H A D | readelf.c | 1959 aeabi_virtual(uint64_t vt) in aeabi_virtual()
|
/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/ |
H A D | dtrace.c | 10093 dtrace_diftype_t *vt, *et; local
|