Searched defs:system (Results 1 - 19 of 19) sorted by relevance

/osnet-11/usr/src/lib/libast/common/comp/
H A Dsystem.c24 * ast library system(3)
27 #define system ______system macro
34 #undef system macro
44 system(const char* cmd) function
/osnet-11/usr/src/lib/libc/port/stdio/
H A Dsystem.c52 static uint_t sys_count = 0; /* number of threads in system() */
88 * It would be better if there were a system call to disinherit
104 if (--sys_count == 0) { /* leaving system() */
106 * There are no remaining threads in system(), so
118 system(const char *cmd) function
166 * This is in order to satisfy the Posix requirement on system():
167 * The system function shall behave as if a child process were
171 * is created, the return value from system() shall be as if
184 * The POSIX spec for system() requires us to block SIGCHLD,
206 * to be ignored for the duration of the system() operatio
[all...]
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsls.c115 int system; member in struct:options
173 " -s, --system Display system files\n"
207 { "system", no_argument, NULL, 's' },
276 opts.system++;
296 if (!opts.system)
512 if ((MREF(mref) < FILE_first_user) && (!opts.system))
/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_nbns_rq.c268 * NB: system, workgroup are both NB_NAMELEN
272 struct in_addr *targethost, char *system, char *workgroup)
357 (void) strlcpy(system, nrp->ns_name,
363 (void) strlcpy(system, retname, NB_NAMELEN);
271 smbfs_nbns_getnodestatus(struct nb_ctx *ctx, struct in_addr *targethost, char *system, char *workgroup) argument
/osnet-11/usr/src/lib/libnsl/dial/
H A Dconn.c72 * conn - place a telephone call to system and login, etc.
82 conn(char *system) argument
87 CDEBUG(4, "conn(%s)\n", system);
89 while ((nf = finds(system, flds, F_MAX)) > 0) {
264 * finds - set system attribute vector
268 * sysnam - system name to find
916 /* This version uses the select system call */
/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...]
H A Ddos.c163 unsigned char system; member in struct:__anon2266
841 dos_data->system = raw_part->type;
1037 raw_part->type = dos_data->system;
1246 dos_data->system = PARTITION_LINUX;
1281 new_dos_data->system = old_dos_data->system;
1339 dos_data->system = PARTITION_EXT_LBA;
1341 dos_data->system = PARTITION_DOS_EXT;
1346 /* Don't change the system if it already is a diag type,
1348 if (dos_data->system !
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dperl5db.pl1582 # Two debuggers running (probably a system or a backtick that invokes
3014 =head4 C<$sh$sh> - C<system()> command
3016 Calls the C<DB::system()> to handle the command. This keeps the C<STDIN> and
3025 &system($1);
3064 Uses C<DB::system> to invoke a shell.
3072 &system($ENV{SHELL} || "/bin/sh");
3079 C<DB::system> to avoid problems with C<STDIN> and C<STDOUT>.
3086 #&system($1); # use this instead
3089 &system($ENV{SHELL} || "/bin/sh", "-c", $1);
5656 =head2 C<DB::system()>
5668 sub system { subroutine
[all...]
/osnet-11/usr/src/lib/libpool/common/
H A Dpool_internal.c131 "system",
153 { "system.name", POOL_VALUE_INITIALIZER, PP_STORED, NULL,
155 { "system.ref_id", POOL_VALUE_INITIALIZER,
157 { "system.comment", POOL_VALUE_INITIALIZER, PP_STORED, NULL, NULL },
158 { "system.version", POOL_VALUE_INITIALIZER,
160 { "system.bind-default", POOL_VALUE_INITIALIZER,
162 { "system.allocate-method", POOL_VALUE_INITIALIZER,
164 { "system.poold.log-level", POOL_VALUE_INITIALIZER,
166 { "system.poold.log-location", POOL_VALUE_INITIALIZER,
168 { "system
1374 pool_elem_t *system; local
[all...]
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/libast/amd64/include/ast/
H A Dast_map.h400 #undef system macro
401 #define system _ast_system macro
402 extern __MANGLE__ int system __PROTO__((const char*));
/osnet-11/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_map.h379 #undef system macro
380 #define system _ast_system macro
381 extern __MANGLE__ int system __PROTO__((const char*));
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dast_map.h400 #undef system macro
401 #define system _ast_system macro
402 extern __MANGLE__ int system __PROTO__((const char*));
/osnet-11/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_map.h379 #undef system macro
380 #define system _ast_system macro
381 extern __MANGLE__ int system __PROTO__((const char*));
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dast_map.h400 #undef system macro
401 #define system _ast_system macro
402 extern __MANGLE__ int system __PROTO__((const char*));
/osnet-11/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_map.h379 #undef system macro
380 #define system _ast_system macro
381 extern __MANGLE__ int system __PROTO__((const char*));
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_map.h400 #undef system macro
401 #define system _ast_system macro
402 extern __MANGLE__ int system __PROTO__((const char*));
/osnet-11/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_map.h379 #undef system macro
380 #define system _ast_system macro
381 extern __MANGLE__ int system __PROTO__((const char*));
/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...]

Completed in 100 milliseconds