HomeSort by: relevance | last modified time | path
    Searched defs:pbnum (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/x86/pci/
pchb.c 99 int bcreg, pbnum; local in function:pchb_get_bus_number
111 pbnum = PCISET_BRIDGE_NUMBER(bcreg);
112 if (pbnum != 0xff)
113 return pbnum + 1;
120 pbnum = 0;
128 pbnum = ((bcreg & 0x0000ff00) >> 8) + 1;
134 pbnum = (bcreg & 0xff000000) >> 24;
140 pbnum = (bcreg & 0x000000ff) + 1;
143 return pbnum;
157 u_char bdnum, pbnum = 0; /* XXX: gcc * local in function:pchbattach
    [all...]
  /src/usr.bin/m4/
misc.c 113 * pbnum - convert number to string, push back on input.
116 pbnum(int n) function in typeref:typename:void

Completed in 12 milliseconds