Home
last modified time | relevance | path

Searched refs:loading (Results 1 – 25 of 54) sorted by relevance

123

/titanic_44/usr/src/lib/libm/i386/src/
H A Dcopysign.s42 subl $8,%esp / set up loading dock for result
43 movl %ecx,(%esp) / copy lo_32(result) to loading dock
44 movl %eax,4(%esp) / copy hi_32(result) to loading dock
H A Dcopysignl.s42 subl $12,%esp / set up loading dock for result
46 / to loading dock
48 / to loading dock
H A Dcopysignf.s40 subl $4,%esp / set up loading dock for result
41 movl %eax,(%esp) / copy result to loading dock
H A Dlocallibm.il159 subl $8,%esp / set up loading dock for result
160 movl %ecx,(%esp) / copy lo_32(result) to loading dock
161 movl %eax,4(%esp) / copy hi_32(result) to loading dock
/titanic_44/usr/src/cmd/mailx/
H A Dlex.c395 if (loading) in commands()
425 if (loading) in commands()
493 if (loading) { in execute()
522 if (loading) in execute()
541 if (loading) in execute()
552 if (loading) in execute()
561 if (loading) in execute()
666 if (e && loading) in execute()
953 loading = 1; in load()
956 loading = 0; in load()
H A Daux.c354 sstack[ssp].s_loading = loading; in source()
355 loading = 0; in source()
379 loading = sstack[ssp].s_loading; in unstack()
382 sourcing = loading; in unstack()
H A Dinit.c90 int loading; /* Loading user definitions */ variable
/titanic_44/usr/src/lib/libc/sparc/gen/
H A Dmemchr.s84 sethi %hi(0x01010101), %o4 ! start loading Alan Mycroft's magic1
99 or %o4, %lo(0x01010101),%o4! finish loading magic1 !
H A Dascii_strcasecmp.s132 sethi %hi(0x80808080), %i4 ! start loading Mycroft's magic1
174 or %i4, %lo(0x80808080),%i4! finish loading Mycroft's magic1
204 or %i4, %lo(0x80808080),%i4! finish loading Mycroft's magic1
211 or %l2, %lo(0x3f3f3f3f),%l2! finish loading m2
213 or %l3, %lo(0x25252525),%l3! finish loading m3
H A Dstrcmp.s67 sethi %hi(0x01010101), %o5 ! start loading Mycroft's magic2
/titanic_44/usr/src/lib/libc/sparcv9/gen/
H A Dmemchr.s84 sethi %hi(0x80808080), %o5 ! start loading Alan Mycroft's magic1
99 or %o5, %lo(0x80808080),%o5! finish loading magic2 !
H A Dascii_strcasecmp.s132 sethi %hi(0x80808080), %i4 ! start loading Mycroft's magic1
174 or %i4, %lo(0x80808080),%i4! finish loading Mycroft's magic1
204 or %i4, %lo(0x80808080),%i4! finish loading Mycroft's magic1
211 or %l2, %lo(0x3f3f3f3f),%l2! finish loading m2
213 or %l3, %lo(0x25252525),%l3! finish loading m3
/titanic_44/usr/src/grub/grub-0.97/docs/
H A Dgrub.info-191 a computer starts. It is responsible for loading and transferring
98 systems with chain-loading(1) (*note Overview-Footnote-1::). GRUB is
132 (1) "chain-load" is the mechanism for loading unsupported operating
133 systems by loading another boot loader. It is typically used for
134 loading DOS or Windows.
179 supported via a chain-loading function.
181 Except for specific compatibility modes (chain-loading and the Linux
199 Chain-loading of other boot loaders is also supported.
202 Fully support the Multiboot feature of loading multiple modules.
241 files). This greatly reduces a file size and loading time, a
[all …]
H A Dmenu.lst72 # For loading DOS if Windows NT is installed
H A Dgrub.info92 computer starts. It is responsible for loading and transferring
99 systems with chain-loading(1) (*note Overview-Footnote-1::). GRUB is
133 (1) "chain-load" is the mechanism for loading unsupported operating
134 systems by loading another boot loader. It is typically used for
135 loading DOS or Windows.
180 supported via a chain-loading function.
182 Except for specific compatibility modes (chain-loading and the Linux
200 Chain-loading of other boot loaders is also supported.
203 Fully support the Multiboot feature of loading multiple modules.
242 files). This greatly reduces a file size and loading time, a
[all …]
H A Dgrub.info-466 2. Detect the geometry and the accessing mode of the "loading drive".
81 accessing mode of the "loading drive", since Stage 1 has already probed
H A Dgrub.texi146 a computer starts. It is responsible for loading and transferring
153 chain-loading@footnote{@dfn{chain-load} is the mechanism for loading
154 unsupported operating systems by loading another boot loader. It is
155 typically used for loading DOS or Windows.}. GRUB is designed to
230 supported via a chain-loading function.
233 Except for specific compatibility modes (chain-loading and the Linux
252 Linux). Chain-loading of other boot loaders is also supported.
255 Fully support the Multiboot feature of loading multiple modules.
293 files). This greatly reduces a file size and loading time, a
295 pathological cases where loading a very badly organized ELF kernel might
[all …]
/titanic_44/usr/src/cmd/mailx/hdr/
H A Dglob.h82 extern int loading; /* Loading user definitions */
/titanic_44/usr/src/uts/intel/os/
H A Dmach28 # loading of modules is in the reverse order specified here (i.e. the last
/titanic_44/usr/src/common/mapfiles/common/
H A Dmap.above4G23 # Linker mapfile for loading 64-bit programs above 4 gigabytes.
H A Dmap.below4G23 # Linker mapfile for loading 64-bit SPARC programs below 4 gigabytes
/titanic_44/usr/src/common/crypto/md5/sparc/sun4u/
H A Dbyteswap.il33 * which have a special address space identifier for loading 32 and 16 bit
/titanic_44/usr/src/grub/grub-0.97/
H A DNEWS159 * ELF symbol loading support is added.
364 other programs/modules/loaders. (chain-loading doesn't matter here,
365 just loading 32-bit modules/kernels)
379 chain-loading.
393 gzip normally, then when loading, the GRUB internals will see the
396 version of the "module" loading function has been added which
490 other filetypes pretty much should. (certainly chain-loading works
506 * Supports chain-loading. For details, see "COMMANDS" and the
534 FFS floppy loading "/grub/stage2" as the main bootloader.
/titanic_44/usr/src/common/crypto/md5/sparc/sun4v/
H A Dbyteswap.il33 * which have a special address space identifier for loading 32 and 16 bit
/titanic_44/usr/src/cmd/nsadmin/
H A Dsystem76 * note that loading a module does not necessarily imply that it will

123