Searched defs:sys (Results 26 - 38 of 38) sorted by relevance

12

/osnet-11/usr/src/lib/libscf/common/
H A Dhighlevel.c36 #include <sys/systeminfo.h>
37 #include <sys/uadmin.h>
38 #include <sys/utsname.h>
51 smbios_system_t sys; local
73 if ((id = smbios_info_system(shp, &sys)) == SMB_ERR ||
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_auth.c30 #include <sys/fm/protocol.h>
55 struct sys { struct
/osnet-11/usr/src/lib/libcmd/common/
H A Duname.c90 #include <sys/utsname.h>
149 char* sys = 0; local
157 sys = buf;
158 if (arch = strchr(sys, '.'))
164 if (!*sys)
165 sys = 0;
175 if (!(ut->sysname = sys))
/osnet-11/usr/src/lib/libcpc/sparc/
H A Devent_ultra.c30 #include <sys/types.h>
47 * [,nouser][,sys]
52 * pic0=Instr_cnt,pic1=Cycle_cnt,nouser,sys
76 "[,sys] "
156 "sys", /* enables system counts */
167 { "sys", bitset,
178 { "sys", bitset,
350 int usr, sys; member in struct:xpcr
377 xpcr->sys = (pcr >> kv[D_sys].kv_shift) &
416 if (xpcr.sys)
[all...]
/osnet-11/usr/src/grub/grub2/util/
H A Dimport_gcry.py20 import sys namespace
25 if len (sys.argv) < 3:
26 print ("Usage: %s SOURCE DESTINATION" % sys.argv[0])
28 indir = sys.argv[1]
29 outdir = sys.argv[2]
/osnet-11/usr/src/lib/pylibbe/common/
H A Dlibbe.py31 import sys namespace
92 print >> sys.stderr, ("The BE name provided is invalid.\n"
94 sys.exit(1)
127 print >> sys.stderr, ("The BE name provided is invalid.\n"
129 sys.exit(1)
140 print >> sys.stderr, ("Failed to find boot "
142 sys.exit(1)
177 print >> sys.stderr, ("The BE name provided is invalid.\n"
179 sys.exit(1)
246 print >> sys
[all...]
/osnet-11/usr/src/tools/onbld/hgext/
H A Dcdm.py70 import atexit, os, re, sys, stat, termios namespace
82 # python2.Y in sys.path.
84 sys.path.insert(1, os.path.join(os.path.dirname(__file__), "..", "..", "..",
85 "python%d.%d" % sys.version_info[:2]))
92 sys.path.insert(2, os.path.join(os.path.dirname(__file__), "..", ".."))
223 if interactive and sys.stdin.isatty():
230 termios.tcsetattr(sys.stdin.fileno(), termios.TCSANOW, settings)
236 settings = termios.tcgetattr(sys.stdin.fileno())
240 termios.tcsetattr(sys.stdin.fileno(), termios.TCSANOW, settings)
/osnet-11/usr/src/lib/libcpc/i386/
H A Devent_pentium.c30 #include <sys/types.h>
51 * [,sys[0|1]][,nouser[0|1]]
54 * pic0=data_mem_refs,pic1=l2_ld,sys
78 "[,sys[0|1]] "
89 "[,sys[0|1]] "
226 "sys", /* enables system counts */
280 { "sys", nextpair },
329 { "sys", nextpair },
538 int usr, sys, edge, inv, irupt, pc; member in struct:xpes
550 xpes->sys
558 int usr[2], sys[2], clk[2], pc[2]; member in struct:xcesr
[all...]
/osnet-11/usr/src/lib/libast/common/comp/
H A Dsetlocale.c160 char* sys; local
172 sys = uwin_setlocale(category, usr);
174 sfprintf(sfstderr, "locale uwin %17s %-24s %-24s\n", lc_categories[lcindex(category, 0)].name, usr, sys);
175 return sys;
2452 const char* sys; local
2472 sys = 0;
2480 sys = (char*)lc->name;
2485 sys = setlocale(lc_categories[category].external, lcmake(NiL)->name);
2486 else if (!(sys = setlocale(lc_categories[category].external, lc->name)) &&
2487 (streq(lc->name, lc->code) || !(sys
[all...]
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/
H A Dpysol.py52 # From sys/fstyp.h
377 import sys namespace
650 S_IFBLK = 0x6000 # from <sys/stat.h>
651 DDI_NT_BLOCK = "ddi_block" # from <sys/sunddi.h>
653 # from <sys/devinfo_impl.h>:
682 # from <sys/ddipropdefs.h>
/osnet-11/usr/src/lib/libnsl/dial/
H A Duucp.h36 #include <sys/types.h>
45 #include <sys/param.h>
49 #include <sys/stat.h>
53 #include <sys/times.h>
55 #include <sys/mkdev.h>
58 #include <sys/utsname.h>
355 char sys[NAMESIZE+5]; member in struct:cs_struct
/osnet-11/usr/src/lib/libpool/common/
H A Dpool.c44 #include <sys/pool.h>
45 #include <sys/priocntl.h>
46 #include <sys/types.h>
47 #include <sys/stat.h>
48 #include <sys/wait.h>
2523 pool_system_t *sys; local
2529 if ((sys = pool_conf_system(conf)) == NULL) {
2533 return (pool_system_elem(sys));
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/loader/
H A Dgrub2.py44 import sys namespace
3458 self._fileobj = sys.stdout

Completed in 55 milliseconds

12