Searched refs:info (Results 126 - 150 of 1698) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_mac.h27 bool SymbolizeData(uptr addr, DataInfo *info) override;
37 bool SymbolizeData(uptr addr, DataInfo *info) override;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/
H A DCrashReason.h53 std::string GetCrashReasonString(CrashReason reason, const siginfo_t &info);
57 CrashReason GetCrashReason(const siginfo_t &info);
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/net/
H A Dh_hostent.c84 getby(int (*f)(void *, void *, va_list), struct getnamaddr *info, ...) argument
89 va_start(ap, info);
90 e = (*f)(info, NULL, ap);
94 phostent(info->hp);
117 struct getnamaddr info; local
123 info.hp = &hent;
124 info.buf = buf;
125 info.buflen = sizeof(buf);
126 info.he = &e;
186 getby(f, &info,
[all...]
/freebsd-11-stable/sys/dev/isci/
H A Disci_interrupt.c93 struct ISCI_INTERRUPT_INFO *info = local
96 info->handlers = &isci->handlers[msix_index];
97 info->interrupt_target_handle =
100 info->rid = base_index+msix_index+1;
102 info->res = bus_alloc_resource_any(isci->device,
103 SYS_RES_IRQ, &info->rid, RF_ACTIVE);
104 if (info->res == NULL) {
110 info->tag = NULL;
111 if (bus_setup_intr(isci->device, info->res,
113 isci_interrupt_msix_handler, info,
[all...]
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_fb.c59 struct fb_info *info; local
95 info = framebuffer_alloc();
96 if (!info) {
101 info->fb_size = size;
102 info->fb_bpp = sizes->surface_bpp;
103 info->fb_pbase = dev_priv->mm.gtt_base_addr + obj->gtt_offset;
104 info->fb_vbase = (vm_offset_t)pmap_mapdev_attr(info->fb_pbase, size,
114 ifbdev->helper.fbdev = info;
116 drm_fb_helper_fill_fix(info, f
166 struct fb_info *info; local
[all...]
/freebsd-11-stable/usr.sbin/mfiutil/
H A Dmfi_cmd.c168 mfi_query_disk(int fd, uint8_t target_id, struct mfi_query_disk *info) argument
171 bzero(info, sizeof(*info));
172 info->array_id = target_id;
173 if (ioctl(fd, MFIIO_QUERY_DISK, info) < 0)
175 if (!info->present) {
185 static struct mfi_query_disk info; local
188 if (mfi_query_disk(fd, target_id, &info) < 0) {
192 return (info.devname);
198 struct mfi_query_disk info; local
226 struct mfi_query_disk info; local
298 mfi_ctrl_get_info(int fd, struct mfi_ctrl_info *info, uint8_t *statusp) argument
[all...]
H A Dmfi_foreign.c86 struct mfi_foreign_scan_info info; local
96 if (mfi_dcmd_command(fd, MFI_DCMD_CFG_FOREIGN_SCAN, &info,
97 sizeof(info), NULL, 0, NULL) < 0) {
105 info.count);
134 * 0x1a721880 which returns what looks to be drive / volume info
216 struct mfi_foreign_scan_info info; local
232 if (mfi_dcmd_command(fd, MFI_DCMD_CFG_FOREIGN_SCAN, &info,
233 sizeof(info), NULL, 0, NULL) < 0) {
240 if (info.count == 0) {
247 for (i = 0; i < info
287 struct mfi_foreign_scan_info info; local
[all...]
/freebsd-11-stable/contrib/mdocml/
H A Dcompat_ohash.c73 (h->info.free)(h->t, h->info.data);
103 n = (h->info.calloc)(ns, sizeof(struct _ohash_record), h->info.data);
120 (h->info.free)(h->t, h->info.data);
195 ohash_init(struct ohash *h, unsigned int size, struct ohash_info *info) argument
204 /* Copy info so that caller may free it. */
205 h->info.key_offset = info
[all...]
/freebsd-11-stable/lib/libopenbsd/
H A Dohash.c66 (h->info.free)(h->t, h->info.data);
96 n = (h->info.calloc)(ns, sizeof(struct _ohash_record), h->info.data);
113 (h->info.free)(h->t, h->info.data);
188 ohash_init(struct ohash *h, unsigned int size, struct ohash_info *info) argument
197 /* Copy info so that caller may free it. */
198 h->info.key_offset = info
[all...]
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
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...]
/freebsd-11-stable/sys/arm/amlogic/aml8726/
H A Daml8726_fb.c97 struct fb_info info; member in struct:aml8726_fb_softc
186 value = ((sc->info.fb_width - 1) << AML_VIU_OSD_BLK_CFG_W1_X_END_SHIFT)
193 value = ((sc->info.fb_height - 1) << AML_VIU_OSD_BLK_CFG_W2_Y_END_SHIFT)
200 value = ((sc->info.fb_width - 1) << AML_VIU_OSD_BLK_CFG_W3_H_END_SHIFT)
207 value = ((sc->info.fb_height - 1) << AML_VIU_OSD_BLK_CFG_W4_V_END_SHIFT)
244 width = (uint32_t)sc->info.fb_stride / 8;
251 value |= (uint32_t)sc->info.fb_pbase / 8;
260 value |= ((uint32_t)sc->info.fb_height <<
310 sc->info.fb_name = device_get_nameunit(sc->dev);
323 sc->info
[all...]
/freebsd-11-stable/sys/dev/drm/
H A Ddrm_agpsupport.c73 int drm_agp_info(struct drm_device * dev, struct drm_agp_info *info) argument
80 kern = &dev->agp->info;
82 info->agp_version_major = 1;
83 info->agp_version_minor = 0;
84 info->mode = kern->ai_mode;
85 info->aperture_base = kern->ai_aperture_base;
86 info->aperture_size = kern->ai_aperture_size;
87 info->memory_allowed = kern->ai_memory_allowed;
88 info->memory_used = kern->ai_memory_used;
89 info
99 struct drm_agp_info info; local
175 struct agp_memory_info info; local
[all...]
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DAddressSpace.hpp75 dyld_unwind_sections* info) {
87 info->mh = (const struct mach_header *)mh;
88 info->dwarf_section = getsectiondata(mh, "__TEXT", "__eh_frame", &info->dwarf_section_length);
89 info->compact_unwind_section = getsectiondata(mh, "__TEXT", "__unwind_info", &info->compact_unwind_section_length);
91 if (!info->dwarf_section) {
92 info->dwarf_section_length = 0;
95 if (!info->compact_unwind_section) {
96 info
74 _dyld_find_unwind_sections(void* addr, dyld_unwind_sections* info) argument
395 findUnwindSections(pint_t targetAddr, UnwindInfoSections &info) argument
[all...]
/freebsd-11-stable/contrib/libxo/tests/core/
H A Dtest_03.c17 xo_info_t info[] = { variable
23 int info_count = (sizeof(info) / sizeof(info[0]));
56 xo_set_info(NULL, info, info_count);
H A Dtest_07.c17 xo_info_t info[] = { variable
24 int info_count = (sizeof(info) / sizeof(info[0]));
50 xo_set_info(NULL, info, info_count);
/freebsd-11-stable/bin/cp/
H A Dextern.h41 extern volatile sig_atomic_t info;
/freebsd-11-stable/bin/stty/
H A Dstty.h36 struct info { struct
43 struct termios t; /* terminal info */
44 struct winsize win; /* window info */
/freebsd-11-stable/crypto/heimdal/lib/hdb/
H A Dtest_dbinfo.c50 struct hdb_dbinfo *info, *d; local
71 ret = hdb_get_dbinfo(context, &info);
76 while ((d = hdb_dbinfo_get_next(info, d)) != NULL) {
90 hdb_free_dbinfo(context, &info);
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dtest_nist_cert.in49 if ${hxtool} info | grep 'rsa: hcrypto null RSA' > /dev/null ; then
52 if ${hxtool} info | grep 'rand: not available' > /dev/null ; then
H A Dtest_nist_pkcs12.in50 if ${hxtool} info | grep 'rsa: hcrypto null RSA' > /dev/null ; then
53 if ${hxtool} info | grep 'rand: not available' > /dev/null ; then
H A Dtest_req.in44 if ${hxtool} info | grep 'rsa: hcrypto null RSA' > /dev/null ; then
47 if ${hxtool} info | grep 'rand: not available' > /dev/null ; then
/freebsd-11-stable/sys/dev/pms/RefTisa/tisa/api/
H A Dtiscsi.h50 bit8 info[4]; member in struct:__anon11542
/freebsd-11-stable/usr.bin/mkuzip/
H A Dmkuz_blk.h42 struct mkuz_blk_info info; member in struct:mkuz_blk
/freebsd-11-stable/usr.sbin/bluetooth/hccontrol/
H A DMakefile7 host_controller_baseband.c info.c status.c node.c hccontrol.c \
/freebsd-11-stable/contrib/amd/amd/
H A Damfs_program.c130 amfs_program_exec(char *info) argument
136 * Split copy of command info string
138 info = xstrdup(info);
139 xivec = strsplit(info, ' ', '\'');
186 XFREE(info);

Completed in 170 milliseconds

1234567891011>>