| /onnv/onnv-gate/usr/src/lib/libast/common/comp/ |
| system.c | 24 * ast library system(3) 27 #define system ______system macro 34 #undef system macro 44 system(const char* cmd) function
|
| /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/4.2/ |
| system.c | 42 system(s) function
|
| /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/sys5/ |
| system.c | 42 system(s) function
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
| types.h | 56 int system; /* what the current time is */ member in struct:__anon134
|
| /onnv/onnv-gate/usr/src/lib/libc/port/stdio/ |
| system.c | 53 static uint_t sys_count = 0; /* number of threads in system() */ 89 * It would be better if there were a system call to disinherit 105 if (--sys_count == 0) { /* leaving system() */ 107 * There are no remaining threads in system(), so 119 system(const char *cmd) function 167 * This is in order to satisfy the Posix requirement on system(): 168 * The system function shall behave as if a child process were 172 * 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() operation [all...] |
| /onnv/onnv-gate/usr/src/cmd/filebench/common/ |
| stats.c | 170 * Linux provides system wide statistics in /proc/stat 177 * system spent in user mode, user mode with low priority 178 * (nice), system mode, and the idle task, respectively. 180 unsigned int user, nice, system; local 189 if (fscanf(statfd, "%s %u %u %u", cpu, &user, &nice, &system) < 0) { 194 return ((user+nice+system)*1000000); 229 * System overhead is computed as the overhead for I/O flows
|
| /onnv/onnv-gate/usr/src/cmd/tip/ |
| tip.c | 14 * tip [-v] [-speed] system-name 49 char *system = NOSTR; local 66 "usage: tip [-v] [-speed] [system-name]\n"); 76 system = argv[1]; 97 if (system == NOSTR) 99 for (p = system; *p; p++) 103 * System name is really a phone number... 107 if (strlen(system) > sizeof (PNbuf) - 1) { 113 (void) strncpy(PNbuf, system, sizeof (PNbuf) - 1); 114 for (p = system; *p; p++ [all...] |
| /onnv/onnv-gate/usr/src/lib/libprtdiag_psr/sparc/cherrystone/common/ |
| cherrystone.c | 271 * told us to do logging, and we found a system failure. 435 char *system = "SYSTEM"; local 453 err = find_child_device(root, system, &system_node); 688 "System LED Status:\n\n" 747 "System Temperatures (Celsius):\n" 808 "System PROM revisions:\n"
|
| /onnv/onnv-gate/usr/src/lib/libprtdiag_psr/sparc/littleneck/common/ |
| littleneck.c | 273 * told us to do logging, and we found a system failure. 454 * Display the failed parts in the system. This function looks for 479 "Replaceable Units (FRU) in System:\n")); 516 * Determine whether FRU is CPU module, system 551 "No failures found in System\n")); 571 char *system = "SYSTEM"; local 588 err = find_child_device(root, system, &system_node); 592 "find_child_device for the SYSTEM node " 852 "System LED Status: POWER GEN FAULT\n [all...] |
| /onnv/onnv-gate/usr/src/cmd/ntfsprogs/ |
| ntfsls.c | 115 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))
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ |
| perl5db.pl | 5668 sub system { subroutine [all...] |
| /onnv/onnv-gate/usr/src/lib/libprtdiag_psr/sparc/daktari/common/ |
| daktari.c | 129 * Display the failed parts in the system. This function looks for 154 "Replaceable Units (FRU) in System:\n")); 191 * Determine whether FRU is CPU module, system 226 "No failures found in System\n")); 601 * told us to do logging, and we found a system failure. 633 char *system = "SYSTEM"; local 645 err = find_child_device(root, system, &system_node); 648 "picl_get_node_by_path for the SYSTEM node " 1059 "System LED Status:\n [all...] |
| /onnv/onnv-gate/usr/src/lib/libparted/common/libparted/labels/ |
| pc98.c | 50 * 21H..2FH : DOS(system#1 .. system#15) 55 * # PC-UX uses this flag to make a distinction between its file system 118 int system; member in struct:__anon231 389 pc98_data->system = (raw_part->mid << 8) | raw_part->sid; 456 raw_part->mid = (pc98_data->system >> 8) & 0xFF; 457 raw_part->sid = pc98_data->system & 0xFF; 618 pc98_data->system = 0x2062; 622 pc98_data->system = 0x2021; 624 pc98_data->system = 0x2011 [all...] |
| dos.c | 151 unsigned char system; member in struct:__anon229 206 * system. 818 dos_data->system = raw_part->type; 1010 raw_part->type = dos_data->system; 1201 dos_data->system = PARTITION_LINUX; 1236 new_dos_data->system = old_dos_data->system; [all...] |
| /onnv/onnv-gate/usr/src/cmd/power/ |
| powerd.c | 309 logerror("Unable to monitor system's power button."); 316 * Create a new thread to monitor system activity and suspend 317 * system if idle. 320 logerror("powerd starting system activity monitor."); 324 logerror("Unable to create thread to monitor system activity."); 352 * Setup for gathering system's statistic. 536 * Since Oct. 1, 1995, any new system shipped had root 605 int kbd, mouse, system, least_idle, idlecheck_time; local 646 system = last_system_activity(hr_now); 648 least_idle = MIN(system, MIN(kbd, mouse)) [all...] |
| /onnv/onnv-gate/usr/src/cmd/bnu/ |
| uustat.c | 37 #define KILLMSG "the system administrator has killed job" 39 #define USAGE2 "[-a] [-s SYSTEM [-j]] [-u USER] [-S STATE]" 40 #define USAGE3 "-t SYSTEM [-d number] [-c]" 208 fprintf(stderr, gettext("Invalid system\n")); 218 fprintf(stderr, gettext("Invalid system\n")); 1109 char * dir; /* system spool directory */ 1154 char accno[15], jobid[15], system[15], loginame[15], time[20], dest[15]; local 1170 accno,jobid, size, status, grade, jgrade, system, loginame, 1184 DEBUG(9, "COMPLETE: system = %s\n", system); [all...] |
| /onnv/onnv-gate/usr/src/lib/libpool/common/ |
| pool_internal.c | 132 "system", 154 { "system.name", POOL_VALUE_INITIALIZER, PP_STORED, NULL, 156 { "system.ref_id", POOL_VALUE_INITIALIZER, 158 { "system.comment", POOL_VALUE_INITIALIZER, PP_STORED, NULL, NULL }, 159 { "system.version", POOL_VALUE_INITIALIZER, 161 { "system.bind-default", POOL_VALUE_INITIALIZER, 163 { "system.allocate-method", POOL_VALUE_INITIALIZER, 165 { "system.poold.log-level", POOL_VALUE_INITIALIZER, 167 { "system.poold.log-location", POOL_VALUE_INITIALIZER, 169 { "system.poold.monitor-interval", POOL_VALUE_INITIALIZER 1416 pool_elem_t *system; local [all...] |
| pool_kernel.c | 924 xmlNodePtr system; local 940 xmlCreateIntSubset(info.ktx_doc, BAD_CAST "system", 957 if ((info.ktx_node = node_create(NULL, BAD_CAST "system")) == 964 system = info.ktx_node; 1006 if ((info.ktx_node = node_create(system, 1084 if ((info.ktx_node = node_create(system, [all...] |
| /onnv/onnv-gate/usr/src/uts/common/nfs/ |
| nfs4_attr.h | 358 fattr4_system system; member in union:nfs4_attr_u
|
| /onnv/onnv-gate/usr/src/lib/libast/amd64/include/ast/ |
| ast_map.h | 400 #undef system macro 401 #define system _ast_system macro 402 extern __MANGLE__ int system __PROTO__((const char*));
|
| /onnv/onnv-gate/usr/src/lib/libast/amd64/src/lib/libast/ |
| ast_map.h | 379 #undef system macro 380 #define system _ast_system macro 381 extern __MANGLE__ int system __PROTO__((const char*));
|
| /onnv/onnv-gate/usr/src/lib/libast/i386/include/ast/ |
| ast_map.h | 400 #undef system macro 401 #define system _ast_system macro 402 extern __MANGLE__ int system __PROTO__((const char*));
|
| /onnv/onnv-gate/usr/src/lib/libast/i386/src/lib/libast/ |
| ast_map.h | 379 #undef system macro 380 #define system _ast_system macro 381 extern __MANGLE__ int system __PROTO__((const char*));
|
| /onnv/onnv-gate/usr/src/lib/libast/sparc/include/ast/ |
| ast_map.h | 400 #undef system macro 401 #define system _ast_system macro 402 extern __MANGLE__ int system __PROTO__((const char*));
|
| /onnv/onnv-gate/usr/src/lib/libast/sparc/src/lib/libast/ |
| ast_map.h | 379 #undef system macro 380 #define system _ast_system macro 381 extern __MANGLE__ int system __PROTO__((const char*));
|