Searched refs:system (Results 101 - 125 of 128) sorted by relevance

123456

/osnet-11/usr/src/lib/libbootmgmt/common/
H A Dlibbootmgmt.c66 * Return whether we are running on a UEFI system.
68 * We recognize being on a UEFI system if a property named "efi-systab"
71 * No need to check for this on SPARC since we know it is not a UEFI system.
176 "the OBP on this system does not support booting "
194 * elsewhere and is using it to boot the system. For that case,
207 "located. The system cannot boot Solaris from "
240 /* try to mount the file system, since fstyp is not reliable */
368 * Otherwise, we return the required partition info based on system requirement
526 /* check all requirements for a bootable VTOC labeled disk on a UEFI system */
663 * and whether system suppor
[all...]
/osnet-11/usr/src/lib/libc/sparc/crt/
H A D_rtboot.s222 t 0x8 ! call the system call
/osnet-11/usr/src/lib/libnisdb/yptol/
H A Ddit_access.c28 * are the API between the shim and the mapping system.
1281 if (0 > system(cmdbuf)) {
1318 if (0 > system(cmdbuf)) {
H A Dshim_changepasswd.c499 if (0 > system(cmdbuf))
664 * attributes in the DIT via the mapping system.
778 * come from the mapping system it can be assumed to be correctly
1040 * This goes through the mapping system. This is messy because
1041 * them mapping system will build up a password entry from the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/run/
H A Dfresh_perl.t94 system './perl -ne "print if eof" /dev/null' unless $^O eq 'MacOS'
374 # fdopen from a system descriptor to a system descriptor used to close
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/
H A DExacct.xs6 * accounting-related system calls. It also contains commonly-used utility
391 return ("system call failed");
461 RETVAL = "unknown system error";
522 # Write an accounting record into the system accounting file. idtype is
/osnet-11/usr/src/cmd/sendmail/aux/
H A Dvacation.c1090 system(cmd);
1120 system(cmd);
/osnet-11/usr/src/tools/onbld/hgext/
H A Dcdm.py1071 os.system(cmd)
1386 retval = os.system('webrev ' + webrev_args)
/osnet-11/usr/src/cmd/hal/hald/solaris/
H A Dsysevent.c522 ret = system("/usr/bin/pgrep -fx gnome-power-manager");
524 HAL_INFO(("Will go through system poweroff"));
528 * shut down the system.
/osnet-11/usr/src/lib/libast/common/misc/
H A Dmime.c686 if (!system(s))
/osnet-11/usr/src/lib/libsuri/common/
H A Dsuri_aux.c94 ret2 = system(cmd);
/osnet-11/usr/src/lib/brand/shared/zone/
H A Dcommon.ksh194 # this far if the system wasn't ZFS root.
202 # Return success if system is labeled (aka Trusted Extensions).
419 system(cmd);
423 if (system(cmd) != 0) {
441 if (system(cmd) != 0) {
780 # Archives can be made of either a physical host's root file system or a
781 # zone's zonepath. For a physical system, if the archive is made using an
804 # path archives and figure out where in the file system we need to be to
844 # (or at the top level of a full system archive which
1189 system/contrac
[all...]
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_link.c1090 * system in order to disambiguate potential conflicts between files of
1497 if ((status = system(cmd)) == -1) {
1607 if ((status = system(cmd)) == -1) {
H A Ddt_printf.c1598 if (system(dtp->dt_sprintf_buf) == -1)
/osnet-11/usr/src/lib/libpool/common/
H A Dpool_kernel.c922 xmlNodePtr system; local
938 (void) xmlCreateIntSubset(info.ktx_doc, BAD_CAST "system",
955 if ((info.ktx_node = node_create(NULL, BAD_CAST "system")) ==
962 system = info.ktx_node;
1005 if ((info.ktx_node = node_create(system,
1084 if ((info.ktx_node = node_create(system,
1394 * apart from the system elements.
2824 * it has a valid allocated system id. Remove the
/osnet-11/usr/src/lib/fm/libasr/common/
H A Dasr_audit.c895 if ((err = system(asr_buf_data(cmd))) != 0) {
/osnet-11/usr/src/lib/libast/
H A DMakefile.com132 common/comp/system.o \
593 # directory (this matches the way how the original AST build system
/osnet-11/usr/src/lib/libc/i386/
H A DMakefile.com678 system.o \
/osnet-11/usr/src/lib/libc/sparc/
H A DMakefile.com710 system.o \
/osnet-11/usr/src/lib/libc/sparcv9/
H A DMakefile.com659 system.o \
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevfsmap.c1101 if (system(buf) == 0 && (fp = fopen(tmpfile, "r")) != NULL) {
1218 * If the system had the patch installed, the fp.conf file would have
H A Ddevfsinfo.c1209 (void) system(cmd);
/osnet-11/usr/src/lib/libc/amd64/
H A DMakefile638 system.o \
/osnet-11/usr/src/lib/libc/port/
H A Dllib-lc1336 /* system.c */
1337 int system(const char *s);
/osnet-11/usr/src/grub/grub2/
H A Dconfigure2 # Guess values for system-dependent variables and create Makefiles.
374 echo shells that I found on your system. Please install a
437 echo Please tell bug-autoconf@gnu.org about your system,
1977 --sbindir=DIR system admin executables [EPREFIX/sbin]
2612 { $as_echo "$as_me:$LINENO: checking build system type" >&5
2613 $as_echo_n "checking build system type... " >&6; }
2652 { $as_echo "$as_me:$LINENO: checking host system type" >&5
2653 $as_echo_n "checking host system type... " >&6; }
2689 { $as_echo "$as_me:$LINENO: checking target system type" >&5
2690 $as_echo_n "checking target system typ
[all...]

Completed in 127 milliseconds

123456