Home
last modified time | relevance | path

Searched refs:hdcbhead (Results 1 – 4 of 4) sorted by relevance

/original-bsd/sys/netccitt/
H A Dhd_subr.c56 for (hdp = hdcbhead; hdp; hdp = hdp->hd_next)
82 hdp->hd_next = hdcbhead;
83 hdcbhead = hdp;
349 if (hdcbhead -> hd_next)
H A Dhd_var.h74 struct hdcb *hdcbhead; /* head of linked list of hdcb's */ variable
H A Dhd_timer.c52 for (hdp = hdcbhead; hdp; hdp = hdp->hd_next) { in hd_timer()
H A Dhd_input.c73 for (hdp = hdcbhead; hdp; hdp = hdp->hd_next) in hdintr()