Home
last modified time | relevance | path

Searched defs:pg (Results 1 – 25 of 29) sorted by relevance

12

/minix3/lib/libc/db/btree/
H A Dbt_conv.c61 __bt_pgin(void *t, pgno_t pg, void *pp) in __bt_pgin()
126 __bt_pgout(void *t, pgno_t pg, void *pp) in __bt_pgout()
197 mswap(PAGE *pg) in mswap()
H A Dbt_overflow.c86 pgno_t pg; in __ovfl_get() local
140 __ovfl_put(BTREE *t, const DBT *dbt, pgno_t *pg) in __ovfl_put()
200 pgno_t pg; in __ovfl_delete() local
H A Dbt_seq.c155 pgno_t pg; in __bt_seqset() local
241 pgno_t pg; in __bt_seqadv() local
339 pgno_t pg; in __bt_first() local
H A Dbt_delete.c377 PAGE *pg; in __bt_pdelete() local
534 PAGE *pg; in __bt_curdel() local
627 PAGE *pg; in __bt_relink() local
H A Dbt_search.c73 pgno_t pg; in __bt_search() local
H A Dbt_put.c77 pgno_t pg; in __bt_put() local
H A Dbtree.h143 #define GETBINTERNAL(pg, indx) \ argument
181 #define GETRINTERNAL(pg, indx) \ argument
204 #define GETBLEAF(pg, indx) \ argument
249 #define GETRLEAF(pg, indx) \ argument
326 EPGNO pg; /* B: Saved tree reference. */ member
H A Dbt_split.c798 bt_preserve(BTREE *t, pgno_t pg) in bt_preserve()
/minix3/sys/ufs/lfs/
H A Dlfs_pages.c148 wait_for_page(struct vnode *vp, struct vm_page *pg, const char *label) in wait_for_page()
188 write_and_wait(struct lfs *fs, struct vnode *vp, struct vm_page *pg, in write_and_wait()
247 struct vm_page *pgs[MAXBSIZE / PAGE_SIZE], *pg; in check_dirty() local
467 struct vm_page *pg, *busypg; in lfs_putpages() local
H A Dlfs_vfsops.c1895 struct vm_page *pg; in lfs_gop_write() local
/minix3/lib/libc/db/recno/
H A Drec_search.c73 pgno_t pg; in __rec_search() local
H A Drec_put.c199 pgno_t pg; in __rec_iput() local
/minix3/sys/uvm/pmap/
H A Dvmpagemd.h88 #define VM_PAGEMD_PVLIST_LOCK(pg, list_change) \ argument
105 #define VM_MDPAGE_INIT(pg) \ argument
/minix3/sys/arch/x86/include/
H A Dpmap.h220 #define pmap_clear_modify(pg) pmap_clear_attrs(pg, PG_M) argument
221 #define pmap_clear_reference(pg) pmap_clear_attrs(pg, PG_U) argument
223 #define pmap_is_modified(pg) pmap_test_attrs(pg, PG_M) argument
224 #define pmap_is_referenced(pg) pmap_test_attrs(pg, PG_U) argument
357 pmap_page_protect(struct vm_page *pg, vm_prot_t prot) in pmap_page_protect()
H A Dbus_private.h118 #define _BUS_VM_PAGE_TO_BUS(pg) _BUS_PHYS_TO_BUS(VM_PAGE_TO_PHYS(pg)) argument
/minix3/sys/uvm/
H A Duvm_page.h382 #define VM_PAGE_TO_MD(pg) (&(pg)->mdpage) argument
388 #define VM_PGCOLOR_BUCKET(pg) \ argument
394 #define VM_FREE_PAGE_TO_CPU(pg) ((struct uvm_cpu *)((uintptr_t)pg->offset)) argument
/minix3/usr.bin/whatis/
H A Dwhatis.c77 glob_t pg; in main() local
/minix3/minix/llvm/passes/asr/
H A DASRPass.cpp288 std::vector<unsigned> pg(globalList.size()); in runOnModule() local
321 std::vector<unsigned> pg(functionList.size()); in runOnModule() local
433 std::vector<unsigned> pg(allocaAddressTaken.size()); in runOnModule() local
/minix3/usr.bin/apropos/
H A Dapropos.c80 glob_t pg; in main() local
/minix3/usr.bin/man/
H A Dman.c136 glob_t pg; in main() local
543 manual(char *page, struct manstate *mp, glob_t *pg) in manual()
1052 glob_t pg; in printmanpath() local
/minix3/sys/arch/arm/include/arm32/
H A Dpmap.h338 #define pmap_is_modified(pg) \ argument
340 #define pmap_is_referenced(pg) \ argument
1091 #define VM_MDPAGE_PVH_ATTRS_INIT(pg) \ argument
1094 #define VM_MDPAGE_PVH_ATTRS_INIT(pg) \ argument
1098 #define VM_MDPAGE_INIT(pg) \ argument
/minix3/sys/arch/i386/include/
H A Dpmap.h413 #define VM_MDPAGE_INIT(pg) \ argument
/minix3/sys/ufs/ffs/
H A Dffs_alloc.c210 struct vm_page *pg; in ffs_alloc() local
334 struct vm_page *pg; in ffs_realloccg() local
/minix3/libexec/makewhatis/
H A Dmakewhatis.c135 glob_t pg; in main() local
/minix3/lib/libkvm/
H A Dkvm_proc.c203 struct vm_page pg; in _kvm_ureadm() local

12