Searched refs:system (Results 26 - 50 of 128) sorted by relevance

123456

/osnet-11/usr/src/cmd/hal/tools/
H A DMakefile37 SCRIPT_LIB = hal-system-lcd-set-brightness hal-system-lcd-get-brightness \
38 hal-system-power-hibernate hal-system-power-suspend \
39 hal-system-power-reboot hal-system-power-shutdown hal-functions
/osnet-11/usr/src/cmd/perl/5.8.4/utils/port/
H A DInstallPerl145 system('make realclean') if (-f 'Makefile');
189 system <<"EOF";
219 system <<"EOF" || die("Build failed\n");
227 system <<"EOF" || die("Build failed\n");
239 system <<"EOF";
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/t/
H A DRandTest168 if (system("cmp -s /tmp/wr1.$$ /tmp/wr2.$$") != 0) {
188 if (system("cmp -s /tmp/wr1.$$ /tmp/wr2.$$") != 0) {
209 if (system("cmp -s /tmp/wr1.$$ /tmp/wr2.$$") != 0) {
215 my $s = system ("./randtest 1000 $sz /tmp/wr.$$") >> 8;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/examples/
H A Ddiff_upload.cgi42 system "$DIFF $options $realfile1 $realfile2 | $PERL -pe 's/>/&gt;/g; s/</&lt;/g;'";
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A DEmbed.t99 system("cp ../cygperl$v_e_r_s.dll ./"); # for test 1
113 $libperl_copied = 1 unless system($lncmd);
128 $status = system(join(' ',@cmd2));
135 $status = system($embed_test);
136 print (($status? 'not ':'')."ok 9 # system returned $status\n");
H A D00setup_dummy.t31 system '@bfdtesttmp.com';
/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_nb_lib.h112 char *system, char *workgroup);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/DProf/t/
H A DDProf.t71 system $command;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/t/
H A Dio_pipe.t51 system "$^X -I../lib -MOpcode -e 'defined fork or die' > /dev/null 2>&1") {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/t/
H A Drel2abs2rel.t44 system($perl, "rel2abs2rel$$.pl");
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Simple/t/
H A Dexit.t81 # VMS can't use its own $^X in a system call until almost 5.8
90 my $wait_stat = system(qq{$Perl -"I../blib/lib" -"I../lib" -"I../t/lib" $file});
/osnet-11/usr/src/lib/libbsm/common/
H A Daudit_halt.c98 if (cond == AUC_AUDITING && system("/usr/sbin/audit -T"))
/osnet-11/usr/src/lib/nsswitch/
H A DMakefile31 MANIFESTDIR= $(ROOT)/lib/svc/manifest/system/name-service
/osnet-11/usr/src/lib/libzonestat/common/
H A Dlibzonestat.c951 * to link/system total. We may be under reporting
1836 struct zs_system *system = usage->zsu_system; local
1838 return (zs_uint64_used_pct(system->zss_ram_total,
1839 (system->zss_ram_kern + system->zss_ram_zones), B_TRUE));
1865 struct zs_system *system = usage->zsu_system; local
1867 return (zs_uint64_used_pct(system->zss_ram_total,
1868 system->zss_ram_kern, B_TRUE));
1880 struct zs_system *system = usage->zsu_system; local
1882 return (zs_uint64_used_pct(system
1895 struct zs_system *system = zone->zsz_system; local
1937 struct zs_system *system = usage->zsu_system; local
1959 struct zs_system *system = usage->zsu_system; local
1974 struct zs_system *system = usage->zsu_system; local
1989 struct zs_system *system = zone->zsz_system; local
2032 struct zs_system *system = usage->zsu_system; local
2054 struct zs_system *system = usage->zsu_system; local
2069 struct zs_system *system = usage->zsu_system; local
2084 struct zs_system *system = zone->zsz_system; local
2263 struct zs_system *system = usage->zsu_system; local
2272 struct zs_system *system = usage->zsu_system; local
2281 struct zs_system *system = usage->zsu_system; local
2290 struct zs_system *system = usage->zsu_system; local
2299 struct zs_system *system = usage->zsu_system; local
2308 struct zs_system *system = usage->zsu_system; local
2317 struct zs_system *system = usage->zsu_system; local
2326 struct zs_system *system = usage->zsu_system; local
2383 struct zs_system *system = zone->zsz_system; local
2392 struct zs_system *system = zone->zsz_system; local
2401 struct zs_system *system = zone->zsz_system; local
2410 struct zs_system *system = zone->zsz_system; local
2419 struct zs_system *system = zone->zsz_system; local
2428 struct zs_system *system = zone->zsz_system; local
2437 struct zs_system *system = zone->zsz_system; local
2446 struct zs_system *system = zone->zsz_system; local
[all...]
/osnet-11/usr/src/lib/libc/port/gen/
H A Derrlist44 4 Interrupted system call
70 30 Read-only file system
124 86 Attempting to link in more shared libraries than system limit
/osnet-11/usr/src/lib/libparted/common/libparted/labels/
H A Dpc98.c52 * 21H..2FH : DOS(system#1 .. system#15)
57 * # PC-UX uses this flag to make a distinction between its file system
120 int system; member in struct:__anon2268
368 pc98_data->system = (raw_part->mid << 8) | raw_part->sid;
435 raw_part->mid = (pc98_data->system >> 8) & 0xFF;
436 raw_part->sid = pc98_data->system & 0xFF;
600 pc98_data->system = 0x2062;
604 pc98_data->system = 0x2021;
606 pc98_data->system
[all...]
/osnet-11/usr/src/lib/cfgadm_plugins/fp/
H A DMakefile.com59 ROOTMANIFESTDIR= $(ROOT)/lib/svc/manifest/system/device
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Include/
H A Dtest.ksh63 system("TZ=GMT date '+%%H:%%M:%%S'");
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Safe/t/
H A Dsafe2.t40 $cpt->reval(q{ system("echo not ok 1"); });
41 if ($@ =~ /^'?system'? trapped by operation mask/) {
/osnet-11/usr/src/lib/libc/amd64/sys/
H A Duadmin.c121 char *fmri = "svc:/system/boot-config:default";
147 (void) system("/usr/sbin/bootadm update-archive");
207 /* avoid cancellation in system() */
251 (void) system(cmdbuf);
/osnet-11/usr/src/lib/libc/i386/sys/
H A Duadmin.c120 char *fmri = "svc:/system/boot-config:default";
146 (void) system("/usr/sbin/bootadm update-archive");
207 /* avoid cancellation in system() */
251 (void) system(cmdbuf);
/osnet-11/usr/src/lib/brand/solaris/zone/
H A Dclone.ksh27 m_usage=$(gettext "clone [-c profile.xml | dir] {sourcezone}\n\tThe -c option gives a profile or a directory of profiles to be applied to the system after clone.")
128 labeled_reconfigure system --destructive || fatal "$e_badmount"
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dshcmd.h88 # define sh_system(c,str) ((c)?(*sh_context(c)->shtrap)(str,0):system(str))
/osnet-11/usr/src/lib/libast/common/include/
H A Dshcmd.h79 # define sh_system(c,str) ((c)?(*sh_context(c)->shtrap)(str,0):system(str))
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dshcmd.h88 # define sh_system(c,str) ((c)?(*sh_context(c)->shtrap)(str,0):system(str))

Completed in 1580 milliseconds

123456