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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_buf.h45 } fmd_buf_t; typedef in typeref:struct:fmd_buf
49 typedef void fmd_buf_f(fmd_buf_t *, void *);
52 fmd_buf_t **bh_hash; /* hash bucket array for buffers */
63 extern fmd_buf_t *fmd_buf_insert(fmd_buf_hash_t *, const char *, size_t);
64 extern fmd_buf_t *fmd_buf_lookup(fmd_buf_hash_t *, const char *);
H A Dfmd_buf.c36 static fmd_buf_t *
39 fmd_buf_t *bp = fmd_alloc(sizeof (fmd_buf_t), FMD_SLEEP);
51 fmd_buf_free(fmd_buf_t *bp)
55 fmd_free(bp, sizeof (fmd_buf_t));
70 fmd_buf_t *bp, *np;
89 fmd_buf_t *bp;
101 fmd_buf_t *bp;
116 fmd_buf_t *
120 fmd_buf_t *b
[all...]
H A Dfmd_api.c1496 fmd_buf_t *bp = fmd_buf_lookup(bhp, name);
1533 fmd_buf_t *bp = fmd_buf_lookup(bhp, name);
1553 fmd_buf_t *bp = fmd_buf_lookup(fmd_buf_gethash(mp, cp), name);
1573 fmd_buf_t *bp = fmd_buf_lookup(bhp, name);
1615 fmd_buf_t *bp;
H A Dfmd_mdb.c908 "fmd_buf", sizeof (fmd_buf_t), OFFSETOF(fmd_buf_t, buf_next)));
916 fmd_buf_t b;
H A Dfmd_ckpt.c494 fmd_ckpt_resv_buf(fmd_buf_t *bp, fmd_ckpt_t *ckp)
502 fmd_ckpt_save_buf(fmd_buf_t *bp, fmd_ckpt_t *ckp)

Completed in 86 milliseconds