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

  /src/sys/dev/pci/
if_wi_pci.c 190 const struct wi_pci_product *wpp; local in function:wi_pci_lookup
192 for (wpp = wi_pci_products; wpp->wpp_vendor != 0; wpp++) {
193 if (PCI_VENDOR(pa->pa_id) == wpp->wpp_vendor &&
194 PCI_PRODUCT(pa->pa_id) == wpp->wpp_product)
195 return (wpp);
218 const struct wi_pci_product *wpp; local in function:wi_pci_attach
228 wpp = wi_pci_lookup(pa);
230 if (wpp == NULL)
    [all...]
  /src/sys/nfs/
nfs_serv.c 1070 struct nfsrvw_delayhash *wpp; local in function:nfsrv_writegather
1172 wpp = nfsrv_nwdelayhash(slp, &nfsd->nd_fh);
1174 wp = LIST_FIRST(wpp);
1197 LIST_INSERT_HEAD(wpp, nfsd, nd_hash);

Completed in 16 milliseconds