Home
last modified time | relevance | path

Searched refs:kind (Results 1 – 25 of 839) sorted by last modified time

12345678910>>...34

/freebsd/contrib/bmake/
H A Dmake.h576 } kind; member
H A Dparse.c1233 if (guard != NULL && guard->kind == GK_VARIABLE in SkipGuarded()
1236 if (guard != NULL && guard->kind == GK_TARGET in SkipGuarded()
2516 ReadLowLevelLine(LineKind kind) in ReadLowLevelLine() argument
2535 if (kind != LK_FOR_BODY) in ReadLowLevelLine()
2543 if (kind == LK_FOR_BODY) in ReadLowLevelLine()
2546 if (kind == LK_DOT && line[0] != '.') in ReadLowLevelLine()
H A Dcond.c1217 guard->kind = GK_TARGET; in Cond_ExtractGuard()
1230 guard->kind = GK_VARIABLE; in Cond_ExtractGuard()
/freebsd/sys/sys/
H A Dcdefs.h807 #define __datatype_type_tag(kind, type) \ argument
808 __attribute__((__type_tag_for_datatype__(kind, type)))
811 #define __datatype_type_tag(kind, type) argument
/freebsd/sys/kern/
H A Dvfs_vnops.c172 } kind; member
680 args.kind = VN_IO_FAULT_VOP; in vn_rdwr()
1256 switch (args->kind) { in vn_io_fault_doio()
1275 args->kind, uio->uio_rw); in vn_io_fault_doio()
1500 args.kind = VN_IO_FAULT_FOP; in vn_io_fault()
H A Dkern_sysctl.c874 int number, const char *name, int kind, void *arg1, intmax_t arg2, in sysctl_add_oid() argument
910 oidp->oid_kind = CTLFLAG_DYN | kind; in sysctl_add_oid()
/freebsd/usr.sbin/bhyve/
H A Dgdb.c1351 update_sw_breakpoint(uint64_t gva, int kind, bool insert) in update_sw_breakpoint() argument
1358 if (kind != GDB_BP_SIZE) { in update_sw_breakpoint()
1421 int kind, type; in parse_breakpoint() local
1465 kind = parse_integer(data, len); in parse_breakpoint()
1471 update_sw_breakpoint(gva, kind, insert); in parse_breakpoint()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_settings.cpp3027 static inline void __kmp_places_set(enum affinity_type type, kmp_hw_t kind) { in __kmp_places_set() argument
3029 __kmp_affinity.gran = kind; in __kmp_places_set()
3035 kmp_hw_t kind) { in __kmp_places_syntax_error_fallback() argument
3036 const char *str = __kmp_hw_get_catalog_string(kind, /*plural=*/true); in __kmp_places_syntax_error_fallback()
3038 __kmp_places_set(affinity_compact, kind); in __kmp_places_syntax_error_fallback()
/freebsd/sys/geom/
H A Dnotes138 a specific kind of class, and consequently does not appear in the above
/freebsd/sys/contrib/device-tree/src/arm/qcom/
H A Dqcom-apq8060-dragonboard.dts149 * kind of the IO voltage, however L16Aisn't really fed to
/freebsd/sys/contrib/device-tree/Bindings/pmem/
H A Dpmem-region.txt9 Given b) it is best to think of persistent memory as a kind of memory mapped
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dsprd,pinctrl.txt59 up, we have two kind pull up resistor: 20K and 4.7K.
H A Dpinctrl-single.yaml16 kind of pin controller instances.
/freebsd/sys/contrib/device-tree/Bindings/mtd/partitions/
H A Du-boot.yaml11 located on some kind of flash device.
/freebsd/sys/contrib/device-tree/Bindings/mailbox/
H A Dti,omap-mailbox.yaml36 are routed through the Crossbar, a kind of interrupt router/multiplexer. The
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c4966 int error = 0, fnd, kind, layouttype, iomode, maxcnt, reclaim; in nfsrvd_layoutreturn() local
4975 kind = fxdr_unsigned(int, *tl); in nfsrvd_layoutreturn()
4977 layouttype, iomode, kind); in nfsrvd_layoutreturn()
4978 if (kind == NFSV4LAYOUTRET_FILE) { in nfsrvd_layoutreturn()
5024 offset, len, reclaim, kind, &stateid, maxcnt, layp, &fnd, in nfsrvd_layoutreturn()
H A Dnfs_nfsdstate.c7314 int kind, nfsv4stateid_t *stateidp, int maxcnt, uint32_t *layp, int *fndp, in nfsrv_layoutreturn() argument
7324 if (kind == NFSV4LAYOUTRET_FILE) { in nfsrv_layoutreturn()
7401 } else if (kind == NFSV4LAYOUTRET_FSID) in nfsrv_layoutreturn()
7404 else if (kind == NFSV4LAYOUTRET_ALL) in nfsrv_layoutreturn()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.td8276 def : Pat<(ubsantrap ubsan_trap_imm:$kind), (BRK ubsan_trap_imm:$kind)>;
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp362 tok::TokenKind kind = FormatTok->Tok.getKind(); in parseLevel() local
364 kind = tok::l_brace; in parseLevel()
366 kind = tok::r_brace; in parseLevel()
377 switch (kind) { in parseLevel()
3280 static bool isCOperatorFollowingVar(tok::TokenKind kind) { in isCOperatorFollowingVar() argument
3281 switch (kind) { in isCOperatorFollowingVar()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp177 bool isRuntime(ObjCRuntime::Kind kind, unsigned major, unsigned minor=0) { in isRuntime() argument
179 return (R.getKind() == kind) && in isRuntime()
/freebsd/sys/geom/label/
H A Dg_label.h55 #define G_LABEL_INIT(kind, label, descr) \ argument
56 SYSCTL_NODE(_kern_geom_label, OID_AUTO, kind, \
59 SYSCTL_INT(_kern_geom_label_##kind, OID_AUTO, enable, \
/freebsd/contrib/libarchive/
H A DREADME.md214 or thread management of any kind. If you create a libarchive
/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c11033 ASSERT(!DTRACEACT_ISPRINTFLIKE(kind) || (arg != NULL &&
11038 act->dtad_kind = kind;
11057 dtrace_actkind_t kind = act->dtad_kind; local
11068 if (DTRACEACT_ISPRINTFLIKE(kind)) {
13825 dtrace_actkind_t kind; local
13860 kind = (dtrace_actkind_t)desc->dofa_kind;
13862 if ((DTRACEACT_ISPRINTFLIKE(kind) &&
13863 (kind != DTRACEACT_PRINTA ||
13865 (kind == DTRACEACT_DIFEXPR &&
13904 if (kind == DTRACEACT_PRINTA) {
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td224 class DeclArgument<DeclNode kind, string name, bit opt = 0, bit fake = 0>
226 DeclNode Kind = kind;
236 // selector-set := <kind>={list<selector>}
237 // selector := <kind>([score(<const-expr>):] list<trait>)
238 // trait := <kind>
689 // so that the parser can determine what kind of attribute it has parsed.
/freebsd/share/misc/
H A Dorganization.dot3 # FreeBSD Project; what kind of teams we have and how they relate to

12345678910>>...34