Searched refs:pbnum (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/x86/pci/
H A Dpchb.c103 int bcreg, pbnum; local
115 pbnum = PCISET_BRIDGE_NUMBER(bcreg);
116 if (pbnum != 0xff)
117 return pbnum + 1;
124 pbnum = 0;
132 pbnum = ((bcreg & 0x0000ff00) >> 8) + 1;
138 pbnum = (bcreg & 0xff000000) >> 24;
144 pbnum = (bcreg & 0x000000ff) + 1;
147 return pbnum;
161 u_char bdnum, pbnum local
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/m4/
H A Dextern.h99 extern void pbnum(int);
H A Deval.c226 pbnum((argc > 2) ? strlen(argv[2]) : 0);
235 pbnum(atoi(argv[2]) + 1);
244 pbnum(atoi(argv[2]) - 1);
263 pbnum(sysval);
351 pbnum(oindex);
423 pbnum((argc > 3) ? indx(argv[2], argv[3]) : -1);
531 pbnum(argc - 2);
H A Dmisc.c113 * pbnum - convert number to string, push back on input.
116 pbnum(int n) function
H A Dgnum4.c382 pbnum(-1);

Completed in 111 milliseconds