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.pl160 $note = $skip;
162 while ($note) {
199 $note = $note1;
201 while ($note) {
234 $note = $note2;
332 $note = $skip;
334 while ($note) {
345 $note = $note1;
347 while ($note) {
622 $note
[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.txt1156 note=ipc_perm
1162 note=ipc_perm
1169 note=ipc_perm
1176 note=ipc_perm
1183 note=ipc_perm
1192 note=ipc_perm
1202 note=ipc_perm
1530 note=ipc_perm
1536 note=ipc_perm
1543 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{
156 tst sys_select note{ select() requires <sys/select.h> }end link{
171 tst pipe_rw note{ full duplex pipes }end execute{
598 std cleanup note{ stuck with standard _cleanup }end noexecute{
608 std remove note{ stuck with standard remove() }end nostatic{
620 std signal note{ stuck with standard signal }end nolink{
628 std strcoll note{ standard strcoll works }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 Daso48 elif aso note{ <atomic.h> atomic_cas_64 }end link{
77 elif aso note{ <atomic.h> atomic_cas_32 }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{
240 elif aso note{ winix Interlocked }end link{
346 elif aso note{ aix fetch and add }end link{
364 elif aso note{ mips compare and swap }end link{
460 elif aso note{ ia64 asm compare and swap }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-1111 (*note Command-line interface::), or a menu interface (*note Menu
122 OSes (*note Booting::), step by step.
515 (*note setup::):
726 4. Run the command `boot' (*note boot::).
747 `rootnoverify' (*note rootnoverify::):
752 `makeactive'(1) (*note Chain-loading-Footnote-1::) (*note
766 4. Run the command `boot' (*note boot::).
815 3. Run the command `boot' (*note boot::).
888 3. Run `boot' (*note boot::).
917 command `map' (*note map::), like this:
[all …]
H A Dgrub.info112 (*note Command-line interface::), or a menu interface (*note Menu
123 OSes (*note Booting::), step by step.
516 (*note setup::):
726 4. Run the command `boot' (*note boot::).
752 `makeactive'(1) (*note Chain-loading-Footnote-1::) (*note
888 3. Run `boot' (*note boot::).
917 command `map' (*note map::), like this:
1302 server and run `bootp' (*note bootp::), `dhcp' (*note dhcp::) or `rarp'
2852 be useful (*note password::).
3566 `password' (*note password::).
[all …]
H A Dgrub.info-275 preset menu feature is used (*note Preset Menu::).
121 However, note that GRUB assumes that your terminal emulator is
141 (*note terminal::) before anything else at the start-up time.
167 preset menu to execute the command `bootp' (*note bootp::)
203 run the command `password' in your configuration file (*note
573 interface explicitly with the command `hiddenmenu' (*note
916 encrypted with `md5crypt' (*note md5crypt::).
948 host operating system (*note Invoking the grub shell::).
951 `terminal' command is used (*note terminal::).
1143 Use `ifconfig' (*note ifconfig::) instead.
[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