Home
last modified time | relevance | path

Searched refs:note (Results 1 – 25 of 190) sorted by relevance

12345678

/illumos-gate/usr/src/cmd/auditrecord/
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) {
199 $note = $note1;
201 while ($note) {
234 $note = $note2;
238 while ($note) {
245 $note = gettext('No format information available');
280 our ($title, $name, $note, $col1, $col2, $col3);
[all …]
H A Dmkmsg.pl108 my $note = ${$case}[3];
114 if ($noteAlias{$note}) {
115 addToMsgFile($noteAlias{$note});
117 addToMsgFile($note);
H A Daudit_record_attr.txt75 # note names -- certain notes show up repeatedly; collected here
78 # note names (message=) can be defined as a multi line, each line except the
128 # note <= unlimited; if necessary, text continues on a new line
879 note=Flags are included only when cmd is F_SETFL.
887 note=The forkall(2) return values are undefined because the audit record
888 note=is produced at the point that the child process is spawned.
894 note=The fork1(2) return values are undefined because the audit record
895 note=is produced at the point that the child process is spawned.
1156 note=ipc_perm
1162 note=ipc_perm
[all …]
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dbld_vernote.ksh60 .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/contrib/ast/src/lib/libast/features/
H A Derrno1 tst dat_sys_nerr note{ sys_nerr in default libs }end compile{
9 tst def_errno_sys_nerr note{ sys_nerr declared in errno.h }end compile{
17 tst dat_sys_errlist note{ sys_errlist in default libs }end compile{
25 tst def_errno_sys_errlist note{ sys_errlist declared in errno.h }end compile{
H A Dstandards2 if tst note{ _ALL_SOURCE & _POSIX_SOURCE & _POSIX_C_SOURCE & _XOPEN_SOURCE & __EXTENSIONS__ works }…
33 elif tst note{ _ALL_SOURCE & _POSIX_SOURCE & _XOPEN_SOURCE & __EXTENSIONS__ works }end compile{
60 elif tst note{ _POSIX_SOURCE & _POSIX_C_SOURCE & _XOPEN_SOURCE & __EXTENSIONS__ works }end compile{
87 elif tst note{ _POSIX_SOURCE & _XOPEN_SOURCE & __EXTENSIONS__ works }end compile{
106 elif tst note{ _XOPEN_SOURCE & __EXTENSIONS__ works }end compile{
121 elif tst note{ _XOPEN_SOURCE works }end compile{
132 else tst note{ __EXTENSIONS__ works }end compile{
143 if tst -D_ISOC99_SOURCE -lm note{ _ISOC99_SOURCE plays nice }end link{
H A Dlib7 hdr wchar note{ <wchar.h> and isw*() really work }end execute{
59 tst tst_errno note{ errno can be assigned }end link{
75 tst lib_poll_fd_1 note{ fd is first arg to poll() }end execute{
95 tst lib_poll_fd_2 note{ fd is second arg to poll() }end execute{
118 tst lib_poll_notimer note{ poll with no fds ignores timeout }end execute{
139 tst lib_select sys/select.h note{ select() has standard 5 arg interface }end link{
156 tst sys_select note{ select() requires <sys/select.h> }end link{
171 tst pipe_rw note{ full duplex pipes }end execute{
200 tst lib_vfork unistd.h stdlib.h vfork.h note{ vfork exists and it works }end execute{
228 tst real_vfork note{ vfork child shares data with parent }end execute{
[all …]
H A Dsfio7 tst - note{ number of bits in pointer }end output{
17 tst tmp_rmfail note{ open files cannot be removed }end execute{
74 more void_int note{ voidptr is larger than int }end execute{
82 more long_int note{ long is larger than int }end execute{
90 tst vax_asm note{ register layout ok for vax string operations }end execute{
112 tst lib_cvt note{ native floating point conversions ok }end link{
128 tst xopen_stdio note{ Stdio fseek/fflush are X/Open-compliant }end execute{
H A Dvmalloc19 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{
155 tst malloc_hook note{ gnu malloc hooks work }end execute{
H A Dfs142 ary f_reserved7 sys/types.h sys/statvfs.h note{ statvfs.f_reserved7 can double for statvfs.f_basety…
158 lib getmntinfo_statvfs note{ getmntinfo uses statvfs -- since when? }end compile{
169 lib getfsstat_statvfs note{ getfsstat uses statvfs -- just in case it is confused like getmntinfo }…
229 str st_fstype sys/types.h sys/stat.h note{ stat.st_fstype is a string }end compile{
233 int st_fstype sys/types.h sys/stat.h note{ stat.st_fstype is an int }end compile{
237 int st_spare1 sys/types.h sys/stat.h note{ stat.st_spare1 is an int }end compile{
241 ary st_spare4 sys/types.h sys/stat.h note{ stat.st_spare4 is an array }end compile{
245 ary st_extra sys/types.h sys/stat.h note{ stat.st_extra is an array }end compile{
249 ary st_pad4 sys/types.h sys/stat.h note{ stat.st_pad4 is an array }end compile{
H A Daso3 if aso note{ gcc 4.1+ 64 bit memory atomic operations model }end link{
29 elif aso note{ gcc 4.1+ 32 bit memory atomic operations model }end link{
48 elif aso note{ <atomic.h> atomic_cas_64 }end link{
77 elif aso note{ <atomic.h> atomic_cas_32 }end link{
98 elif aso -latomic note{ <atomic.h> atomic_cas_64 with -latomic }end link{
128 elif aso note{ <atomic.h> atomic_cas_32 with -latomic }end link{
150 elif aso note{ <atomic.h> cas64 }end link{
179 elif aso note{ <atomic.h> just cas64 }end link{
202 elif aso note{ <atomic.h> cas32 }end link{
223 elif aso note{ <atomic.h> just cas32 }end link{
[all …]
H A Dtmlib3 _cc_export_dynamic = note{ probe CC.EXPORT.DYNAMIC supported }end run{
9 tst tzset_environ note{ tzset() bypasses user getenv() }end execute{
H A Dasometh3 aso fcntl note{ fcntl(F_SETLCK[W]) work }end link{
20 aso semaphore note{ semget semop semctl work }end link{
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/BSM/
H A D_BSMparse.pm111 my $note = '';
207 push(@case, [$case, $format, $comment, $note]);
216 $case = $note = $comment = $skip = $callName
247 elsif (/^\s*note\s*=\s*(.*)/i) {
248 $note .= $1;
253 push(@case, [$case, $format, $comment, $note]);
255 $comment = $note = '';
264 push(@case, [$case, $format, $comment, $note]);
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dlpsched.c238 note ("Print services started.\n"); in startup()
283 note ("Print services stopped.\n"); in lpshut()
371 note ("Print services started.\n"); in background()
380 note ("\ in usage()
388 note ("\ in usage()
394 note ("\ in usage()
H A Ddowait.c206 note ( in dowait()
224 note ( in dowait()
232 note ( in dowait()
244 note ( in dowait()
266 note ( in dowait()
402 note ( in dowait()
409 note ( in dowait()
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dgrub.info-198 systems with chain-loading(1) (*note Overview-Footnote-1::). GRUB is
111 (*note Command-line interface::), or a menu interface (*note Menu
115 based on a configuration file which you prepare beforehand (*note
120 partition, and a file name (*note Naming convention::) to GRUB, how to
121 install GRUB on your drive (*note Installation::), and how to boot your
122 OSes (*note Booting::), step by step.
125 (*note Invoking the grub shell::) which can be run when you are in your
145 (*note Multiboot Specification: (multiboot)Top.), because they were
189 features (note that the Multiboot Specification doesn't require all the
208 list of commands (*note Commands::) are a superset of those
[all …]
H A Dgrub.info99 systems with chain-loading(1) (*note Overview-Footnote-1::). GRUB is
112 (*note Command-line interface::), or a menu interface (*note Menu
116 based on a configuration file which you prepare beforehand (*note
121 partition, and a file name (*note Naming convention::) to GRUB, how to
122 install GRUB on your drive (*note Installation::), and how to boot your
123 OSes (*note Booting::), step by step.
126 (*note Invoking the grub shell::) which can be run when you are in your
146 (*note Multiboot Specification: (multiboot)Top.), because they were
190 features (note that the Multiboot Specification doesn't require all the
209 list of commands (*note Commands::) are a superset of those
[all …]
H A Dgrub.info-246 GRUB provides two second stage images, `nbgrub' and `pxegrub' (*note
75 preset menu feature is used (*note Preset Menu::).
115 The command `terminal' (*note terminal::) chooses which type of
121 However, note that GRUB assumes that your terminal emulator is
140 is good to run the commands `serial' (*note serial::) and `terminal'
141 (*note terminal::) before anything else at the start-up time.
162 The file has the same semantics as normal configuration files (*note
166 (*note Diskless::) diverts the preset menu. Diskless images embed a
167 preset menu to execute the command `bootp' (*note bootp::)
197 command `cat' (*note cat::). So it is necessary to disable all the
[all …]
/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_isr.c812 boolean_t note; in hci1394_isoch_cycle_inconsistent() local
866 note = B_FALSE; in hci1394_isoch_cycle_inconsistent()
871 note = B_TRUE; in hci1394_isoch_cycle_inconsistent()
879 if (note == B_TRUE) { in hci1394_isoch_cycle_inconsistent()
897 boolean_t note; in hci1394_isoch_cycle_lost() local
951 note = B_FALSE; in hci1394_isoch_cycle_lost()
956 note = B_TRUE; in hci1394_isoch_cycle_lost()
964 if (note == B_TRUE) { in hci1394_isoch_cycle_lost()
/illumos-gate/usr/src/cmd/fm/fmadm/common/
H A Dload.c42 note("module '%s' loaded into fault manager\n", argv[1]); in cmd_load()
58 note("module '%s' unloaded from fault manager\n", argv[1]); in cmd_unload()
H A Dreset.c58 note("%s serd engine '%s' has been reset\n", mod, opt_s); in cmd_reset()
62 note("%s module has been reset\n", mod); in cmd_reset()
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/features/
H A Dsymlink1 lib lchmod note{ lchmod implemented }end execute{
13 lib lchown note{ lchown implemented }end execute{
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Drt.sh87 typeset label note
112 then note=" $bad"
114 then note=$bad
116 printf $'%s%5d %s%s\n' "$prefix" "$e" "$label" "$note"
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/features/
H A Dtime4 tst lib_2_timeofday note{ 2 arg gettimeofday() }end link{
14 tst lib_1_timeofday note{ 1 arg gettimeofday() }end link{

12345678