/osnet-11/usr/src/grub/grub2/build-bios/po/ |
H A D | Makefile | 76 ../.././grub-core/boot/decompressor/minilib.c \ 77 ../.././grub-core/boot/decompressor/none.c \ 78 ../.././grub-core/boot/decompressor/xz.c \ 79 ../.././grub-core/bus/bonito.c \ 80 ../.././grub-core/bus/cs5536.c \ 81 ../.././grub-core/bus/emu/pci.c \ 82 ../.././grub-core/bus/pci.c \ 83 ../.././grub-core/bus/usb/emu/usb.c \ 84 ../.././grub-core/bus/usb/ohci.c \ 85 ../.././grub-core/bu [all...] |
/osnet-11/usr/src/grub/grub2/build-uefi64/po/ |
H A D | Makefile | 76 ../.././grub-core/boot/decompressor/minilib.c \ 77 ../.././grub-core/boot/decompressor/none.c \ 78 ../.././grub-core/boot/decompressor/xz.c \ 79 ../.././grub-core/bus/bonito.c \ 80 ../.././grub-core/bus/cs5536.c \ 81 ../.././grub-core/bus/emu/pci.c \ 82 ../.././grub-core/bus/pci.c \ 83 ../.././grub-core/bus/usb/emu/usb.c \ 84 ../.././grub-core/bus/usb/ohci.c \ 85 ../.././grub-core/bu [all...] |
/osnet-11/usr/src/grub/grub2/ |
H A D | autogen.sh | 12 python util/import_unicode.py unicode/UnicodeData.txt unicode/BidiMirroring.txt unicode/ArabicShaping.txt grub-core/unidata.c 15 python util/import_gcry.py grub-core/lib/libgcrypt/ grub-core 23 rm -f contrib grub-core/contrib 26 [ "${GRUB_CONTRIB}" = grub-core/contrib ] || ln -s ../contrib grub-core/contrib 30 CORE_DEFS='grub-core/Makefile.core.def grub-core/Makefile.gcry.def' 38 for extra in contrib/*/Makefile.core [all...] |
/osnet-11/usr/src/grub/grub2/build-bios/ |
H A D | Makefile | 274 #am__append_10 = util/misc.c grub-core/kern/command.c grub-core/kern/device.c grub-core/kern/disk.c util/getroot.c util/raid.c grub-core/kern/emu/hostdisk.c grub-core/kern/emu/misc.c grub-core/kern/emu/mm.c grub-core/kern/env.c grub-core/kern/err.c grub-core/kern/file.c grub-core/ker [all...] |
/osnet-11/usr/src/grub/grub2/build-uefi64/ |
H A D | Makefile | 274 #am__append_10 = util/misc.c grub-core/kern/command.c grub-core/kern/device.c grub-core/kern/disk.c util/getroot.c util/raid.c grub-core/kern/emu/hostdisk.c grub-core/kern/emu/misc.c grub-core/kern/emu/mm.c grub-core/kern/env.c grub-core/kern/err.c grub-core/kern/file.c grub-core/ker [all...] |
/osnet-11/usr/src/lib/fm/libfmd_msg/ |
H A D | Makefile.com | 47 CLOBBERFILES += fmd_msg_test fmd_msg_test.core fmd_msg_test.out 72 # calls, and then forks into the background and dumps core. After the test 82 @coreadm -p core $$$$ 85 @chmod 0444 core; mv -f core fmd_msg_test.core 90 @echo ::findleaks | mdb fmd_msg_test.core 92 @echo ::umem_verify | mdb fmd_msg_test.core | grep -v clean
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/comp/ |
H A D | parser.t | 19 like( $@, qr/syntax error/, 'syntax error, used to dump core' ); 24 'syntax error in string, used to dump core' ); 47 # This used to dump core (bug #17920) 59 # (used to dump core or produce strange results)
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | Fatal.pm | 51 my ($core, $call, $name, $void, @argvs) = @_; 55 return "\t" . one_invocation($core, $call, $name, $void, @argv) . ";\n"; 65 "\t\treturn " . one_invocation($core, $call, $name, $void, @argv) . ";\n"; 76 my ($core, $call, $name, $void, @argv) = @_; 81 ($core ? ': $!' : ', \$! is \"$!\"') . '"' 84 ($core ? ': $!' : ', \$! is \"$!\"') . '"'; 90 my($name, $code, $sref, $real_proto, $proto, $core, $call); 110 $core = 1; 124 $code .= write_invocation($core, $call, $name, $void, @protos);
|
/osnet-11/usr/src/lib/libproc/common/ |
H A D | Pcore.c | 46 * 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...] |
H A D | proc_arg.c | 91 * 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 D | Pcontrol.c | 60 int _libproc_incore_elf; /* only use in-core elf data */ 867 str = "no such core file"; 870 str = "no such process or core file"; 897 str = "file is not an ELF core file"; 903 str = "core file is corrupt or missing required data"; 934 if (P->core != NULL) { 936 lwp_info_t *nlwp, *lwp = list_next(&P->core->core_lwp_head); 938 for (i = 0; i < P->core->core_nlwp; i++, lwp = nlwp) { 953 if (P->core->core_platform != NULL) 954 free(P->core [all...] |
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/chip/common/ |
H A D | chip.c | 227 * 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/lib/libsecdb/ |
H A D | Makefile | 49 ETCDFILES = $(EFILES:%=$(ROOTETC)/%.d/core-os) 56 ETCSECURITYDFILES = $(ESDFILES:%=$(ROOTETCSECURITY)/%.d/core-os) 110 $(ROOTETCSECURITY)/%.d/core-os: %.txt 122 $(ROOTETC)/%.d/core-os: %.txt
|
/osnet-11/usr/src/grub/grub2/grub-core/efiemu/ |
H A D | loadcore.c | 324 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/brand/solaris/zone/ |
H A D | boot.ksh | 49 # check simpler we just look for pkg:///system/core-os (which was 52 LC_ALL=C $PKG -R "$ZONEROOT" list pkg:///system/core-os >/dev/null
|
/osnet-11/usr/src/lib/libkvm/common/ |
H A D | test.c | 68 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/libmtmalloc/tests/ |
H A D | Makefile | 55 rm -f ${PROGS} core
|
/osnet-11/usr/src/grub/grub2/include/grub/efiemu/ |
H A D | efiemu.h | 155 grub_err_t grub_efiemu_loadcore_init32 (void *core, grub_size_t core_size, 157 grub_err_t grub_efiemu_loadcore_init64 (void *core, grub_size_t core_size, 159 grub_err_t grub_efiemu_loadcore_load32 (void *core, 162 grub_err_t grub_efiemu_loadcore_load64 (void *core,
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/ |
H A D | netent.pm | 82 This module's default exports override the core getnetbyname() and 91 overrides your core functions.) Access these fields as variables named 101 To access this functionality without the core overrides, 109 The getnet() functions do this in the Perl core: 113 The gethost() functions do this in the Perl core:
|
H A D | protoent.pm | 64 This module's default exports override the core getprotoent(), 74 overrides your core functions.) Access these fields as variables named 83 To access this functionality without the core overrides,
|
H A D | servent.pm | 66 This module's default exports override the core getservent(), 76 overrides your core functions.) Access these fields as variables named 85 To access this functionality without the core overrides,
|
/osnet-11/usr/src/grub/grub2/tests/util/ |
H A D | grub-shell.in | 144 sh @builddir@/grub-mkrescue --grub-mkimage=${builddir}/grub-mkimage --output=${isofile} --override-directory=${builddir}/grub-core \ 177 sh @builddir@/grub-mknetdir --grub-mkimage=${builddir}/grub-mkimage --override-directory=${builddir}/grub-core --net-directory=$netdir 180 ${qemu} ${qemuopts} -nographic -serial file:/dev/stdout -monitor file:/dev/null -boot n -net user,tftp=$netdir,bootfile=/boot/grub/$target_cpu-$platform/core.0 -net nic | cat | tr -d "\r"
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Time/ |
H A D | gmtime.pm | 62 This module's default exports override the core gmtime() function, 70 still overrides your core functions.) Access these fields as variables 77 To access this functionality without the core overrides,
|
H A D | localtime.pm | 57 This module's default exports override the core localtime() function, 65 overrides your core functions.) Access these fields as 73 To access this functionality without the core overrides,
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/User/ |
H A D | grent.pm | 64 This module's default exports override the core getgrent(), getgruid(), 73 overrides your core functions.) Access these fields as variables named 82 To access this functionality without the core overrides,
|