Searched refs:buf_next (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_buf.c42 bp->buf_next = NULL;
75 np = bp->buf_next;
93 for (bp = bhp->bh_hash[i]; bp != NULL; bp = bp->buf_next)
105 for (bp = bhp->bh_hash[i]; bp != NULL; bp = bp->buf_next)
122 bp->buf_next = bhp->bh_hash[h];
135 for (bp = bhp->bh_hash[h]; bp != NULL; bp = bp->buf_next) {
149 for (bp = *pp; bp != NULL; bp = bp->buf_next) {
151 pp = &bp->buf_next;
157 *pp = bp->buf_next;
H A Dfmd_buf.h41 struct fmd_buf *buf_next; /* next buffer in hash chain */ member in struct:fmd_buf
H A Dfmd_mdb.c908 "fmd_buf", sizeof (fmd_buf_t), OFFSETOF(fmd_buf_t, buf_next)));
/opensolaris-onvv-gate/usr/src/lib/nsswitch/nis/common/
H A Dgetgrent.c213 char *buf_next; local
229 value = strtol(buf, &buf_next, 10);
231 if (buf == buf_next) {
242 buf = buf_next;
/opensolaris-onvv-gate/usr/src/uts/common/io/sbp2/
H A Dsbp2.c1296 sbp2_bus_buf_t *buf, *buf_next; local
1301 buf_next = buf->bb_next;
1303 buf = buf_next;

Completed in 57 milliseconds