Home
last modified time | relevance | path

Searched refs:text (Results 1 – 25 of 1143) sorted by path

12345678910>>...46

/illumos-gate/exception_lists/
H A Dcheck_rtime85 # Objects for which we allow relocations to the text segment
H A Djstyle7 # A full copy of the text of the CDDL should have accompanied this
H A Dmanlint7 # A full copy of the text of the CDDL should have accompanied this
H A Dpackaging.deps49 pkg:/text/less
H A Dwscheck7 # A full copy of the text of the CDDL should have accompanied this
/illumos-gate/usr/src/
H A DOPENSOLARIS.LICENSE180 or any descriptive text giving attribution to any Contributor or
/illumos-gate/usr/src/boot/
H A DCOPYRIGHT71 In the following statement, the phrase ``this text'' refers to portions
74 Portions of this text are reprinted and reproduced in electronic form in
H A DReadme.txt7 # A full copy of the text of the CDDL should have accompanied this
/illumos-gate/usr/src/boot/common/
H A Dhelp.common153 Show contents of text files. When displaying the contents of more,
H A Dinterp.c189 char text[0]; member
239 strcpy(sp->text, cp); in include()
262 res = bf_run(sp->text); in include()
266 filename, sp->line, sp->text); in include()
H A Dmb_header.S31 .text
/illumos-gate/usr/src/boot/common/linenoise/
H A DREADME.markdown34 * Linux text only console ($TERM = linux)
/illumos-gate/usr/src/boot/efi/libefi/
H A Ddevpath.c104 efi_free_devpath_name(CHAR16 *text) in efi_free_devpath_name() argument
107 BS->FreePool(text); in efi_free_devpath_name()
H A Defi_console.c811 CHAR16 *text; in efi_cons_devinfo_print() local
817 text = efi_devpath_name(dp); in efi_cons_devinfo_print()
818 if (text == NULL) in efi_cons_devinfo_print()
821 printf("\t%S", text); in efi_cons_devinfo_print()
822 efi_free_devpath_name(text); in efi_cons_devinfo_print()
H A Definet.c370 CHAR16 *text; in efinet_dev_print() local
382 text = efi_devpath_name(efi_lookup_devpath(h)); in efinet_dev_print()
383 if (text != NULL) { in efinet_dev_print()
384 printf(" %S", text); in efinet_dev_print()
385 efi_free_devpath_name(text); in efinet_dev_print()
H A Defipart.c770 CHAR16 *text; in efipart_print_common() local
784 text = efi_devpath_name(efi_lookup_devpath(h)); in efipart_print_common()
785 if (text != NULL) { in efipart_print_common()
786 printf(" %S", text); in efipart_print_common()
787 efi_free_devpath_name(text); in efipart_print_common()
H A Denv.c930 CHAR16 *text; in efi_print_global() local
937 text = (CHAR16 *)data; in efi_print_global()
947 printf("%S", text); in efi_print_global()
959 text = efi_devpath_name(dp); in efi_print_global()
960 if (text != NULL) { in efi_print_global()
961 printf("\t%S", text); in efi_print_global()
962 efi_free_devpath_name(text); in efi_print_global()
975 CHAR16 *text; in efi_print_global() local
979 if (text != NULL) { in efi_print_global()
980 printf("%S", text); in efi_print_global()
[all …]
/illumos-gate/usr/src/boot/efi/loader/
H A DMakefile.com153 $(OBJCOPY) --readonly-text -j .peheader -j .text -j .sdata -j .data \
/illumos-gate/usr/src/boot/efi/loader/arch/amd64/
H A Damd64_tramp.S33 .text
H A Dexc.S44 .text
H A Dldscript.amd646 /* Read-only sections, merged into text segment: */
11 .text : {
12 mb_header.o(.text)
13 *(.text .stub .text.* .gnu.linkonce.t.*)
H A Dmultiboot_tramp.S40 .text
H A Dstart.S39 .text
/illumos-gate/usr/src/boot/efi/loader/arch/arm/
H A Dldscript.arm6 /* Read-only sections, merged into text segment: */
9 .text : {
11 *(.text .stub .text.* .gnu.linkonce.t.*)
H A Dstart.S142 .text

12345678910>>...46