Searched refs:pmem (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/bin/ps/
H A Dextern.h70 char *pmem(KINFO *, VARENT *);
H A Dkeyword.c63 {"%mem", "%MEM", NULL, "percent-memory", 0, pmem, 0, CHAR, NULL, 0},
155 {"pmem", "", "%mem", NULL, 0, NULL, 0, CHAR, NULL, 0},
H A Dprint.c674 pmem(KINFO *k, VARENT *ve __unused) function
/freebsd-current/sys/dev/pci/
H A Dpci_pci.c177 rman_is_region_manager(r, &sc->pmem.rman))
178 return (&sc->pmem);
245 if (sc->pmem.valid && mask & WIN_PMEM) {
249 sc->pmem.base >> 32, 4);
251 sc->pmem.limit >> 32, 4);
253 pci_write_config(dev, PCIR_PMBASEL_1, sc->pmem.base >> 16, 2);
254 pci_write_config(dev, PCIR_PMLIMITL_1, sc->pmem.limit >> 16, 2);
555 sc->pmem.valid = 1;
559 sc->pmem.valid = 1;
562 if (sc->pmem
[all...]
H A Dpcib_private.h122 struct pcib_window pmem; /* prefetchable memory window */ member in struct:pcib_softc
/freebsd-current/sys/dev/oce/
H A Doce_sysctl.c1282 struct oce_pmem_stats *pmem; local
1289 pmem = &nic_mbx->params.rsp.stats.pmem;
1338 adapter_stats->eth_red_drops = pmem->eth_red_drops;
1345 struct oce_pmem_stats *pmem; local
1352 pmem = &nic_mbx->params.rsp.stats.pmem;
1402 adapter_stats->eth_red_drops = pmem->eth_red_drops;
1409 struct oce_pmem_stats *pmem; local
1417 pmem
[all...]
H A Doce_hw.h3142 struct oce_pmem_stats pmem; member in struct:oce_hw_stats_v2
3150 struct oce_pmem_stats pmem; member in struct:oce_hw_stats_v1
3158 struct oce_pmem_stats pmem; member in struct:oce_hw_stats_v0
/freebsd-current/contrib/file/magic/
H A DMakefile.am251 $(MAGIC_FRAGMENT_DIR)/pmem \
H A DMakefile.in528 $(MAGIC_FRAGMENT_DIR)/pmem \
/freebsd-current/contrib/libucl/include/
H A Ducl.h1521 * @param pmem target pointer (should be freed by caller)
1525 void **pmem);

Completed in 207 milliseconds