Home
last modified time | relevance | path

Searched refs:word (Results 1 – 25 of 431) sorted by path

12345678910>>...18

/illumos-gate/exception_lists/
H A Dmapfilechk29 # - Contains the word 'mapfile'
/illumos-gate/usr/src/boot/efi/loader/arch/amd64/
H A Dmultiboot_tramp.S114 .word 0x0, 0x0 /* NULL entry */
116 .word 0xffff, 0x0 /* code segment */
118 .word 0xffff, 0x0 /* data segment */
123 gdtdesc: .word gdt_end - gdt - 1 /* limit */
H A Dstart.S76 .word 0
/illumos-gate/usr/src/boot/efi/loader/arch/arm/
H A Dstart.S175 .word .
177 .word ImageBase
179 .word _DYNAMIC
181 .word __bss_start
183 .word __bss_end
/illumos-gate/usr/src/boot/efi/loader/arch/i386/
H A Dstart.S68 .word 0
/illumos-gate/usr/src/boot/forth/
H A Dloader.4th535 \ Overrides support.4th initialization word with one that does
571 \ the next word
H A Dshortcuts.4th30 \ want to define a custom word that uses words defined in three different
31 \ libraries, this is a good place to define such a word).
34 \ libraries. This will prevent calling a word defined here before any required
39 \ This "shortcut" word will not be used directly, but is defined here to
H A Dsupport.4th300 \ determine if a word appears in a string, case-insensitive
2029 \ Get next word on the command line
2030 parse-word
/illumos-gate/usr/src/boot/i386/btx/btx/
H A Dbtx.S126 .word PAG_CNT-MEM_ORG>>0xc # Paging control
127 .word break-start # Text size
166 xchg %ax,%cx # as word
/illumos-gate/usr/src/boot/i386/cdboot/
H A Dcdboot.S554 gdt: .word 0x0,0x0,0x0,0x0 # Null entry
555 .word 0xffff,0x0,0x9200,0xcf # SEL_SDATA
556 .word 0xffff,0x0,0x9200,0x0 # SEL_RDATA
557 .word 0xffff,0x0,0x9a00,0xcf # SEL_SCODE (32-bit)
558 .word 0xffff,0x0,0x9a00,0x8f # SEL_SCODE16 (16-bit)
563 gdtdesc: .word gdt.1-gdt-1 # Limit
572 edd_addr: .word 0x0,0x0 # Seg:Off
/illumos-gate/usr/src/boot/i386/libi386/
H A Damd64_tramp.S58 .word gdtend - gdt
H A Dpxetramp.s29 __bangpxeoff: .word 0x0000 # offset
30 __bangpxeseg: .word 0x0000 # segment
36 __pxenvoff: .word 0x0000 # offset
37 __pxenvseg: .word 0x0000 # segment
H A Drelocater_tramp.S180 .word 0
236 relocator_ds: .word 0
242 relocator_es: .word 0
248 relocator_fs: .word 0
254 relocator_gs: .word 0
260 relocator_ss: .word 0
266 relocator_sp: .word 0
299 .word 0
302 .word 0
310 gdt: .word 0x0, 0x0 /* null entry */
[all …]
/illumos-gate/usr/src/boot/i386/pmbr/
H A Dpmbr.s166 stage2_size: .word 1 # bootblock size in sectors
175 .word 0 # "Unknown" in PMBR
188 .word MAGIC # Magic number
/illumos-gate/usr/src/boot/i386/pxeldr/
H A Dpxeldr.S283 gdt: .word 0x0,0x0,0x0,0x0 # Null entry
284 .word 0xffff,0x0,0x9200,0xcf # SEL_SDATA
285 .word 0xffff,0x0,0x9200,0x0 # SEL_RDATA
286 .word 0xffff,0x0,0x9a00,0xcf # SEL_SCODE (32-bit)
287 .word 0xffff,0x0,0x9a00,0x8f # SEL_SCODE16 (16-bit)
292 gdtdesc: .word gdt.1-gdt-1 # Limit
/illumos-gate/usr/src/boot/libficl/
H A DMakefile.com32 OBJECTS += hash.o callback.o word.o loader.o
/illumos-gate/usr/src/boot/libsa/string/
H A Dbcopy.c45 typedef int word; /* "word" used for optimal copy speed */ typedef
47 #define wsize sizeof(word)
106 TLOOP(*(word *)dst = *(word *)src; src += wsize; dst += wsize); in memcpy()
127 TLOOP(src -= wsize; dst -= wsize; *(word *)dst = *(word *)src); in memcpy()
H A Dstrlen.c67 #error Unsupported word size
H A Dstrtok.c113 char *brkb, *brkt, *phrase, *sep, *word; in main() local
120 for (word = strtok(test, sep); word; word = strtok(NULL, sep)) in main()
121 printf("Next word is \"%s\".\n", word); in main()
124 for (word = strtok_r(test, sep, &brkt); word; in main()
125 word = strtok_r(NULL, sep, &brkt)) { in main()
130 printf("So far we're at %s:%s\n", word, phrase); in main()
/illumos-gate/usr/src/cmd/Adm/
H A Dmime.types38 application/vnd.ms-word.document.macroenabled.12 docm
40 application/vnd.ms-word.template.macroenabled.12 dotm
/illumos-gate/usr/src/cmd/allocate/
H A Ddevalloc_defaults36 # Multi-word strings above should be in double quotes.
/illumos-gate/usr/src/cmd/awk/
H A Dlex.c41 const char *word; member
166 int word(char *);
195 return (word(buf)); in yylex()
494 if ((cond = strcmp(w, kp[mid].word)) < 0) in binsearch()
505 word(char *w) in word() function
/illumos-gate/usr/src/cmd/backup/restore/
H A Dinteractive.c966 char word[MAXCOMPLEXLEN]; in setpagerargs() local
971 cp = copynext(cp, word, sizeof (word)); in setpagerargs()
973 fprintf(stderr, gettext("got word `%s'\n"), word); in setpagerargs()
980 pager_vector[pager_len - 1] = strdup(word); in setpagerargs()
985 length += strlen(word) + 1; in setpagerargs()
/illumos-gate/usr/src/cmd/bart/
H A Dlutbl.c56 attr_keylookup(char *word) in attr_keylookup() argument
63 if (strcasecmp(word, akp->ak_name) == 0) in attr_keylookup()
/illumos-gate/usr/src/cmd/bnu/
H A DDevices67 # systemx Any systemx 1200 unused "" in:-\r\d-in: nuucp word: nuucp
98 # systemx Any networkx - addressx in:--in: nuucp word: nuucp
104 # sffoo Any STARLAN - sffoo in:--in: nuucp word: nuucp

12345678910>>...18