Searched refs:ghp (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/usr.sbin/timed/timed/
H A Dtimed.c722 register struct goodhost *ghp; local
725 ghp = (struct goodhost*)malloc(sizeof(*ghp));
726 if (!ghp) {
731 bzero((char*)ghp, sizeof(*ghp));
732 (void)strncpy(&ghp->name[0], name, sizeof(ghp->name));
733 ghp->next = goodhosts;
734 ghp
751 struct goodhost *ghp, **ghpp; local
816 register struct goodhost *ghp = goodhosts; local
[all...]
/freebsd-10.3-release/sys/geom/
H A Dgeom_slice.c205 struct g_slice_hot *ghp; local
230 ghp = &gsp->hotspot[m_index];
231 if (t >= ghp->offset + ghp->length)
233 if (t + bp->bio_length <= ghp->offset)
236 case BIO_READ: idx = ghp->ract; break;
237 case BIO_WRITE: idx = ghp->wact; break;
238 case BIO_DELETE: idx = ghp->dact; break;

Completed in 109 milliseconds