HomeSort by relevance Sort by last modified time
    Searched refs:note (Results 1 - 25 of 487) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/lib/
filter-util.pl 33 my($number, $result, $note) = @_ ;
35 $note = "" if ! defined $note ;
36 if ($note) {
37 $note = "# $note" if $note !~ /^\s*#/ ;
38 $note =~ s/^\s*/ / ;
42 print "ok ${number}${note}\n";
  /onnv/onnv-gate/usr/src/head/
note.h 27 * note.h: interface for annotating source with info for tools
29 * NOTE is the default interface, but if the identifier NOTE is in use for
32 * files should *not* use NOTE, since the name may already be in use in
34 * sys/note.h directly and use _NOTE. For consistency, all kernel source
43 #include <sys/note.h>
49 #define NOTE _NOTE
  /onnv/onnv-gate/usr/src/psm/stand/boot/sparc/common/
mapfile 34 note = NOTE;
35 note : $NOTE;
  /onnv/onnv-gate/usr/src/psm/stand/bootlst/sparc/
mapfile 39 note = NOTE;
40 note : $NOTE;
  /onnv/onnv-gate/usr/src/psm/stand/cpr/sparcv9/sun4u/
mapfile 34 note = NOTE;
35 note : $NOTE;
  /onnv/onnv-gate/usr/src/cmd/sgs/libconv/common/
bld_vernote.ksh 56 .section ".note"
61 .word .endname - .startname /* note name size */
62 .word 0 /* note desc size */
63 .word 0 /* note type */
86 .section .note
91 .long .endname - .startname /* note name size */
92 .long 0 /* note desc size */
93 .long 0 /* note type */
  /onnv/onnv-gate/usr/src/uts/i86pc/conf/
Mapfile 47 note = NOTE;
48 note : $NOTE;
Mapfile.amd64 47 note = NOTE;
48 note : $NOTE;
  /onnv/onnv-gate/usr/src/uts/i86xpv/conf/
Mapfile 54 note = NOTE;
55 note : $NOTE;
Mapfile.amd64 51 note = NOTE;
52 note : $NOTE;
  /onnv/onnv-gate/usr/src/cmd/fm/fmadm/common/
load.c 44 note("module '%s' loaded into fault manager\n", argv[1]);
60 note("module '%s' unloaded from fault manager\n", argv[1]);
reset.c 60 note("%s serd engine '%s' has been reset\n", mod, opt_s);
64 note("%s module has been reset\n", mod);
gc.c 48 note("%s module has been garbage-collected\n", mod);
config.c 73 note("%s has been rotated out and can now be archived\n", argv[1]);
fmadm.h 42 extern void note(const char *format, ...);
  /onnv/onnv-gate/usr/src/cmd/backup/include/
memutils.h 31 #include <note.h>
47 NOTE(ALIGNMENT(xmalloc, 8))
48 NOTE(ALIGNMENT(xcalloc, 8))
49 NOTE(ALIGNMENT(xrealloc, 8))
  /onnv/onnv-gate/usr/src/uts/sun4/conf/
Mapfile 55 note = NOTE;
56 note : $NOTE;
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/ui/
ProgressManager.java 50 public ProgressManager(Component comp, Object msg, String note, int min,
54 monitor = new ProgressMonitor(comp, msg, note, min, max);
  /onnv/onnv-gate/usr/src/uts/common/io/warlock/
scsi.c 35 #include <sys/note.h>
  /onnv/onnv-gate/usr/src/lib/libast/common/features/
vmalloc 19 tst mem_sbrk note{ brk()/sbrk() work as expected }end execute{
47 tst map_malloc note{ map malloc to _ast_malloc }end noexecute{
93 tst map_malloc note{ map malloc to _ast_malloc -- wimp-o mach? }end noexecute{
108 lib alloca note{ alloca exists }end link{
118 tst mal_alloca note{ alloca is based on malloc() }end execute{
140 tst stk_down note{ stack grows downward }end execute{
  /onnv/onnv-gate/usr/src/cmd/auditrecord/
auditrecord.pl 35 $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 = gettext('No format information available')
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/brand/lx/sys/
lx_pid.h 31 #include <sys/note.h>
  /onnv/onnv-gate/usr/src/uts/common/sys/fibre-channel/impl/
fcal.h 30 #include <sys/note.h>
65 * Note that my_alpa field is of 16 bit size. The lowest significant
  /onnv/onnv-gate/usr/src/uts/common/sys/scsi/impl/
scsi_reset_notify.h 32 #include <sys/note.h>
  /onnv/onnv-gate/usr/src/uts/common/sys/usb/
usba.h 37 #include <sys/note.h>

Completed in 4520 milliseconds

1 2 3 4 5 6 7 8 91011>>