Searched refs:info (Results 76 - 100 of 1698) sorted by relevance

1234567891011>>

/freebsd-11-stable/tools/debugscripts/
H A Dkgdb53 info="$crashpath/info.$corenum"
55 #Get the kernel source compile dir from the info file
56 kernsrc="`awk 'i == 1 { split($0, a, ":"); print a[2]; i = 0 } $1 == "Versionstring:" { i = 1 }' < "$info"`"
/freebsd-11-stable/sys/dev/fdt/
H A Dfdt_clock.h34 * Get info about the Nth clock listed in consumer's "clocks" property.
38 int fdt_clock_get_info(device_t consumer, int n, struct fdt_clock_info *info);
/freebsd-11-stable/sys/sys/
H A Delf64.h156 #define ELF64_R_SYM(info) ((info) >> 32)
157 #define ELF64_R_TYPE(info) ((info) & 0xffffffffL)
162 #define ELF64_R_TYPE_DATA(info) (((Elf64_Xword)(info)<<32)>>40)
163 #define ELF64_R_TYPE_ID(info) (((Elf64_Xword)(info)<<56)>>56)
180 Elf64_Half m_stride; /* stride info */
183 #define ELF64_M_SYM(info) ((inf
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Ddebug.c603 debug_add_to_namespace (struct debug_handle *info ATTRIBUTE_UNUSED,
638 debug_add_to_current_namespace (struct debug_handle *info, const char *name,
644 if (info->current_unit == NULL
645 || info->current_file == NULL)
651 if (info->current_block != NULL)
652 nsp = &info->current_block->locals;
654 nsp = &info->current_file->globals;
656 return debug_add_to_namespace (info, nsp, name, kind, linkage);
678 struct debug_handle *info = (struct debug_handle *) handle;
694 info
637 debug_add_to_current_namespace(struct debug_handle *info, const char *name, enum debug_object_kind kind, enum debug_object_linkage linkage) argument
676 struct debug_handle *info = (struct debug_handle *) handle; local
717 struct debug_handle *info = (struct debug_handle *) handle; local
769 struct debug_handle *info = (struct debug_handle *) handle; local
824 struct debug_handle *info = (struct debug_handle *) handle; local
859 struct debug_handle *info = (struct debug_handle *) handle; local
891 struct debug_handle *info = (struct debug_handle *) handle; local
929 struct debug_handle *info = (struct debug_handle *) handle; local
959 struct debug_handle *info = (struct debug_handle *) handle; local
1038 struct debug_handle *info = (struct debug_handle *) handle; local
1059 struct debug_handle *info = (struct debug_handle *) handle; local
1081 struct debug_handle *info = (struct debug_handle *) handle; local
1123 struct debug_handle *info = (struct debug_handle *) handle; local
1195 struct debug_handle *info = (struct debug_handle *) handle; local
1219 struct debug_handle *info = (struct debug_handle *) handle; local
1230 struct debug_handle *info = (struct debug_handle *) handle; local
1249 struct debug_handle *info = (struct debug_handle *) handle; local
1259 struct debug_handle *info = (struct debug_handle *) handle; local
1269 struct debug_handle *info = (struct debug_handle *) handle; local
1282 struct debug_handle *info = (struct debug_handle *) handle; local
1315 struct debug_handle *info = (struct debug_handle *) handle; local
1348 struct debug_handle *info = (struct debug_handle *) handle; local
1372 struct debug_handle *info = (struct debug_handle *) handle; local
1399 struct debug_handle *info = (struct debug_handle *) handle; local
1427 struct debug_handle *info = (struct debug_handle *) handle; local
1448 struct debug_handle *info = (struct debug_handle *) handle; local
1482 struct debug_handle *info = (struct debug_handle *) handle; local
1514 struct debug_handle *info = (struct debug_handle *) handle; local
1545 struct debug_handle *info = (struct debug_handle *) handle; local
1576 struct debug_handle *info = (struct debug_handle *) handle; local
1605 struct debug_handle *info = (struct debug_handle *) handle; local
1625 struct debug_handle *info = (struct debug_handle *) handle; local
1647 struct debug_handle *info = (struct debug_handle *) handle; local
1829 struct debug_handle *info = (struct debug_handle *) handle; local
1875 struct debug_handle *info = (struct debug_handle *) handle; local
1943 struct debug_handle *info = (struct debug_handle *) handle; local
1997 struct debug_handle *info = (struct debug_handle *) handle; local
2310 struct debug_handle *info = (struct debug_handle *) handle; local
2367 debug_write_name(struct debug_handle *info, const struct debug_write_fns *fns, void *fhandle, struct debug_name *n) argument
2415 debug_write_type(struct debug_handle *info, const struct debug_write_fns *fns, void *fhandle, struct debug_type *type, struct debug_name *name) argument
2660 debug_write_class_type(struct debug_handle *info, const struct debug_write_fns *fns, void *fhandle, struct debug_type *type, const char *tag) argument
2809 debug_write_function(struct debug_handle *info, const struct debug_write_fns *fns, void *fhandle, const char *name, enum debug_object_linkage linkage, struct debug_function *function) argument
2848 debug_write_block(struct debug_handle *info, const struct debug_write_fns *fns, void *fhandle, struct debug_block *block) argument
2896 debug_write_linenos(struct debug_handle *info, const struct debug_write_fns *fns, void *fhandle, bfd_vma address) argument
2936 debug_set_class_id(struct debug_handle *info, const char *tag, struct debug_type *type) argument
2998 debug_type_samep(struct debug_handle *info, struct debug_type *t1, struct debug_type *t2) argument
3233 debug_class_type_samep(struct debug_handle *info, struct debug_type *t1, struct debug_type *t2) argument
[all...]
/freebsd-11-stable/sys/dev/ipmi/
H A Dipmi_smbus.c59 struct ipmi_get_info info; local
61 if (ipmi_smbios_identify(&info) && info.iface_type == SSIF_MODE &&
78 struct ipmi_get_info info; local
82 if (!ipmi_smbios_identify(&info))
85 if (info.iface_type != SSIF_MODE) {
92 if (info.irq != 0) {
95 &sc->ipmi_irq_rid, info.irq, info.irq, 1,
100 (long long)info
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Dcoff-aux.c60 coff_m68k_aux_link_add_one_symbol (info, abfd, name, flags, section, value,
62 struct bfd_link_info *info;
89 h = bfd_link_hash_lookup (info->hash, name, TRUE, copy, FALSE);
98 if (info->notice_hash != (struct bfd_hash_table *) NULL
99 && (bfd_hash_lookup (info->notice_hash, name, FALSE, FALSE)
102 if (! (*info->callbacks->notice) (info, name, abfd, section, value))
132 return _bfd_generic_link_add_one_symbol (info, abfd, name, flags, section,
H A Dsunos.c114 struct sunos_dynamic_info *info; local
132 info = bfd_zalloc (abfd, amt);
133 if (!info)
135 info->valid = FALSE;
136 info->dynsym = NULL;
137 info->dynstr = NULL;
138 info->canonical_dynsym = NULL;
139 info->dynrel = NULL;
140 info->canonical_dynrel = NULL;
141 obj_aout_dynamic_info (abfd) = (void *) info;
235 struct sunos_dynamic_info *info; local
255 struct sunos_dynamic_info *info; local
318 struct sunos_dynamic_info *info; local
406 struct sunos_dynamic_info *info; local
426 struct sunos_dynamic_info *info; local
730 sunos_create_dynamic_sections(bfd *abfd, struct bfd_link_info *info, bfd_boolean needed) argument
820 sunos_add_dynamic_symbols(bfd *abfd, struct bfd_link_info *info, struct external_nlist **symsp, bfd_size_type *sym_countp, char **stringsp) argument
1051 sunos_add_one_symbol(struct bfd_link_info *info, bfd *abfd, const char *name, flagword flags, asection *section, bfd_vma value, const char *string, bfd_boolean copy, bfd_boolean collect, struct bfd_link_hash_entry **hashp) argument
1190 bfd_sunos_get_needed_list(bfd *abfd ATTRIBUTE_UNUSED, struct bfd_link_info *info) argument
1202 bfd_sunos_record_link_assignment(bfd *output_bfd, struct bfd_link_info *info, const char *name) argument
1246 sunos_scan_std_relocs(struct bfd_link_info *info, bfd *abfd, asection *sec ATTRIBUTE_UNUSED, const struct reloc_std_external *relocs, bfd_size_type rel_size) argument
1400 sunos_scan_ext_relocs(struct bfd_link_info *info, bfd *abfd, asection *sec ATTRIBUTE_UNUSED, const struct reloc_ext_external *relocs, bfd_size_type rel_size) argument
1681 sunos_scan_relocs(struct bfd_link_info *info, bfd *abfd, asection *sec, bfd_size_type rel_size) argument
1748 struct bfd_link_info *info = (struct bfd_link_info *) data; local
1871 bfd_sunos_size_dynamic_sections(bfd *output_bfd, struct bfd_link_info *info, asection **sdynptr, asection **sneedptr, asection **srulesptr) argument
2097 sunos_write_dynamic_symbol(bfd *output_bfd, struct bfd_link_info *info, struct aout_link_hash_entry *harg) argument
2329 sunos_check_dynamic_reloc(struct bfd_link_info *info, bfd *input_bfd, asection *input_section, struct aout_link_hash_entry *harg, void * reloc, bfd_byte *contents ATTRIBUTE_UNUSED, bfd_boolean *skip, bfd_vma *relocationp) argument
2691 sunos_finish_dynamic_link(bfd *abfd, struct bfd_link_info *info) argument
[all...]
H A Dsparclinux.c55 PARAMS ((bfd *abfd, struct bfd_link_info *info));
58 sparclinux_bfd_final_link (abfd, info)
60 struct bfd_link_info *info;
63 return NAME(aout,final_link) (abfd, info, MY_final_link_callback);
258 #define linux_link_hash_traverse(table, func, info) \
262 (info)))
264 /* Get the Linux link hash table from the info structure. This is
272 new_fixup (info, h, value, builtin)
273 struct bfd_link_info *info;
280 f = (struct fixup *) bfd_hash_allocate (&info
431 struct bfd_link_info *info = (struct bfd_link_info *) data; local
[all...]
H A Di386linux.c58 i386linux_bfd_final_link (abfd, info)
60 struct bfd_link_info *info;
63 return NAME(aout,final_link) (abfd, info, MY_final_link_callback);
258 #define linux_link_hash_traverse(table, func, info) \
262 (info)))
264 /* Get the Linux link hash table from the info structure. This is
272 new_fixup (info, h, value, builtin)
273 struct bfd_link_info *info;
280 f = (struct fixup *) bfd_hash_allocate (&info->hash->table,
284 f->next = linux_hash_table (info)
432 struct bfd_link_info *info = (struct bfd_link_info *) data; local
[all...]
H A Delf64-alpha.c204 #define alpha_elf_link_hash_traverse(table, func, info) \
208 (info)))
227 struct bfd_link_info *info)
229 return _bfd_elf_dynamic_symbol_p (h, info, 0);
1099 #define alpha_get_dtprel_base(info) \
1100 (elf_hash_table (info)->tls_sec->vma)
1104 #define alpha_get_tprel_base(info) \
1105 (elf_hash_table (info)->tls_sec->vma \
1107 elf_hash_table (info)->tls_sec->alignment_power))
1199 elf64_alpha_add_symbol_hook (bfd *abfd, struct bfd_link_info *info,
224 alpha_elf_dynamic_symbol_p(struct elf_link_hash_entry *h, struct bfd_link_info *info) argument
1194 elf64_alpha_add_symbol_hook(bfd *abfd, struct bfd_link_info *info, Elf_Internal_Sym *sym, const char **namep ATTRIBUTE_UNUSED, flagword *flagsp ATTRIBUTE_UNUSED, asection **secp, bfd_vma *valp) argument
1255 elf64_alpha_create_dynamic_sections(bfd *abfd, struct bfd_link_info *info) argument
1527 struct bfd_link_info *info; member in struct:extsym_info
1739 elf64_alpha_check_relocs(bfd *abfd, struct bfd_link_info *info, asection *sec, const Elf_Internal_Rela *relocs) argument
2007 elf64_alpha_adjust_dynamic_symbol(struct bfd_link_info *info, struct elf_link_hash_entry *h) argument
2334 elf64_alpha_calc_got_offsets(struct bfd_link_info *info) argument
2379 elf64_alpha_size_got_sections(struct bfd_link_info *info) argument
2481 elf64_alpha_size_plt_section(struct bfd_link_info *info) argument
2520 elf64_alpha_always_size_sections(bfd *output_bfd ATTRIBUTE_UNUSED, struct bfd_link_info *info) argument
2586 elf64_alpha_calc_dynrel_sizes(struct alpha_elf_link_hash_entry *h, struct bfd_link_info *info) argument
2642 elf64_alpha_size_rela_got_1(struct alpha_elf_link_hash_entry *h, struct bfd_link_info *info) argument
2688 elf64_alpha_size_rela_got_section(struct bfd_link_info *info) argument
2732 elf64_alpha_size_rela_got_1, info); local
2738 elf64_alpha_size_dynamic_sections(bfd *output_bfd ATTRIBUTE_UNUSED, struct bfd_link_info *info) argument
2764 elf64_alpha_calc_dynrel_sizes, info); local
2919 elf64_alpha_relax_got_load(struct alpha_relax_info *info, bfd_vma symval, Elf_Internal_Rela *irel, unsigned long r_type) argument
3028 elf64_alpha_relax_opt_call(struct alpha_relax_info *info, bfd_vma symval) argument
3098 elf64_alpha_relax_with_lituse(struct alpha_relax_info *info, bfd_vma symval, Elf_Internal_Rela *irel) argument
3353 elf64_alpha_relax_tls_get_addr(struct alpha_relax_info *info, bfd_vma symval, Elf_Internal_Rela *irel, bfd_boolean is_gd) argument
3602 struct alpha_relax_info info; local
3891 elf64_alpha_emit_dynrel(bfd *abfd, struct bfd_link_info *info, asection *sec, asection *srel, bfd_vma offset, long dynindx, long rtype, bfd_vma addend) argument
4009 elf64_alpha_relocate_section(bfd *output_bfd, struct bfd_link_info *info, bfd *input_bfd, asection *input_section, bfd_byte *contents, Elf_Internal_Rela *relocs, Elf_Internal_Sym *local_syms, asection **local_sections) argument
4644 elf64_alpha_finish_dynamic_symbol(bfd *output_bfd, struct bfd_link_info *info, struct elf_link_hash_entry *h, Elf_Internal_Sym *sym) argument
4793 elf64_alpha_finish_dynamic_sections(bfd *output_bfd, struct bfd_link_info *info) argument
4926 elf64_alpha_final_link(bfd *abfd, struct bfd_link_info *info) argument
[all...]
/freebsd-11-stable/sys/dev/vt/hw/fb/
H A Dvt_fb.h35 int vt_fb_attach(struct fb_info *info);
38 int vt_fb_detach(struct fb_info *info);
/freebsd-11-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_fbd.c62 struct fb_info info; member in struct:bcmsc_softc
112 memset(&sc->info, 0, sizeof(sc->info));
113 sc->info.fb_name = device_get_nameunit(sc->dev);
115 sc->info.fb_vbase = (intptr_t)pmap_mapdev(fb.base, fb.size);
116 sc->info.fb_pbase = fb.base;
117 sc->info.fb_size = fb.size;
118 sc->info.fb_bpp = sc->info.fb_depth = fb.bpp;
119 sc->info
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DHost.inc28 struct utsname info;
30 if (uname(&info))
33 return info.release;
/freebsd-11-stable/sys/net/
H A Droute.c145 struct rt_addrinfo *info, int *perror);
146 static void rt_notifydelete(struct rtentry *rt, struct rt_addrinfo *info);
149 struct rt_addrinfo *info, struct rtentry *rto, int *perror);
151 static int rt_exportinfo(struct rtentry *rt, struct rt_addrinfo *info,
445 struct rt_addrinfo info; local
487 bzero(&info, sizeof(info));
488 info.rti_info[RTAX_DST] = dst;
489 rt_missmsg_fib(msgtype, &info, 0, err, fibnum);
591 struct rt_addrinfo info; local
810 struct rt_addrinfo info; local
838 rt_exportinfo(struct rtentry *rt, struct rt_addrinfo *info, int flags) argument
923 rib_lookup_info(uint32_t fibnum, const struct sockaddr *dst, uint32_t flags, uint32_t flowid, struct rt_addrinfo *info) argument
959 rib_free_info(struct rt_addrinfo *info) argument
1011 struct rt_addrinfo info; member in struct:rt_delinfo
1024 struct rt_addrinfo *info; local
1174 rt_unlinkrte(struct rib_head *rnh, struct rt_addrinfo *info, int *perror) argument
1240 rt_notifydelete(struct rtentry *rt, struct rt_addrinfo *info) argument
1276 rt_getifa_fib(struct rt_addrinfo *info, u_int fibnum) argument
1439 rt_mpath_unlink(struct rib_head *rnh, struct rt_addrinfo *info, struct rtentry *rto, int *perror) argument
1509 rt_flowtable_check_route(struct rib_head *rnh, struct rt_addrinfo *info) argument
1572 rtrequest1_fib(int req, struct rt_addrinfo *info, struct rtentry **ret_nrt, u_int fibnum) argument
1809 rtrequest1_fib_change(struct rib_head *rnh, struct rt_addrinfo *info, struct rtentry **ret_nrt, u_int fibnum) argument
1919 rt_setmetrics(const struct rt_addrinfo *info, struct rtentry *rt) argument
2018 struct rt_addrinfo info; local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/
H A DCrashReason.cpp42 CrashReason GetCrashReasonForSIGSEGV(const siginfo_t &info) { argument
43 assert(info.si_signo == SIGSEGV);
45 switch (info.si_code) {
66 CrashReason GetCrashReasonForSIGILL(const siginfo_t &info) { argument
67 assert(info.si_signo == SIGILL);
69 switch (info.si_code) {
91 CrashReason GetCrashReasonForSIGFPE(const siginfo_t &info) { argument
92 assert(info.si_signo == SIGFPE);
94 switch (info.si_code) {
116 CrashReason GetCrashReasonForSIGBUS(const siginfo_t &info) { argument
132 GetCrashReasonString(CrashReason reason, const siginfo_t &info) argument
316 GetCrashReason(const siginfo_t &info) argument
[all...]
/freebsd-11-stable/lib/libcuse/
H A Dcuse_lib.c174 struct cuse_alloc_info info; local
182 memset(&info, 0, sizeof(info));
187 info.page_count = howmany(size, PAGE_SIZE);
200 info.alloc_nr = n;
202 error = ioctl(f_cuse, CUSE_IOCTL_ALLOC_MEMORY, &info);
215 ptr = mmap(NULL, info.page_count * PAGE_SIZE,
222 error = ioctl(f_cuse, CUSE_IOCTL_FREE_MEMORY, &info);
266 struct cuse_alloc_info info; local
284 memset(&info,
374 struct cuse_create_dev info; local
465 struct cuse_command info; local
697 struct cuse_data_chunk info; local
730 struct cuse_data_chunk info; local
[all...]
/freebsd-11-stable/sys/net80211/
H A Dieee80211_phy.h78 * info element of MLME */
83 } info[IEEE80211_RATE_TABLE_SIZE]; member in struct:ieee80211_rate_table
99 uint8_t cix = rt->info[rt->rateCodeToIndex[rate & IEEE80211_RATE_VAL]].ctlRateIndex;
100 KASSERT(cix != (uint8_t)-1, ("rate %d has no info", rate));
101 return rt->info[cix].dot11Rate;
114 uint8_t cix = rt->info[rt->rateCodeToIndex[rate & IEEE80211_RATE_VAL]].ctlRateIndex;
115 KASSERT(cix != (uint8_t)-1, ("rate %d has no info", rate));
116 return rt->info[cix].dot11Rate;
130 KASSERT(rix != (uint8_t)-1, ("rate %d has no info", rate));
131 return rt->info[ri
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_libbacktrace.cpp96 AddressInfo *info = &cur->info; local
97 info->FillModuleInfo(first->info.module, first->info.module_offset,
98 first->info.module_arch);
102 CHECK_EQ(addr, first->info.address);
103 CHECK_EQ(addr, last->info.address);
104 return &last->info;
114 AddressInfo *info local
128 AddressInfo *info = cdata->get_new_frame(addr); local
136 DataInfo *info = (DataInfo *)vdata; local
172 SymbolizeData(uptr addr, DataInfo *info) argument
189 SymbolizeData(uptr addr, DataInfo *info) argument
[all...]
/freebsd-11-stable/libexec/rtld-elf/
H A Drtld_printf.c61 printf_out(struct snprintf_arg *info) argument
64 if (info->remain == info->buf_total)
66 write(info->fd, info->buf, info->buf_total - info->remain);
67 info->str = info->buf;
68 info
72 snprintf_func(int ch, struct snprintf_arg *const info) argument
446 struct snprintf_arg info; local
463 struct snprintf_arg info; local
[all...]
/freebsd-11-stable/contrib/netbsd-tests/kernel/arch/amd64/
H A Dt_ptrace_wait.c369 struct ptrace_siginfo info; local
370 memset(&info, 0, sizeof(info));
424 ATF_REQUIRE(ptrace(PT_GET_SIGINFO, child, &info, sizeof(info)) != -1);
426 printf("Signal traced to lwpid=%d\n", info.psi_lwpid);
428 info.psi_siginfo.si_signo, info.psi_siginfo.si_code,
429 info.psi_siginfo.si_errno);
432 ATF_REQUIRE_EQ(info
475 struct ptrace_siginfo info; local
581 struct ptrace_siginfo info; local
687 struct ptrace_siginfo info; local
793 struct ptrace_siginfo info; local
894 struct ptrace_siginfo info; local
995 struct ptrace_siginfo info; local
1097 struct ptrace_siginfo info; local
1198 struct ptrace_siginfo info; local
1299 struct ptrace_siginfo info; local
1400 struct ptrace_siginfo info; local
1501 struct ptrace_siginfo info; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DThreading.inc76 THREADNAME_INFO info;
77 info.dwType = 0x1000;
78 info.szName = Name;
79 info.dwThreadId = Id;
80 info.dwFlags = 0;
83 ::RaiseException(MS_VC_EXCEPTION, 0, sizeof(info) / sizeof(ULONG_PTR),
84 (ULONG_PTR *)&info);
/freebsd-11-stable/contrib/sendmail/src/
H A Dudb.c136 DBT info; local
145 memset(&info, '\0', sizeof(info));
226 i = (*up->udb_dbp->seq)(up->udb_dbp, &key, &info, R_CURSOR);
240 &info, DB_SET)) != 0)
243 if (i > 0 || info.size <= 0)
260 (int) info.size, (char *) info.data);
282 if (info.size >= userleft - 1)
287 if (info
605 DBT key, info; local
[all...]
/freebsd-11-stable/contrib/ntp/libntp/
H A Daudio.c79 static struct audio_info info; /* audio device info */ variable in typeref:struct:audio_info
358 AUDIO_INITINFO(&info);
359 info.play.gain = AUDIO_MAX_GAIN;
360 info.play.port = AUDIO_SPEAKER;
362 info.record.buffer_size = bufsiz;
364 rval = ioctl(ctl_fd, AUDIO_SETINFO, (char *)&info);
465 ioctl(ctl_fd, AUDIO_GETINFO, (char *)&info);
466 info.record.encoding = AUDIO_ENCODING_ULAW;
467 info
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dcache-null.c115 svn_cache__info_t *info,
121 info->id = apr_pstrdup(result_pool, id);
123 info->used_entries = 0;
124 info->total_entries = 0;
126 info->used_size = 0;
127 info->data_size = 0;
128 info->total_size = 0;
114 null_cache_get_info(void *cache_void, svn_cache__info_t *info, svn_boolean_t reset, apr_pool_t *result_pool) argument
/freebsd-11-stable/usr.sbin/mptutil/
H A Dmpt_config.c205 /* XXX: Enclosure info for PhysDiskSettings? */
351 CONFIG_PAGE_RAID_PHYS_DISK_0 *info; member in struct:drive_info
363 char *volume_str, struct volume_info *info)
408 info->drives = calloc(count, sizeof(struct drive_info));
409 info->drive_count = count;
410 for (dinfo = info->drives; (cp = strsep(&volume_str, ",")) != NULL;
412 /* If this drive is already a RAID phys just fetch the info. */
415 dinfo->info = mpt_pd_info(fd, PhysDiskNum, NULL);
416 if (dinfo->info == NULL)
443 add_drives(int fd, struct volume_info *info, in argument
362 parse_volume(int fd, int raid_type, struct config_id_state *state, char *volume_str, struct volume_info *info) argument
505 build_volume(int fd, struct volume_info *info, int raid_type, long stripe_size, struct config_id_state *state, int verbose) argument
626 struct volume_info *info; local
839 CONFIG_PAGE_RAID_VOL_0 *info; local
921 CONFIG_PAGE_RAID_PHYS_DISK_0 *info; local
1020 CONFIG_PAGE_RAID_PHYS_DISK_0 *info; local
1138 CONFIG_PAGE_RAID_PHYS_DISK_0 *info; local
[all...]

Completed in 255 milliseconds

1234567891011>>