Searched refs:pose (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_pcie.c252 int pos = 0, pose, ret = 1; local
254 pose = pci_find_capability(dd->pcidev, PCI_CAP_ID_EXP);
255 if (!pose) {
277 pci_read_config_word(dd->pcidev, pose + PCI_EXP_LNKSTA, &linkstat);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dlstrlib.c137 size_t pose = posrelat(luaL_optinteger(L, 3, posi), l); local
140 if (pose > l) pose = l;
141 if (posi > pose) return 0; /* empty interval; return no values */
142 n = (int)(pose - posi + 1);
143 if (posi + n <= pose) /* (size_t -> int) overflow? */

Completed in 62 milliseconds