Searched refs:info (Results 176 - 200 of 1698) sorted by last modified time

1234567891011>>

/freebsd-11-stable/sys/dev/bnxt/
H A Dif_bnxt.c720 "Unable to allocate space for version info\n");
740 /* Get NVRAM info */
747 "Unable to allocate space for NVRAM info\n");
1805 struct bnxt_ioctl_hwrm_nvm_get_dir_info *info = local
1808 rc = bnxt_hwrm_nvm_get_dir_info(softc, &info->entries,
1809 &info->entry_length);
/freebsd-11-stable/sys/netinet/
H A Dsctp_usrreq.c2654 * Again the user can get info from
3140 struct sctp_sndinfo *info; local
3142 SCTP_CHECK_AND_CAST(info, optval, struct sctp_sndinfo, *optsize);
3143 SCTP_FIND_STCB(inp, stcb, info->snd_assoc_id);
3146 info->snd_sid = stcb->asoc.def_send.sinfo_stream;
3147 info->snd_flags = stcb->asoc.def_send.sinfo_flags;
3148 info->snd_flags &= 0xfff0;
3149 info->snd_ppid = stcb->asoc.def_send.sinfo_ppid;
3150 info->snd_context = stcb->asoc.def_send.sinfo_context;
3156 (info
3176 struct sctp_default_prinfo *info; local
6242 struct sctp_sndinfo *info; local
6299 struct sctp_default_prinfo *info; local
[all...]
/freebsd-11-stable/sys/cam/ctl/
H A Dctl_backend_ramdisk.c368 uint8_t info[8]; local
388 scsi_u64to8b(off, info);
393 /*size*/ sizeof(info), /*data*/ &info,
H A Dctl_backend_block.c368 uint8_t info[8]; local
381 scsi_u64to8b(off, info);
386 /*size*/ sizeof(info), /*data*/ &info,
/freebsd-11-stable/sys/dev/usb/
H A Dusb_hub.c1157 if (uaa->info.bConfigIndex == 0 &&
1158 uaa->info.bDeviceClass == UDCLASS_HUB)
/freebsd-11-stable/sys/net/
H A Diflib.c1385 iflib_filter_info_t info = arg; local
1386 struct grouptask *gtask = info->ifi_task;
1391 if (info->ifi_filter != NULL && info->ifi_filter(info->ifi_filter_arg) == FILTER_HANDLED)
1401 iflib_filter_info_t info = arg; local
1402 struct grouptask *gtask = info->ifi_task;
1403 iflib_rxq_t rxq = (iflib_rxq_t)info->ifi_ctx;
1411 if (info->ifi_filter != NULL && info
1440 iflib_filter_info_t info = arg; local
3843 if_int_delay_info_t info; local
5340 iflib_filter_info_t info; local
5478 iflib_filter_info_t info; local
5627 iflib_add_int_delay_sysctl(if_ctx_t ctx, const char *name, const char *description, if_int_delay_info_t info, int offset, int value) argument
5637 info, 0, iflib_sysctl_int_delay, "I", description); local
[all...]
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT_util.cpp626 int __kmp_read_system_info(struct kmp_sys_info *info) { argument
627 info->maxrss = 0; /* the maximum resident set size utilized (in kilobytes) */
628 info->minflt = 0; /* the number of page faults serviced without any I/O */
629 info->majflt = 0; /* the number of page faults serviced that required I/O */
630 info->nswap = 0; // the number of times a process was "swapped" out of memory
631 info->inblock = 0; // the number of times the file system had to perform input
632 info->oublock = 0; // number of times the file system had to perform output
633 info->nvcsw = 0; /* the number of times a context switch was voluntarily */
634 info->nivcsw = 0; /* the number of times a context switch was forced */
640 SYSTEM_INFO info; local
[all...]
H A Dz_Linux_util.cpp468 /* Set thread stack info according to values returned by pthread_getattr_np().
1746 int __kmp_read_system_info(struct kmp_sys_info *info) { argument
1750 memset(info, 0, sizeof(*info));
1756 info->maxrss = r_usage.ru_maxrss;
1758 info->minflt = r_usage.ru_minflt;
1760 info->majflt = r_usage.ru_majflt;
1762 info->nswap = r_usage.ru_nswap;
1764 info->inblock = r_usage.ru_inblock;
1766 info
1811 host_basic_info_data_t info; local
[all...]
H A Dompt-specific.cpp88 // return team info for lightweight team
95 // return team info for heavyweight team
104 ompt_task_info_t *info = NULL; local
134 info = &lwt->ompt_task_info;
136 info = &taskdata->ompt_task_info;
140 return info;
144 ompt_task_info_t *info = NULL; local
179 info = &lwt->ompt_task_info;
181 info = &taskdata->ompt_task_info;
185 return info;
236 ompt_team_info_t *info; local
[all...]
H A Dompt-internal.h47 #define TASK_TYPE_DETAILS_FORMAT(info) \
48 ((info->td_flags.task_serial || info->td_flags.tasking_ser) \
51 ((!(info->td_flags.tiedness)) ? ompt_task_untied : 0x0) | \
52 (info->td_flags.final ? ompt_task_final : 0x0) | \
53 (info->td_flags.merged_if0 ? ompt_task_mergeable : 0x0)
H A Dkmp_taskdeps.cpp305 kmp_dephash_entry_t *info = local
307 kmp_depnode_t *last_out = info->last_out;
308 kmp_depnode_list_t *last_ins = info->last_ins;
309 kmp_depnode_list_t *last_mtxs = info->last_mtxs;
313 if (info->last_flag == ENTRY_LAST_INS) { // INS were last
322 info->last_ins = NULL;
323 info->last_mtxs = NULL;
333 info->last_out = NULL;
335 info->last_out = __kmp_node_ref(node);
343 info
[all...]
H A Dkmp_dispatch_hier.h612 kmp_hier_layer_info_t<T> *info;
624 if (info != NULL) {
625 __kmp_free(info);
626 info = NULL;
635 if (!valid || layers == NULL || info == NULL ||
639 if (info[i].type != new_layers[i])
641 if (info[i].sched != new_scheds[i])
643 if (info[i].chunk != new_chunks[i])
661 info[i].num_active = 0;
671 info
[all...]
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify.h2604 __itt_clock_info info; /*!< Most recent clock domain info */ member in struct:___itt_clock_domain
3552 * @brief Module load info
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp93 cl::opt<bool> Rebase("rebase", cl::desc("Display mach-o rebasing info"),
96 cl::opt<bool> Bind("bind", cl::desc("Display mach-o binding info"),
100 cl::desc("Display mach-o lazy binding info"),
104 cl::desc("Display mach-o weak binding info"),
109 cl::desc("Print line information from debug info if available"),
113 cl::desc("Use .dSYM file for debug info"),
152 cl::opt<bool> InfoPlist("info-plist",
153 cl::desc("Print the info plist section as strings for "
170 cl::desc("Print the info for Mach-O objects in "
574 case MachO::GENERIC_RELOC_PAIR: // prints no info
2602 struct DisassembleInfo *info = (struct DisassembleInfo *)DisInfo; local
3014 GuessCstringPointer(uint64_t ReferenceValue, struct DisassembleInfo *info) argument
3068 GuessIndirectSymbol(uint64_t ReferenceValue, struct DisassembleInfo *info) argument
3149 method_reference(struct DisassembleInfo *info, uint64_t *ReferenceType, const char **ReferenceName) argument
3215 GuessPointerPointer(uint64_t ReferenceValue, struct DisassembleInfo *info, bool &classref, bool &selref, bool &msgref, bool &cfstring) argument
3277 get_pointer_64(uint64_t Address, uint32_t &offset, uint32_t &left, SectionRef &S, DisassembleInfo *info, bool objc_only = false) argument
3315 get_pointer_32(uint32_t Address, uint32_t &offset, uint32_t &left, SectionRef &S, DisassembleInfo *info, bool objc_only = false) argument
3327 get_symbol_64(uint32_t sect_offset, SectionRef S, DisassembleInfo *info, uint64_t &n_value, uint64_t ReferenceValue = 0) argument
3385 get_symbol_32(uint32_t sect_offset, SectionRef S, DisassembleInfo *info, uint32_t ReferenceValue) argument
3635 int32_t info; member in struct:llvm::objc_class_t
3985 get_objc2_64bit_class_name(uint64_t pointer_value, uint64_t ReferenceValue, struct DisassembleInfo *info) argument
4036 get_objc2_64bit_cfstring_name(uint64_t ReferenceValue, struct DisassembleInfo *info) argument
4070 get_objc2_64bit_selref(uint64_t ReferenceValue, struct DisassembleInfo *info) argument
4104 walk_pointer_list_64(const char *listname, const SectionRef S, MachOObjectFile *O, struct DisassembleInfo *info, void (*func)(uint64_t, struct DisassembleInfo *info)) argument
4159 walk_pointer_list_32(const char *listname, const SectionRef S, MachOObjectFile *O, struct DisassembleInfo *info, void (*func)(uint32_t, struct DisassembleInfo *info)) argument
4210 print_layout_map64(uint64_t p, struct DisassembleInfo *info) argument
4221 print_layout_map32(uint32_t p, struct DisassembleInfo *info) argument
4232 print_method_list64_t(uint64_t p, struct DisassembleInfo *info, const char *indent) argument
4325 print_method_list32_t(uint64_t p, struct DisassembleInfo *info, const char *indent) argument
4386 print_method_list(uint32_t p, struct DisassembleInfo *info) argument
4458 print_protocol_list64_t(uint64_t p, struct DisassembleInfo *info) argument
4587 print_protocol_list32_t(uint32_t p, struct DisassembleInfo *info) argument
4676 print_method_description_list(uint32_t p, uint32_t indent, struct DisassembleInfo *info) argument
4746 print_protocol(uint32_t p, uint32_t indent, struct DisassembleInfo *info) argument
4806 print_protocol_list(uint32_t p, uint32_t indent, struct DisassembleInfo *info) argument
4853 print_ivar_list64_t(uint64_t p, struct DisassembleInfo *info) argument
4954 print_ivar_list32_t(uint32_t p, struct DisassembleInfo *info) argument
5022 print_objc_property_list64(uint64_t p, struct DisassembleInfo *info) argument
5101 print_objc_property_list32(uint32_t p, struct DisassembleInfo *info) argument
5156 print_class_ro64_t(uint64_t p, struct DisassembleInfo *info, bool &is_meta_class) argument
5290 print_class_ro32_t(uint32_t p, struct DisassembleInfo *info, bool &is_meta_class) argument
5354 print_class64_t(uint64_t p, struct DisassembleInfo *info) argument
5435 print_class32_t(uint32_t p, struct DisassembleInfo *info) argument
5501 print_objc_class_t(struct objc_class_t *objc_class, struct DisassembleInfo *info) argument
5620 print_objc_objc_category_t(struct objc_category_t *objc_category, struct DisassembleInfo *info) argument
5661 print_category64_t(uint64_t p, struct DisassembleInfo *info) argument
5781 print_category32_t(uint32_t p, struct DisassembleInfo *info) argument
5827 print_message_refs64(SectionRef S, struct DisassembleInfo *info) argument
5897 print_message_refs32(SectionRef S, struct DisassembleInfo *info) argument
5948 print_image_info64(SectionRef S, struct DisassembleInfo *info) argument
6011 print_image_info32(SectionRef S, struct DisassembleInfo *info) argument
6069 print_image_info(SectionRef S, struct DisassembleInfo *info) argument
6878 GuessLiteralPointer(uint64_t ReferenceValue, uint64_t ReferencePC, uint64_t *ReferenceType, struct DisassembleInfo *info) argument
7019 struct DisassembleInfo *info = (struct DisassembleInfo *)DisInfo; local
10441 get_dyld_bind_info_symbolname(uint64_t ReferenceValue, struct DisassembleInfo *info) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp110 AllowStatepointWithNoDeoptInfo("rs4gc-allow-statepoint-with-no-deopt-info",
294 "Found non-leaf call without deopt info!");
1210 struct PartiallyConstructedSafepointRecord &info = records[i]; local
1211 recomputeLiveInValues(RevisedLivenessData, toUpdate[i], info);
1922 struct PartiallyConstructedSafepointRecord &info = records[i]; local
1923 analyzeParsePointLiveness(DT, OriginalLivenessData, toUpdate[i], info);
2232 PartiallyConstructedSafepointRecord &info = Records[i]; local
2233 findBasePointers(DT, DVCache, ToUpdate[i], info);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h447 getSingleConstraintMatchWeight(AsmOperandInfo &info,
H A DSystemZISelLowering.cpp1016 getSingleConstraintMatchWeight(AsmOperandInfo &info, argument
1019 Value *CallOperandVal = info.CallOperandVal;
1028 weight = TargetLowering::getSingleConstraintMatchWeight(info, constraint);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.h78 getSingleConstraintMatchWeight(AsmOperandInfo &info,
H A DSparcISelLowering.cpp334 llvm_unreachable("Unknown loc info!");
803 default: llvm_unreachable("Unknown loc info!");
1144 llvm_unreachable("Unknown location info!");
2579 // alignment is > 4, but, we've lost that info by this point, too,
3196 getSingleConstraintMatchWeight(AsmOperandInfo &info, argument
3199 Value *CallOperandVal = info.CallOperandVal;
3208 weight = TargetLowering::getSingleConstraintMatchWeight(info, constraint);
3211 if (ConstantInt *C = dyn_cast<ConstantInt>(info.CallOperandVal)) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h635 AsmOperandInfo &info, const char *constraint) const override;
H A DMipsISelLowering.cpp3281 llvm_unreachable("Unknown loc info!");
3501 llvm_unreachable("Unknown loc info!");
3561 llvm_unreachable("Unknown loc info!");
3804 llvm_unreachable("Unknown loc info!");
3923 AsmOperandInfo &info, const char *constraint) const {
3925 Value *CallOperandVal = info.CallOperandVal;
3934 weight = TargetLowering::getSingleConstraintMatchWeight(info, constraint);
3922 getSingleConstraintMatchWeight( AsmOperandInfo &info, const char *constraint) const argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.h115 getSingleConstraintMatchWeight(AsmOperandInfo &info,
H A DAVRISelLowering.cpp1091 llvm_unreachable("Unknown loc info!");
1205 llvm_unreachable("Unknown loc info!");
1739 AsmOperandInfo &info, const char *constraint) const {
1741 Value *CallOperandVal = info.CallOperandVal;
1753 weight = TargetLowering::getSingleConstraintMatchWeight(info, constraint);
1738 getSingleConstraintMatchWeight( AsmOperandInfo &info, const char *constraint) const argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h428 AsmOperandInfo &info, const char *constraint) const override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h777 getSingleConstraintMatchWeight(AsmOperandInfo &info,

Completed in 730 milliseconds

1234567891011>>