Home
last modified time | relevance | path

Searched refs:os2 (Results 1 – 10 of 10) sorted by relevance

/titanic_50/usr/src/lib/libc/port/i18n/
H A Dwcsstr.c37 const wchar_t *os1, *os2; in wcsstr() local
42 os2 = ws2; in wcsstr()
44 if (os1 == NULL || *os2 == L'\0') in wcsstr()
46 c = *os2; in wcsstr()
51 while (((c = *++os2) == *os1++) && (c != L'\0')) in wcsstr()
56 os2 = ws2; in wcsstr()
57 c = *os2; in wcsstr()
/titanic_50/usr/src/uts/sun4/ml/
H A Dinterrupt.s181 #define SERVE_INTR_PRE(iv_p, cpu, ls1, ls2, os1, os2, os3, regs) \ argument
184 SERVE_INTR_TRACE(iv_p, os1, os2, os3, regs);
208 #define SERVE_INTR(os5, cpu, ls1, ls2, os1, os2, os3, os4) \ argument
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; \
228 add os1, os2, os1; \
[all …]
/titanic_50/usr/src/grub/grub-0.97/docs/
H A Dmenu.lst65 #chainloader /boot/chain.os2
H A Dgrub.info-11238 #chainloader /boot/chain.os2
H A Dgrub.texi1391 #chainloader /boot/chain.os2
H A Dgrub.info1238 #chainloader /boot/chain.os2
/titanic_50/usr/src/cmd/awk_xpg4/
H A Dawk.h219 #define AWK_PROTOTYPE M_ETCDIR(awkrun.os2)
/titanic_50/usr/src/grub/grub-0.97/
H A Dconfig.sub122 kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | storm-chaos* | os2-emx* | rtmk-nova*)
H A Dconfig.guess1002 echo ${UNAME_MACHINE}-pc-os2-emx
/titanic_50/usr/src/cmd/ztest/
H A Dztest.c3270 objset_t *os, *os2; in ztest_dmu_objset_create_destroy() local
3348 VERIFY3U(0, ==, dmu_objset_hold(name, FTAG, &os2)); in ztest_dmu_objset_create_destroy()
3349 dmu_objset_rele(os2, FTAG); in ztest_dmu_objset_create_destroy()
3355 dmu_objset_own(name, DMU_OST_OTHER, B_FALSE, FTAG, &os2)); in ztest_dmu_objset_create_destroy()