Searched refs:dfn (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/grub/grub-0.97/docs/ |
H A D | internals.texi | 30 GRUB consists of two distinct components, called @dfn{stages}, which are 160 @item @code{0x12} + @dfn{the length of the version string} 171 @dfn{normal} filesystems such as FAT, FFS, or ext2fs can be used, so 173 @file{disk_io.c}. The notation is that you can only @dfn{mount} one at a 177 to the @dfn{normal} filesystem (or even without one mounted), you can 196 The @dfn{drive} part of the root device. 199 The @dfn{partition} part of the root device. 276 string and flags, and returns an @samp{int} value. The @dfn{flags} 303 distinct components, @dfn{Stage 1} and @dfn{Stage 2} (and optionally 304 @dfn{Stage 1.5}). @xref{Memory map}, for more information. [all …]
|
H A D | multiboot.texi | 121 @dfn{chaining} mechanisms can be a nightmare. There is little or no 172 using precalculated @dfn{block lists} (e.g. LILO), loading from a 173 special @dfn{boot partition} (e.g. OS/2), or even loading from within 224 @dfn{Multiboot header} (@pxref{OS image format}), which allows the boot 256 @table @dfn 258 We use the term @dfn{must}, when any boot loader or OS image needs to 263 We use the term @dfn{should}, when any boot loader or OS image is 267 We use the term @dfn{may}, when any boot loader or OS image is allowed 277 to be @dfn{Multiboot-compliant}; earlier boot loader stages may be 292 @dfn{must} is Multiboot-compliant. When this specification specifies a [all …]
|
H A D | grub.texi | 145 Briefly, a @dfn{boot loader} is the first software program that runs when 147 control to an operating system @dfn{kernel} software (such as Linux or 153 chain-loading@footnote{@dfn{chain-load} is the mechanism for loading 182 Besides the GRUB boot loader itself, there is a @dfn{grub shell} 215 @dfn{Multiboot Specification}, which is described in @ref{Top, Multiboot 234 @dfn{piggyback} format), all kernels will be started in much the same 246 Support many of the @dfn{a.out} variants plus @dfn{ELF}. Symbol 285 @dfn{BSD FFS}, @dfn{DOS FAT16 and FAT32}, @dfn{Minix fs}, @dfn{Linux 286 ext2fs}, @dfn{ReiserFS}, @dfn{JFS}, @dfn{XFS}, and @dfn{VSTa 321 In traditional disk calls (called @dfn{CHS mode}), there is a geometry [all …]
|
H A D | texinfo.tex | 1730 \let\dfn=\smartslanted 3291 \definedummyword{dfn}%
|
/titanic_50/usr/src/cmd/sgs/gprof/common/ |
H A D | dfn.c | 52 dfn(nltype *parentp) in dfn() function 97 dfn(arcp->arc_childp); in dfn()
|
H A D | gprof.h | 364 void dfn(nltype *);
|
H A D | arcs.c | 626 dfn(parentp); in doarcs()
|
/titanic_50/usr/src/cmd/sgs/gprof/ |
H A D | Makefile.com | 33 COMOBJS= gprof.o arcs.o dfn.o lookup.o calls.o \
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
H A D | ftp.c | 964 int dfn = fileno(dout); in sendrequest() local 976 (void) shutdown(dfn, SHUT_WR); in sendrequest() 978 FD_SET(dfn, &mask); in sendrequest() 980 nfds = MAX(dfn, nfds); in sendrequest()
|