Home
last modified time | relevance | path

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

123

/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Ddemangle.c64 static volatile int loading = 0; in conv_demangle_name() local
67 if (loading) in conv_demangle_name()
80 loading = 1; in conv_demangle_name()
84 loading = 0; in conv_demangle_name()
/illumos-gate/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
/illumos-gate/usr/src/cmd/mailx/
H A Dlex.c394 if (loading) in commands()
424 if (loading) in commands()
492 if (loading) { in execute()
521 if (loading) in execute()
540 if (loading) in execute()
551 if (loading) in execute()
560 if (loading) in execute()
665 if (e && loading) in execute()
937 loading = 1; in load()
940 loading = 0; in load()
H A Dutil.c352 sstack[ssp].s_loading = loading; in source()
353 loading = 0; in source()
377 loading = sstack[ssp].s_loading; in unstack()
380 sourcing = loading; in unstack()
H A Dinit.c88 int loading; /* Loading user definitions */ variable
/illumos-gate/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
/illumos-gate/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
/illumos-gate/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 …]
/illumos-gate/usr/src/common/ficl/softcore/
H A Dmarker.fr5 .( loading MARKER ) cr
H A Dforml.fr3 .( loading FORML examples ) cr
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Dglob.h82 extern int loading; /* Loading user definitions */
/illumos-gate/usr/src/test/util-tests/tests/libjedec/hex2spd/data/lpddr3/
H A DNT6CL256T32CQ.spd6 # some values like signal loading and related are made up just to
/illumos-gate/usr/src/uts/intel/os/
H A Dmach28 # loading of modules is in the reverse order specified here (i.e. the last
/illumos-gate/usr/src/boot/forth/
H A Dloader.4th536 \ everything start one does, short of loading the kernel and
570 \ show, enable, disable, toggle module loading. They all take module from
587 \ Show loading information about a module.
616 s" enable-module" s" enable loading of a module" .?
617 s" disable-module" s" disable loading of a module" .?
618 s" toggle-module" s" toggle loading of a module" .?
/illumos-gate/usr/src/boot/
H A DREADME.loader5 The boot and loading process is either defined, or being
215 ### Module loading syntax example ##########################
222 #module_before="cmd" # executes "cmd" before loading module
223 #module_after="cmd" # executes "cmd" after loading module
/illumos-gate/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
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DMakefile30 SHOPT_DYNAMIC == 1 /* dynamic loading for builtins */
/illumos-gate/usr/src/common/ficl/test/
H A Dficltest.fr74 \ from file loading
/illumos-gate/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.

123