HomeSort by: relevance | last modified time | path
    Searched refs:pbnum (Results 1 - 5 of 5) 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/
eval.c 228 pbnum((argc > 2) ? strlen(argv[2]) : 0);
237 pbnum(atoi(argv[2]) + 1);
246 pbnum(atoi(argv[2]) - 1);
265 pbnum(sysval);
353 pbnum(oindex);
425 pbnum((argc > 3) ? indx(argv[2], argv[3]) : -1);
533 pbnum(argc - 2);
extern.h 107 extern void pbnum(int);
misc.c 113 * pbnum - convert number to string, push back on input.
116 pbnum(int n) function in typeref:typename:void
gnum4.c 392 pbnum(-1);

Completed in 17 milliseconds