Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_buf.c40 bp->buf_next = NULL; in fmd_buf_alloc()
73 np = bp->buf_next; in fmd_buf_hash_destroy()
91 for (bp = bhp->bh_hash[i]; bp != NULL; bp = bp->buf_next) in fmd_buf_hash_apply()
103 for (bp = bhp->bh_hash[i]; bp != NULL; bp = bp->buf_next) in fmd_buf_hash_commit()
120 bp->buf_next = bhp->bh_hash[h]; in fmd_buf_insert()
133 for (bp = bhp->bh_hash[h]; bp != NULL; bp = bp->buf_next) { in fmd_buf_lookup()
147 for (bp = *pp; bp != NULL; bp = bp->buf_next) { in fmd_buf_delete()
149 pp = &bp->buf_next; in fmd_buf_delete()
155 *pp = bp->buf_next; in fmd_buf_delete()
H A Dfmd_buf.h39 struct fmd_buf *buf_next; /* next buffer in hash chain */ member
H A Dfmd_mdb.c915 "fmd_buf", sizeof (fmd_buf_t), OFFSETOF(fmd_buf_t, buf_next))); in buf_walk_init()
/illumos-gate/usr/src/lib/nsswitch/nis/common/
H A Dgetgrent.c213 char *buf_next; in parse_netid() local
229 value = strtol(buf, &buf_next, 10); in parse_netid()
231 if (buf == buf_next) { in parse_netid()
242 buf = buf_next; in parse_netid()
/illumos-gate/usr/src/uts/common/io/sbp2/
H A Dsbp2.c1296 sbp2_bus_buf_t *buf, *buf_next; in sbp2_orb_freelist_destroy() local
1301 buf_next = buf->bb_next; in sbp2_orb_freelist_destroy()
1303 buf = buf_next; in sbp2_orb_freelist_destroy()