Home
last modified time | relevance | path

Searched refs:kind (Results 476 – 500 of 839) sorted by relevance

1...<<11121314151617181920>>...34

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_cg.c195 uint_t kind; in dt_cg_ptrsize() local
200 kind = ctf_type_kind(ctfp, type); in dt_cg_ptrsize()
201 assert(kind == CTF_K_POINTER || kind == CTF_K_ARRAY); in dt_cg_ptrsize()
203 if (kind == CTF_K_ARRAY) { in dt_cg_ptrsize()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/
H A Dtst.Bean.ksh.out352 …escription = syscall::malloc:entry, flow = org.opensolaris.os.dtrace.Flow[kind = RETURN, depth = 3…
451 …escription = syscall::malloc:entry, flow = org.opensolaris.os.dtrace.Flow[kind = RETURN, depth = 3…
500 …escription = syscall::malloc:entry, flow = org.opensolaris.os.dtrace.Flow[kind = RETURN, depth = 3…
658 …serialized: org.opensolaris.os.dtrace.Drop[cpu = 2, kind = Speculation (busy), count = 72, total =…
659 …deserialized: org.opensolaris.os.dtrace.Drop[cpu = 2, kind = Speculation (busy), count = 72, total…
661 …encoded: org.opensolaris.os.dtrace.Drop[cpu = 2, kind = Speculation (busy), count = 72, total = 10…
662 …decoded: org.opensolaris.os.dtrace.Drop[cpu = 2, kind = Speculation (busy), count = 72, total = 10…
688 serialized: org.opensolaris.os.dtrace.Flow[kind = RETURN, depth = 3]
689 deserialized: org.opensolaris.os.dtrace.Flow[kind = RETURN, depth = 3]
691 encoded: org.opensolaris.os.dtrace.Flow[kind = RETURN, depth = 3]
[all …]
/freebsd/sys/dev/bxe/
H A Dbxe_stats.c125 sc->fw_stats_req->query[i].kind, in bxe_dp_stats()
1548 cur_query_entry->kind = STATS_TYPE_PORT; in bxe_prep_fw_stats_req()
1562 cur_query_entry->kind = STATS_TYPE_PF; in bxe_prep_fw_stats_req()
1583 cur_query_entry->kind = STATS_TYPE_QUEUE; in bxe_prep_fw_stats_req()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp259 static bool canPrintOnLeftSide(attr::Kind kind) { in canPrintOnLeftSide() argument
261 switch (kind) { in canPrintOnLeftSide()
279 static bool mustPrintOnLeftSide(attr::Kind kind) { in mustPrintOnLeftSide() argument
281 switch (kind) { in mustPrintOnLeftSide()
/freebsd/crypto/openssl/doc/man7/
H A Dprovider-encoder.pod190 This set of bits depend entirely on what kind of provider-side object is
293 prompt. This could be used to give the user information on what kind
/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwind-EHABI.cpp111 Descriptor::Kind kind = in ProcessDescriptors() local
122 switch (kind) { in ProcessDescriptors()
/freebsd/contrib/wpa/wpa_supplicant/doc/docbook/
H A Dwpa_priv.sgml46 be off limits for <command>wpa_supplicant</command> in this kind of
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp72 assert(FieldListCVT.kind() == LF_FIELDLIST); in NativeEnumEnumEnumerators()
/freebsd/contrib/lua/src/
H A Dlundump.c222 f->upvalues[i].kind = loadByte(S); in loadUpvalues()
H A Dlauxlib.c915 const char *kind = (tt == LUA_TSTRING) ? lua_tostring(L, -1) : in luaL_tolstring() local
917 lua_pushfstring(L, "%s: %p", kind, lua_topointer(L, idx)); in luaL_tolstring()
/freebsd/sys/contrib/device-tree/src/powerpc/
H A Dwarp.dts9 * any warranty of any kind, whether express or implied.
H A Dhotfoot.dts8 * any warranty of any kind, whether express or implied.
H A Dsam440ep.dts13 * any warranty of any kind, whether express or implied.
/freebsd/sys/opencrypto/
H A Dcryptodev_if.m90 * @retval non-zero if some kind of error occurred
/freebsd/share/i18n/csmapper/CP/
H A DCP856%UCS.src26 # warranties of any kind are expressed or implied. The recipient
/freebsd/sys/dev/sdhci/
H A Dsdhci_if.m42 # kind. No responsibility is assumed by the SD Group, SD-3C LLC or the SD
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h386 request.kind.c_str(), request.type.c_str()); in TraceGetBinaryData()
/freebsd/contrib/llvm-project/llvm/tools/llvm-symbolizer/
H A DOpts.td16 def grp_mach_o : OptionGroup<"kind">,
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp.h482 __kmp_sched_apply_mods_stdkind(kmp_sched_t *kind, in __kmp_sched_apply_mods_stdkind() argument
485 *kind = (kmp_sched_t)((int)*kind | (int)kmp_sched_monotonic); in __kmp_sched_apply_mods_stdkind()
491 __kmp_sched_apply_mods_intkind(kmp_sched_t kind, in __kmp_sched_apply_mods_intkind() argument
493 if ((int)kind & (int)kmp_sched_monotonic) { in __kmp_sched_apply_mods_intkind()
500 static inline kmp_sched_t __kmp_sched_without_mods(kmp_sched_t kind) { in __kmp_sched_without_mods() argument
501 return (kmp_sched_t)((int)kind & ~((int)kmp_sched_monotonic)); in __kmp_sched_without_mods()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h105 const Kind kind;
109 MemRegion(Kind k) : kind(k) {} in MemRegion()
172 Kind getKind() const { return kind; } in getKind()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h633 if (CStyle && V->kind() == Variable::VK_SFun)
713 if (!SAP->isDelegation() && V->kind() == Variable::VK_SFun) { in printProject()
/freebsd/sys/dev/usb/input/
H A Dwmt.c753 switch (hi.kind) { in wmt_hid_parse()
809 switch (hi.kind) { in wmt_hid_parse()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DYAMLOutputStyle.cpp252 opts::ModuleSubsection OptionKind = convertSubsectionKind(SS.kind()); in dumpDbiStream()
/freebsd/sys/contrib/device-tree/Bindings/soc/fsl/cpm_qe/
H A Dqe.txt156 kind of firmware it is. For QE, this should be "fsl,qe-firmware".
/freebsd/contrib/file/magic/Magdir/
H A Dfreebsd150 # powerpc uses 32-byte magic, followed by 32-byte mmu kind, then version

1...<<11121314151617181920>>...34