Searched defs:lastbuf (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dif.c1036 static char *lastbuf = NULL; local
1085 if (lastbuf != NULL)
1086 free(lastbuf);
1088 lastbuf = NULL;
1093 buf = lastbuf;
1095 lastbuf = buf;
/illumos-gate/usr/src/cmd/more/
H A Dmore.c1325 static char lastbuf[80]; local
1334 strcpy(lastbuf, buf);
1336 if ((s = regcmp(lastbuf, (char *) NULL)) == NULL)
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c2667 arc_buf_t *lastbuf = NULL; local
2679 * the list then update the lastbuf and update
2683 lastbuf = *bufp;
2688 ASSERT3P(lastbuf, !=, buf);
2689 IMPLY(hdr->b_l1hdr.b_bufcnt > 0, lastbuf != NULL);
2691 IMPLY(lastbuf != NULL, ARC_BUF_LAST(lastbuf));
2693 return (lastbuf);
2733 arc_buf_t *lastbuf = arc_buf_remove(hdr, buf); local
2747 if (lastbuf !
5210 arc_buf_t *lastbuf = arc_buf_remove(hdr, buf); local
[all...]

Completed in 70 milliseconds