Searched refs:std (Results 1 - 25 of 136) sorted by relevance

123456

/illumos-gate/usr/src/head/
H A Dwchar.h36 * C++ "std" namespace in <iso/wchar_iso.h>.
39 using std::FILE;
40 using std::wint_t;
41 using std::clock_t;
42 using std::size_t;
43 using std::time_t;
44 using std::tm;
45 using std::mbstate_t;
46 using std::fgetwc;
47 using std
125 namespace std { namespace
[all...]
H A Dctype.h40 * C++ "std" namespace in <iso/ctype_iso.h>.
43 using std::isalnum;
44 using std::isalpha;
45 using std::iscntrl;
46 using std::isdigit;
47 using std::isgraph;
48 using std::islower;
49 using std::isprint;
50 using std::ispunct;
51 using std
[all...]
H A Dstdlib.h47 * C++ "std" namespace in <iso/stdlib_iso.h>.
50 using std::div_t;
51 using std::ldiv_t;
52 using std::size_t;
53 using std::abort;
54 using std::abs;
55 using std::atexit;
56 using std::atof;
57 using std::atoi;
58 using std
[all...]
H A Dstdio.h94 * C++ "std" namespace in <iso/stdio_iso.h>.
97 using std::FILE;
98 using std::size_t;
99 using std::fpos_t;
100 using std::remove;
101 using std::rename;
102 using std::tmpfile;
103 using std::tmpnam;
104 using std::fclose;
105 using std
[all...]
H A Dmalloc.h65 namespace std { namespace
74 } /* end of namespace std */
76 using std::malloc;
77 using std::free;
78 using std::realloc;
79 using std::calloc;
H A Dwctype.h45 * C++ "std" namespace in <iso/wctype_iso.h>.
48 using std::wint_t;
49 using std::wctrans_t;
50 using std::iswalnum;
51 using std::iswalpha;
52 using std::iswcntrl;
53 using std::iswdigit;
54 using std::iswgraph;
55 using std::iswlower;
56 using std
[all...]
H A Dstdarg.h52 * C++ "std" namespace in <iso/stdarg_iso.h>.
55 using std::va_list;
H A Dstring.h37 * C++ "std" namespace in <iso/string_iso.h>.
40 using std::size_t;
41 using std::memchr;
42 using std::memcmp;
43 using std::memcpy;
44 using std::memmove;
45 using std::memset;
46 using std::strcat;
47 using std::strchr;
48 using std
[all...]
H A Dsetjmp.h39 * C++ "std" namespace in <iso/setjmp_iso.h>.
42 using std::jmp_buf;
43 using std::longjmp;
H A Dstddef.h41 * C++ "std" namespace in <iso/stddef_iso.h>.
44 using std::ptrdiff_t;
45 using std::size_t;
H A Dmemory.h39 namespace std { namespace
49 } /* end of namespace std */
50 using std::memchr;
H A Dtime.h52 * C++ "std" namespace in <iso/time_iso.h>.
55 using std::size_t;
56 using std::clock_t;
57 using std::time_t;
58 using std::tm;
59 using std::asctime;
60 using std::clock;
61 using std::ctime;
62 using std::difftime;
63 using std
[all...]
H A Dlocale.h50 * C++ "std" namespace in <iso/locale_iso.h>.
53 using std::lconv;
54 using std::setlocale;
55 using std::localeconv;
/illumos-gate/usr/src/cmd/lms/tools/
H A DATVersion.h41 function check if user requested version information to be displayed on std output
57 static bool GetAppVersion(const char *appName, std::string &version);
64 static std::string GetProcessVersion(std::string cmd);
72 static bool IsAppRunning(const char *app_name, std::list<unsigned long> &pids);
82 static std::string GetAppPathByPid(unsigned long pid);
84 static const std::string appSearchPath;
/illumos-gate/usr/src/lib/sun_fc/common/
H A DTgtFCHBA.h44 TgtFCHBA(std::string path);
48 virtual std::string getName();
51 static void loadAdapters(std::vector<HBA*> &list);
56 std::string name;
57 static const std::string FCT_DRIVER_PATH;
58 static const std::string FCT_ADAPTER_NAME_PREFIX;
59 static const std::string FCT_DRIVER_PKG;
H A DFCHBA.h44 FCHBA(std::string path);
48 virtual std::string getName();
52 static void loadAdapters(std::vector<HBA*> &list);
55 std::string name;
56 static const std::string FCSM_DRIVER_PATH;
57 static const std::string FCSM_DRIVER_PKG;
H A DHBAList.h58 std::string getHBAName(int index);
59 std::string getTgtHBAName(int index);
60 Handle* openHBA(std::string name);
61 Handle* openTgtHBA(std::string name);
75 std::vector<HBA*> hbas;
76 std::vector<HBA*> tgthbas;
H A DHBANPIVPort.h45 virtual std::string getPath() = 0;
51 std::string lookupControllerPath(std::string path);
H A DTrace.h50 Trace(std::string myRoutine);
54 std::string label() {
101 std::string routine;
109 static std::vector<std::vector<Trace *> > stacks;
110 static std::vector<std::string> indent;
H A DFCHBANPIVPort.h47 FCHBANPIVPort(std::string path);
48 virtual std::string getPath()
58 std::string path;
63 static void fp_ioctl(std::string path, int cmd, fcio_t *arg);
H A DHBA.h70 virtual std::string getName() = 0;
79 static int _open(std::string path, int flag);
83 std::map<uint64_t, HBAPort *> portsByWWN;
84 std::vector<HBAPort*> portsByIndex;
H A DFCSyseventBridge.h87 std::vector<AdapterAddEventListener*> adapterAddEventListeners;
88 std::vector<AdapterEventListener*> adapterEventListeners;
89 std::vector<AdapterPortEventListener*> adapterPortEventListeners;
90 std::vector<AdapterDeviceEventListener*> adapterDeviceEventListeners;
91 std::vector<TargetEventListener*> targetEventListeners;
/illumos-gate/usr/src/lib/udapl/udapl_tavor/sparc/
H A Ddapl_tavor_atomic_copy.s44 std %o0, [%o2]
/illumos-gate/usr/src/uts/sparc/v9/sys/
H A Dprivregs.h237 std %f0, [FP]; \
238 std %f2, [FP + 8]; \
239 std %f4, [FP + 16]; \
240 std %f6, [FP + 24]; \
241 std %f8, [FP + 32]; \
242 std %f10, [FP + 40]; \
243 std %f12, [FP + 48]; \
244 std %f14, [FP + 56]; \
245 std %f16, [FP + 64]; \
246 std
[all...]
/illumos-gate/usr/src/lib/libc/sparc/fp/
H A D__quad.s61 std %f8,[%o2]
63 std %f10,[%o2+8]
72 std %f8,[%o2]
74 std %f10,[%o2+8]
83 std %f8,[%o2]
85 std %f10,[%o2+8]
94 std %f8,[%o2]
96 std %f10,[%o2+8]
103 std %f4,[%o1]
105 std
[all...]

Completed in 102 milliseconds

123456