Home
last modified time | relevance | path

Searched refs:Note (Results 1 – 25 of 182) sorted by relevance

12345678

/titanic_41/usr/src/uts/common/exec/elf/
H A Dold_notes.c70 v[0].p_filesz = (sizeof (Note) * (3 + nlwp)) in setup_old_note_header()
77 v[0].p_filesz += nlwp * sizeof (Note) in setup_old_note_header()
80 v[0].p_filesz += nlwp * sizeof (Note) in setup_old_note_header()
94 v[0].p_filesz += sizeof (Note) + in setup_old_note_header()
H A Delf_notes.c97 v[0].p_filesz = (sizeof (Note) * (9 + 2 * nlwp + nzomb + nfd)) in setup_note_header()
112 v[0].p_filesz += sizeof (Note) + in setup_note_header()
120 v[0].p_filesz += sizeof (Note) + roundup(sizeof (prcred_t) + in setup_note_header()
123 v[0].p_filesz += sizeof (Note) + in setup_note_header()
134 v[0].p_filesz += sizeof (Note) + roundup(size, sizeof (Word)); in setup_note_header()
138 v[0].p_filesz += nlwp * sizeof (Note) in setup_note_header()
152 v[0].p_filesz += sizeof (Note) + in setup_note_header()
161 v[0].p_filesz += nlwp * sizeof (Note) in setup_note_header()
H A Delf_impl.h72 } Note; typedef
/titanic_41/usr/src/cmd/Adm/sun/
H A DREADME47 Note: Source Compatibility Package Component
51 Note: Solaris Modular Debugger Guide describes how to
64 Note: These are documented on the machid(1) manual
69 Note: /usr/lib/libkvm.a is no longer a component
/titanic_41/usr/src/cmd/sgs/elfedit/modules/common/
H A Dehdr.msg190 # Note: EI_VERSION uses the same string as E_VERSION, above
227 Note: Changing the type code of an object does not change the\n\
241 Note: Changing the architecture code of an object does not change the\n\
254 Note: The e_ident[EI_VERSION] element of the ELF header\n\
271 Note: The entry point of an object is highly system\n\
286 Note: Changing the e_phoff field of an object does not change\n\
302 Note: Changing the e_shoff field of an object does not change\n\
329 Note: Changing the e_flags field of an object does not change\n\
343 Note: Changing the e_ehsize field of the ELF header does not\n\
357 Note: Changing the e_phentsize field of the ELF header does\n\
[all …]
/titanic_41/usr/src/cmd/cmd-inet/etc/dhcp/
H A Dinittab629 # Please consult dhcp_inittab(4) for further information. Note that
32 # Note: options 10 and 35 are not assigned.
/titanic_41/usr/src/cmd/sendmail/libmilter/
H A DREADME16 Note: if you want to write a milter in Java, then see
23 Note: we strongly recommend not to run any milter as root. Libmilter
41 Note that since filters use threads, it may be necessary to alter per
89 Note the separator between each is a ';' as a ',' already separates equates
98 InputMailFilters option. Note: if InputMailFilters is not defined no filters
/titanic_41/usr/src/grub/grub-0.97/docs/
H A Dgrub.info159 sources available via anonymous CVS. *Note Obtaining and Building
169 "Multiboot Specification", which is described in *Note Multiboot
211 provided in *Note Configuration::.
235 ext2fs", "ReiserFS", "JFS", "XFS", and "VSTa fs". *Note
366 drive. Note that the partition numbers for extended partitions are
391 Note that GRUB does _not_ distinguish IDE from SCSI - it simply
403 partition of the first hard disk drive. Note that the argument
497 reboot your computer with it. Otherwise, see *Note Installing GRUB
532 GRUB floppy. See the chapter *Note Booting:: to find out how to boot
538 (1) Note that GRUB's root device doesn't necessarily mean your OS's
[all …]
H A Dgrub.info-1158 sources available via anonymous CVS. *Note Obtaining and Building
168 "Multiboot Specification", which is described in *Note Multiboot
210 provided in *Note Configuration::.
234 ext2fs", "ReiserFS", "JFS", "XFS", and "VSTa fs". *Note
365 drive. Note that the partition numbers for extended partitions are
390 Note that GRUB does _not_ distinguish IDE from SCSI - it simply
402 partition of the first hard disk drive. Note that the argument
496 reboot your computer with it. Otherwise, see *Note Installing GRUB
531 GRUB floppy. See the chapter *Note Booting:: to find out how to boot
537 (1) Note that GRUB's root device doesn't necessarily mean your OS's
[all …]
H A Dgrub.info-272 Note that you should specify the drive name `(nd)' in the name of
113 many other options, so please refer to *Note serial::, for more details.
149 2. GRUB checks if the configuration file is available. Note that this
263 network boot images. Here is a short overview of them. *Note
375 network. *Note Network::, for more information.
377 If you boot GRUB from a CD-ROM, `(cd)' is available. *Note Making a
503 disks, partitions, and file names depending on the context. Note that
506 Note that you cannot use the completion functionality in the TFTP
650 *Note savedefault::, for more information.
677 See also *Note Hidden menu interface::.
[all …]
H A Dgrub.info-3106 the I/O ports on the screen. For technical information, *Note
152 See also *Note Security::.
179 second hard disk. See also *Note DOS/Windows::.
190 password::). See also *Note Security::.
204 loading any module. See also *Note modulenounzip::.
223 Print the MESSAGE, then wait until a key is pressed. Note that
275 See also *Note rootnoverify::.
287 is still desired. Note that the items mentioned in `root' above
322 See also *Note default:: and *Note Invoking grub-set-default::.
346 `install' if specified. *Note install::, for more information.
[all …]
/titanic_41/usr/src/cmd/nsadmin/
H A Dsystem62 * even if referenced. Note that `exclude' accepts either a module name,
74 * the root filesystem) rather than at first reference. Note that
/titanic_41/usr/src/lib/libsqlite/test/
H A Dlastinsert.test16 # Note 1: insert into table is now the only statement which changes LIRID
17 # Note 2: upon entry into before or instead of triggers,
19 # Note 3: LIRID is changed within the context of a trigger,
21 # Note 4: LIRID is not changed by an insert into a view (since everything
H A Dlaststmtchanges.test16 # Note 1: LSCC remains constant within a statement and only updates once
18 # Note 2: LSCC is changed within the context of a trigger
21 # Note 3: LSCC is not changed by a change to a view (since everything
/titanic_41/usr/src/cmd/dtrace/test/tst/common/privs/
H A Dtst.fds.ksh36 * Note that we are explicitly not looking at fi_mount -- it (by design) does
/titanic_41/usr/src/lib/libsqlite/tool/
H A Dreport1.txt59 backend for sqlite 2.0. Note in particular that 99% of all
/titanic_41/usr/src/cmd/syslogd/
H A DREADME27 Note: These sources should be kept as backwards portable as possible on
/titanic_41/usr/src/cmd/sendmail/cf/feature/
H A Dcompat_check.m422 # (we use <@> as the separator. Note this in the map too!)
/titanic_41/usr/src/lib/libbc/libc/sys/common/sparc/
H A Dcerror.s25 ! Note this routine used to be called cerror, the
/titanic_41/usr/src/common/bignum/i386/
H A Dcap_mapfile28 # Note that this overrides all HWCAP tags not just SSE2/MMX.
/titanic_41/usr/src/test/libc-tests/cfg/symbols/
H A Dpthread_h.cfg19 # Note that this header is not defined prior to the POSIX 1995 & SUSv2
/titanic_41/usr/src/cmd/cmd-inet/etc/secret/
H A Dipseckeys.sample29 # Note that naming services might not be available when this file
/titanic_41/usr/src/uts/common/avs/ns/sdbc/
H A DCACHE_SPEC.txt178 Note: on error, the handle is not active,
190 Note: _SD_RDBUF will issue the read if necessary.
196 Note: flag == (_SD_RDBUF|_SD_WRTHRU|_SD_NOCACHE) will
308 Note: if devices is already open, it returns the same cache descriptor.
315 Note: intended to be called when terminating the cache; and not during
/titanic_41/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A DREADME91 DHCP agent implementation. Note that there is of course much more
185 file descriptor associated with the interface. Note however, that
196 Note that there is nothing that guarantees the pointer passed into
210 and receiving an ACK, assuming everything goes well. Note however
241 packets that must be done without interruption. Note that not all
267 the lease before it expires. Note that user-initiated actions always
275 transactions have a valid `ipc_action' object. Note that since there
302 dhcp_pkt_t initialized suitably for transmission. Note that currently
388 in seconds, and is really no more than (hrtime_t / NANOSEC). Note
407 Note that it appears like a more intelligent approach would be to
/titanic_41/usr/src/cmd/ssh/etc/
H A Dsshd_config67 # Note that the client may also be sending keep alive messages to the server.
114 # Note that sshd uses pam_authenticate(3PAM) so the root (or any other) user

12345678