Searched refs:note (Results 1 - 25 of 512) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/head/
H A Dnote.h27 * note.h: interface for annotating source with info for tools
34 * sys/note.h directly and use _NOTE. For consistency, all kernel source
43 #include <sys/note.h>
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dbld_vernote.ksh55 .section ".note"
60 .word .endname - .startname /* note name size */
61 .word 0 /* note desc size */
62 .word 0 /* note type */
85 .section .note
90 .long .endname - .startname /* note name size */
91 .long 0 /* note desc size */
92 .long 0 /* note type */
/illumos-gate/usr/src/cmd/fm/fmadm/common/
H A Dload.c44 note("module '%s' loaded into fault manager\n", argv[1]);
60 note("module '%s' unloaded from fault manager\n", argv[1]);
H A Dreset.c60 note("%s serd engine '%s' has been reset\n", mod, opt_s);
64 note("%s module has been reset\n", mod);
H A Dgc.c48 note("%s module has been garbage-collected\n", mod);
H A Dconfig.c73 note("%s has been rotated out and can now be archived\n", argv[1]);
H A Dfmadm.h42 extern void note(const char *format, ...);
/illumos-gate/usr/src/cmd/backup/include/
H A Dmemutils.h31 #include <note.h>
/illumos-gate/usr/src/cmd/auditrecord/
H A Dmkmsg.pl108 my $note = ${$case}[3];
114 if ($noteAlias{$note}) {
115 addToMsgFile($noteAlias{$note});
117 addToMsgFile($note);
H A Dauditrecord.pl35 $title, $note, $name, $col1, $col2, $col3, $skip);
142 our ($title, $note, $name, $col1, $col2, $col3);
160 $note = $skip;
162 while ($note) {
196 # $note2 is a "note"
199 $note = $note1;
201 while ($note) {
234 $note = $note2;
238 while ($note) {
245 $note
[all...]
/illumos-gate/usr/src/uts/common/io/warlock/
H A Dscsi.c35 #include <sys/note.h>
/illumos-gate/usr/src/uts/common/sys/usb/
H A Dusba.h37 #include <sys/note.h>
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_xboot.h38 #include <sys/note.h>
/illumos-gate/usr/src/uts/common/sys/scsi/impl/
H A Dscsi_reset_notify.h32 #include <sys/note.h>
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfcal.h30 #include <sys/note.h>
/illumos-gate/usr/src/uts/i86xpv/ml/
H A Dxenguest.s42 * A note is a name/value pair that belongs to some class.
57 .section .note
/illumos-gate/usr/src/uts/sun4/conf/
H A Dgenalign.s39 ! this little hack generates a .note section where we tell
42 .section ".note"
/illumos-gate/usr/src/lib/libc/i386/sys/
H A Dgettimeofday.s36 / note that tzp is always ignored
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dwctype.c33 #include <note.h>
/illumos-gate/usr/src/lib/libc/sparc/sys/
H A D_lwp_mutex_unlock.s45 ! else (note that %o0 is still
/illumos-gate/usr/src/uts/common/io/mii/
H A Dmii_intel.c34 #include <sys/note.h>
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/BSM/
H A D_BSMparse.pm111 my $note = '';
176 # type: case, comment, note, format
207 push(@case, [$case, $format, $comment, $note]);
216 $case = $note = $comment = $skip = $callName
247 elsif (/^\s*note\s*=\s*(.*)/i) {
248 $note .= $1;
249 $lastAttr = chkBslash("note", \$1);
253 push(@case, [$case, $format, $comment, $note]);
255 $comment = $note = '';
264 push(@case, [$case, $format, $comment, $note]);
[all...]
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dlpsched.c240 note ("Print services started.\n");
285 note ("Print services stopped.\n");
373 note ("Print services started.\n");
382 note ("\
390 note ("\
396 note ("\
H A Ddowait.c208 note (
226 note (
234 note (
246 note (
268 note (
404 note (
411 note (
/illumos-gate/usr/src/lib/libtnfctl/
H A Dprb_proc_int.h44 #include <note.h>

Completed in 176 milliseconds

1234567891011>>