Searched defs:plast (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/eeprom/i386/
H A Dbenv_kvm.c192 ddi_prop_t *plist, *npp, *plast; local
198 plast = NULL;
218 if (plast == NULL) {
221 plast->prop_next = npp;
223 plast = npp;
/illumos-gate/usr/src/lib/libast/common/disc/
H A Dsfdcdos.c50 Sfoff_t plast; member in struct:_dosdisc
131 dp->plast=dp->phere;
245 n = offset - dp->plast;
253 offset = dp->plast;
299 else if(offset==dp->plast)
301 else if(offset<dp->plast || offset>dp->phere)
313 mp->physical = dp->plast;
/illumos-gate/usr/src/cmd/newform/
H A Dnewform.c107 *plast, /* Pointer to end of line */ variable
296 if (plast - pfirst > MAXLINE) {
301 tlast = plast + (&work[NCOLS] - pfirst);
303 while (plast >= pfirst) *tlast-- = *plast--;
305 plast = tptr;
309 while (pfirst <= plast) *tfirst++ = *pfirst++;
310 plast = --tfirst;
700 pfirst = plast = &work[NCOLS];
701 while (*plast !
[all...]
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dfmtmsg.c627 struct sevstr *plast; local
641 plast = (struct sevstr *)NULL;
644 plast = psev;
646 plast->sevnext = psev;
647 plast = psev;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_pf.c288 ushort_t *plast = code + len; local
295 for (pc = code; pc < plast; pc++) {
/illumos-gate/usr/src/uts/sun4u/os/
H A Dcpr_impl.c1509 pfn_t ppn, plast, *dst; local
1524 for (plast = ppn + npages; ppn < plast; ppn++) {
1580 for (plast = ppn + npages; ppn < plast; ppn++) {
1610 pfn_t *pphys, *plast; local
1617 plast = pphys_list + ppage_count;
1618 for (pphys = pphys_list; pphys < plast; pphys++) {
1635 pfn_t *pphys, *plast; local
1644 plast
[all...]

Completed in 74 milliseconds