Searched refs:lastbuf (Results 1 – 3 of 3) sorted by relevance
1036 static char *lastbuf = NULL; in ifscan() local1085 if (lastbuf != NULL) in ifscan()1086 free(lastbuf); in ifscan()1088 lastbuf = NULL; in ifscan()1093 buf = lastbuf; in ifscan()1095 lastbuf = buf; in ifscan()
2889 arc_buf_t *lastbuf = NULL; in arc_buf_remove() local2908 lastbuf = *bufp; in arc_buf_remove()2913 ASSERT3P(lastbuf, !=, buf); in arc_buf_remove()2914 IMPLY(hdr->b_l1hdr.b_bufcnt > 0, lastbuf != NULL); in arc_buf_remove()2916 IMPLY(lastbuf != NULL, ARC_BUF_LAST(lastbuf)); in arc_buf_remove()2918 return (lastbuf); in arc_buf_remove()2973 arc_buf_t *lastbuf = arc_buf_remove(hdr, buf); in arc_buf_destroy_impl() local2988 if (lastbuf != NULL && !ARC_BUF_ENCRYPTED(lastbuf)) { in arc_buf_destroy_impl()2990 VERIFY(!arc_buf_is_shared(lastbuf)); in arc_buf_destroy_impl()2992 VERIFY(!ARC_BUF_COMPRESSED(lastbuf)); in arc_buf_destroy_impl()[all …]
1325 static char lastbuf[80]; in search() local1334 strcpy(lastbuf, buf); in search()1336 if ((s = regcmp(lastbuf, (char *) NULL)) == NULL) in search()