Searched refs:ps2 (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/common/util/
H A Dmemcmp.c55 const unsigned char *ps2 = s2; local
58 if (*ps1++ != *ps2++)
59 return (ps1[-1] - ps2[-1]);
H A Dmemstr.c71 const uchar_t *ps2 = s2; local
75 if (*ps1++ != *ps2++)
76 return (ps1[-1] - ps2[-1]);
/illumos-gate/usr/src/cmd/pgrep/
H A Dpgrep.c271 #define NEWER(ps1, ps2) \
272 ((ps1.pr_start.tv_sec > ps2.pr_start.tv_sec) || \
273 (ps1.pr_start.tv_sec == ps2.pr_start.tv_sec && \
274 ps1.pr_start.tv_nsec > ps2.pr_start.tv_nsec))
/illumos-gate/usr/src/lib/libm/common/LD/
H A Dj0l.c294 static GENERIC ps2[14] = { variable
454 r = pr2[11]; s = ps2[11]+z*(ps2[12]+z*ps2[13]);
457 s = z*s + ps2[i];
H A Dj1l.c298 static GENERIC ps2[14] = { variable
459 r = pr2[11]; s = ps2[11]+z*(ps2[12]+z*ps2[13]);
462 s = z*s + ps2[i];
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dj0l.c286 static const GENERIC ps2[14] = { variable
445 r = pr2[11]; s = ps2[11]+z*(ps2[12]+z*ps2[13]);
448 s = z*s + ps2[i];
H A Dj1l.c282 static const GENERIC ps2[14] = { variable
442 r = pr2[11]; s = ps2[11]+z*(ps2[12]+z*ps2[13]);
445 s = z*s + ps2[i];
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_asru.c203 int ps2 = fmd_fmri_replaced(rsrc); local
204 if (ps2 == FMD_OBJ_STATE_STILL_PRESENT ||
205 ps2 == FMD_OBJ_STATE_REPLACED)
206 ps = ps2;
219 int ps2 = fmd_fmri_replaced(fru); local
220 if (ps2 == FMD_OBJ_STATE_STILL_PRESENT ||
221 ps2 == FMD_OBJ_STATE_REPLACED)
222 ps = ps2;
/illumos-gate/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.c660 int tmpflg, i = 0, ps1 = -1, ps2 = -1; local
671 ps2 = i;
674 if (ps1 >= 0 && ps2 >= 0)
675 environ[ps1] = environ[ps2];
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vsincos.S90 ! o2 ps2
245 mov %i3,%o2 ! ps2 = s
H A D__vsincosf.S97 ! l2 ps2
251 mov %i3,%l2 ! ps2 = s
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c102 const uchar_t *ps2 = s2; local
106 if (*ps1++ != *ps2++)
/illumos-gate/usr/src/uts/common/io/lvm/mirror/
H A Dmirror.c1812 * -1: ps1 < ps2
1813 * 0: ps1 and ps2 overlap
1814 * 1: ps1 > ps2
1820 const md_mps_t *ps2 = (md_mps_t *)p2; local
1822 if (ps1->ps_firstblk < ps2->ps_firstblk) {
1823 if (ps1->ps_lastblk >= ps2->ps_firstblk)
1828 if (ps1->ps_firstblk > ps2->ps_firstblk) {
1829 if (ps1->ps_firstblk <= ps2->ps_lastblk)
/illumos-gate/usr/src/grub/grub-0.97/
H A Dconfig.sub843 ps2)
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c1237 const uint8_t *ps2 = s2; local
1240 if (dtrace_load8((uintptr_t)ps1++) != *ps2++)

Completed in 158 milliseconds