Searched refs:nbf (Results 1 – 3 of 3) sorted by relevance
79 goto nbf; in setvbuf()107 nbf: in setvbuf()
249 char nbf[12]; variable258 for (s = nbf, *s = 0;; s++) in rnum()263 if (nbf[0] == '-') in rnum()265 return (atoi(nbf)); /* convert it to integer */ in rnum()
862 struct athn_rx_buf *bf, *nbf; in ar5008_rx_process() local885 nbf = SIMPLEQ_NEXT(bf, bf_list); in ar5008_rx_process()886 if (nbf != NULL && in ar5008_rx_process()887 (((struct ar_rx_desc *)nbf->bf_desc)->ds_status8 & in ar5008_rx_process()892 AR_WRITE(sc, AR_RXDP, nbf->bf_daddr); in ar5008_rx_process()