Searched refs:os2 (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dwcsstr.c37 const wchar_t *os1, *os2; local
42 os2 = ws2;
44 if (os1 == NULL || *os2 == L'\0')
46 c = *os2;
51 while (((c = *++os2) == *os1++) && (c != L'\0'))
56 os2 = ws2;
57 c = *os2;
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/
H A Dacos2.h47 #include <os2.h>
/illumos-gate/usr/src/uts/sun4/ml/
H A Dinterrupt.s178 * os1, os2, os3: scratch registers, may be out
181 #define SERVE_INTR_PRE(iv_p, cpu, ls1, ls2, os1, os2, os3, regs) \
184 SERVE_INTR_TRACE(iv_p, os1, os2, os3, regs);
208 #define SERVE_INTR(os5, cpu, ls1, ls2, os1, os2, os3, os4) \
209 ldn [ls1 + IV_HANDLER], os2; \
212 call os2; \
222 add os1, CPU_STATS_SYS_INTR - 8, os2; \
223 ldx [cpu + os2], os3; \
225 stx os3, [cpu + os2]; \
226 sll ls1, CPTRSHIFT, os2; \
[all...]
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk.h219 #define AWK_PROTOTYPE M_ETCDIR(awkrun.os2)
/illumos-gate/usr/src/grub/grub-0.97/
H A Dconfig.sub122 kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | storm-chaos* | os2-emx* | rtmk-nova*)
1179 | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
H A Dconfig.guess1002 echo ${UNAME_MACHINE}-pc-os2-emx
H A Dconfigure1438 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c3277 objset_t *os, *os2; local
3355 VERIFY3U(0, ==, dmu_objset_hold(name, FTAG, &os2));
3356 dmu_objset_rele(os2, FTAG);
3362 dmu_objset_own(name, DMU_OST_OTHER, B_FALSE, FTAG, &os2));

Completed in 106 milliseconds