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

1234

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/
H A Dfilter-util.pl33 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";
/osnet-11/usr/src/grub/grub2/grub-core/commands/i386/pc/
H A Dplay.c109 struct note struct
150 play (unsigned tempo, struct note *note) argument
154 if (note->pitch == T_FINE || grub_checkkey () >= 0)
157 grub_dprintf ("play", "pitch = %d, duration = %d\n", note->pitch,
158 note->duration);
160 switch (note->pitch)
167 beep_on (note->pitch);
171 to = grub_get_rtc () + BASE_TEMPO * note->duration / tempo;
188 struct note bu
223 struct note note; local
[all...]
/osnet-11/usr/src/lib/libc/sparc/sys/
H A D_lwp_mutex_unlock.s45 ! else (note that %o0 is still
/osnet-11/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...]
/osnet-11/usr/src/lib/libc/i386/sys/
H A Dgettimeofday.s35 / note that tzp is always ignored
/osnet-11/usr/src/grub/grub2/grub-core/
H A Dgenmod.sh.in63 -R .note -R .comment $tmpfile || exit 1
/osnet-11/usr/src/lib/libc/inc/
H A Dpriv_private.h34 #include <note.h>
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkimage.c701 struct image_target_desc *image_target, int note,
1486 if (note)
1583 if (note)
1586 struct grub_ieee1275_note *note = (struct grub_ieee1275_note *) local
1591 note->header.namesz = grub_host_to_target32 (sizeof (GRUB_IEEE1275_NOTE_NAME));
1592 note->header.descsz = grub_host_to_target32 (note_size);
1593 note->header.type = grub_host_to_target32 (GRUB_IEEE1275_NOTE_TYPE);
1594 strcpy (note->header.name, GRUB_IEEE1275_NOTE_NAME);
1595 note->descriptor.real_mode = grub_host_to_target32 (0xffffffff);
1596 note
699 generate_image(const char *dir, char *prefix, FILE *out, char *mods[], char *memdisk_path, char *config_path, struct image_target_desc *image_target, int note, grub_compression_t comp) argument
1713 int note = 0, err; local
[all...]
/osnet-11/usr/src/lib/libbsm/common/
H A Daudit_kadmind.c43 #include <note.h>
/osnet-11/usr/src/lib/pyzfs/common/
H A Dallow.py101 # note: these are set operations
260 for (name, note) in sorted(perms_subcmd.iteritems()):
261 print(fmt % (name, _("subcommand"), note))
263 for (name, note) in sorted(perms_other.iteritems()):
264 print(fmt % (name, _("other"), note))
/osnet-11/usr/src/lib/libbsm/
H A Dauditxml.pm261 my @note = ();
285 'note' => \@note,
358 return shift->{'note'};
512 my @kid = $obj->getKids(); # kids of note_list are note
516 if ($class eq 'note') {
524 print STDERR "missing id for $class <note>\n";
779 next unless ($class =~ /title|program|see|note/);
784 } elsif ($class eq 'note') {
/osnet-11/usr/src/lib/libilb/common/
H A Dlibilb_impl.h35 #include <sys/note.h>
/osnet-11/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Dcred.c26 #include <sys/note.h>
H A DMICwrap.c28 #include <sys/note.h>
H A Dcontext.c25 #include <sys/note.h>
H A Dseq.c29 #include <sys/note.h>
/osnet-11/usr/src/lib/libadutils/common/
H A Dadutils_threadfuncs.c35 #include <note.h>
/osnet-11/usr/src/lib/pam_modules/user_policy/
H A Duser_policy.c30 #include <note.h>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DSelect.pm102 Please note that each regular expression given is implicitly
213 (note that this will I<not> work correctly if such sections
226 until the end of the itemized list (note that this will I<not> work as
527 The following functions are exported by this module. Please note that
655 This function (note it is a function and I<not> a method) takes a
713 heading level (note that the first heading level title is at index 0).
/osnet-11/usr/src/lib/libndr/common/
H A Dndr_ops.c485 ndo_fmt(ndr_stream_t *nds, ndr_ref_t *ref, char *note) argument
525 20 - indent, ref_name, note);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DWrap.pm148 all subsequent lines (C<$subsequent_tab>) independently. Please note:
179 Beginner note: In example 2, above C<$columns> is imported into
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Time/
H A DLocal.pm223 (but see note below regarding date range).
239 Please note, however, that the range of dates that can be actually be handled
/osnet-11/usr/src/lib/libntsvcs/common/
H A Dsamlib.c38 #include <note.h>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Devel/
H A DSelfStubber.pm136 initialization (though note that the SelfLoader::load_stubs method
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dautouse.pm145 very unfortunate for functions which are not always called (note that

Completed in 79 milliseconds

1234