Searched defs:core (Results 1 - 13 of 13) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/efiemu/
H A Dloadcore.c324 SUFFIX (grub_efiemu_loadcore_init) (void *core, grub_size_t core_size, argument
327 Elf_Ehdr *e = (Elf_Ehdr *) core;
333 /* Make sure that every section is within the core. */
335 return grub_error (GRUB_ERR_BAD_OS, "ELF sections outside core");
337 if ((err = grub_efiemu_init_segments (segments, core)))
339 if ((err = grub_efiemu_count_symbols (core)))
348 SUFFIX (grub_efiemu_loadcore_load) (void *core, argument
354 err = grub_efiemu_load_segments (segments, core);
358 err = grub_efiemu_resolve_symbols (segments, core);
364 core);
[all...]
/osnet-11/usr/src/lib/libproc/common/
H A Dproc_arg.c91 * Attempt to open the core file, and return the fd if we can confirm
115 * not produce an error message saying "no such process or core file 'foo'".
134 char *core; local
182 core = strdupa(arg);
184 dirname(core) : path, perr)) != NULL) {
211 * we continue checking for core files or fail with G_NOPROC
217 core = strdupa(arg);
218 if ((Pr = Pfgrab_core(fd, path == NULL ? dirname(core) : path,
H A DPcontrol.h79 Elf *sym_elf; /* faked-up ELF handle from core file */
122 off64_t map_offset; /* offset into core file (if core) */
126 typedef struct lwp_info { /* per-lwp information from core file */
142 typedef struct core_info { /* information specific to core files */
143 char core_dmodel; /* data model for core file */
148 off64_t core_size; /* size of core file in bytes */
149 char *core_platform; /* platform string from core file */
150 struct utsname *core_uts; /* uname(2) data from core file */
151 prcred_t *core_cred; /* process credential from core fil
225 core_info_t *core; /* information specific to core (if PS_DEAD) */ member in struct:ps_prochandle
[all...]
H A DPcore.c46 * Pcore.c - Code to initialize a ps_prochandle from a core dump. We
47 * allocate an additional structure to hold information from the core
54 * stored in the core file and associated shared libraries. We compute the
130 lwp_info_t *lwp = list_next(&P->core->core_lwp_head);
134 for (i = 0; i < P->core->core_nlwp; i++, lwp = list_next(lwp)) {
136 P->core->core_lwp = lwp;
151 P->core->core_lwp = lwp;
152 P->core->core_nlwp++;
158 * The core file itself contains a series of NOTE segments containing saved
160 * comprehend, we define a function to read it in from the core fil
1709 elf_file_t core; local
2186 Pgrab_core(const char *core, const char *aout, int gflag, int *perr) argument
[all...]
/osnet-11/usr/src/lib/libkvm/common/
H A Dtest.c68 char *core; variable
109 fprintf(stderr, "usage: %s [-w] [name] [core] [swap]\n",
120 core = argv[optind++];
121 if (*core == '\0')
122 core = NULL;
124 core = NULL;
132 tst_open(name, core, swap, (wflag ? O_RDWR : O_RDONLY));
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Derror.h136 int core; /* level>=core -> core dump */ member in struct:Error_info_s
/osnet-11/usr/src/lib/libast/common/include/
H A Derror.h127 int core; /* level>=core -> core dump */ member in struct:Error_info_s
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Derror.h136 int core; /* level>=core -> core dump */ member in struct:Error_info_s
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Derror.h136 int core; /* level>=core -> core dump */ member in struct:Error_info_s
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Derror.h136 int core; /* level>=core -> core dump */ member in struct:Error_info_s
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/chip/common/
H A Dchip.c227 * Inherit FRU from core node, in native use cpu scheme ASRU,
328 tnode_t *core; local
342 if ((core = topo_node_lookup(pnode, CORE_NODE_NAME, coreid)) == NULL) {
343 if ((core = create_node(mod, pnode, auth, CORE_NODE_NAME,
349 * scheme ASRU for the core node.
351 (void) topo_node_fru_set(core, NULL, 0, &perr);
359 if (topo_node_resource(core, &fmri, &err) != 0)
371 if (topo_node_resource(core, &fmri, &err) == -1) {
378 (void) topo_node_asru_set(core, fmri, 0, &err);
382 if (topo_method_register(mod, core, strands_retire_method
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/kern/
H A Ddl.c175 grub_fatal ("core symbols cannot be unregistered");
453 constitutes linking) and GRUB core being licensed under GPLv3+.
589 /* Load a module from core memory. */
608 /* Make sure that every section is within the core. */
611 grub_error (GRUB_ERR_BAD_OS, "ELF sections outside core");
627 constitutes linking) and GRUB core being licensed under GPLv3+.
663 void *core = 0;
671 core = grub_malloc (size);
672 if (! core)
678 if (grub_file_read (file, core, siz
661 void *core = 0; local
[all...]
/osnet-11/usr/src/lib/libdiskmgt/common/
H A Ddrive.c140 struct core { struct in union:conf_feature::features
142 } core; member in union:conf_feature::features

Completed in 86 milliseconds