Searched refs:WOBUF_PULL (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | fme.h | 82 #define WOBUF_PULL "timewaited" macro
|
H A D | fme.c | 538 fmd_buf_create(fp->hdl, fp->fmcase, WOBUF_PULL, sizeof (fp->pull)); in init_fme_bufs() 539 fmd_buf_write(fp->hdl, fp->fmcase, WOBUF_PULL, (void *)&fp->pull, in init_fme_bufs() 565 fmd_buf_destroy(fp->hdl, fp->fmcase, WOBUF_PULL); in destroy_fme_bufs() 753 if (fmd_buf_size(hdl, inprogress, WOBUF_PULL) == 0) { in fme_restart() 758 fmd_buf_read(hdl, inprogress, WOBUF_PULL, (void *)&fmep->pull, in fme_restart() 3291 WOBUF_PULL, (void *)&fmep->pull, sizeof (fmep->pull)); in fme_timer_fired()
|