Searched refs:pdep (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/usr.sbin/makefs/msdos/
H A Dmsdosfs_vnops.c362 msdosfs_mkfile(const char *path, struct denode *pdep, fsnode *node) argument
381 if (pdep->de_StartCluster == MSDOSFSROOT
382 && pdep->de_fndoffset >= pdep->de_FileSize) {
394 if ((error = uniqdosname(pdep, &cn, ndirent.de_Name)) != 0)
401 ndirent.de_pmp = pdep->de_pmp;
405 if ((error = msdosfs_findslot(pdep, &cn)) != 0)
407 if ((error = createde(&ndirent, pdep, &dep, &cn)) != 0)
541 msdosfs_mkdire(const char *path, struct denode *pdep, fsnode *node) { argument
545 struct msdosfsmount *pmp = pdep
[all...]
/freebsd-13-stable/sys/i386/include/
H A Dpmap_nopae.h83 #define pde_cmpset(pdep, old, new) atomic_cmpset_int(pdep, old, new)
H A Dpmap_pae.h100 #define pde_cmpset(pdep, old, new) atomic_cmpset_64_i586(pdep, old, new)
H A Dpmap.h153 #define pde_store(pdep, pde) pte_store(pdep, pde)
/freebsd-13-stable/usr.sbin/portsnap/make_index/
H A Dmake_index.c55 DEP * pdep; member in struct:port
160 p->pdep = makelist(strsep(&line, "|"), &p->n_pdep);
266 p->pdep[i].p = findport(pp, 0, pplen, p->pdep[i].name, p->portdir);
325 p->pdep = recurse_one(p->pdep, &p->n_pdep);
387 sortpkgs(p->pdep, p->n_pdep);
406 printf("%s%s", i ? " " : "", p->pdep[i].p->pkgname);
/freebsd-13-stable/sys/mips/mips/
H A Dtrap.c1385 pd_entry_t *pdep; local
1388 pdep = (&(p->p_vmspace->vm_pmap.pm_segtab[(va >> SEGSHIFT) & (NPDEPG - 1)]));
1389 if (*pdep)
1394 *pdepp = pdep;
1402 pd_entry_t *pdep; local
1424 get_mapping_info((vm_offset_t)pc, &pdep, &ptep);
1434 (intmax_t)pc, (void *)(intptr_t)*pdep, (uintmax_t)(ptep ? *ptep : 0));
1442 (intmax_t)pc, (void *)(intptr_t)*pdep, (uintmax_t)(ptep ? *ptep : 0));
1450 pd_entry_t *pdep; local
1493 get_mapping_info((vm_offset_t)pc, &pdep,
[all...]
H A Dpmap.c1199 pd_entry_t *pdep, *pde; local
1204 pdep = &pmap->pm_segtab[segindex];
1205 if (*pdep == NULL) {
1215 pg = PHYS_TO_VM_PAGE(MIPS_DIRECT_TO_PHYS(*pdep));
1219 pde = (pd_entry_t *)*pdep;
/freebsd-13-stable/sys/fs/msdosfs/
H A Dmsdosfs_lookup.c932 * pdep directory where the entry is removed
936 removede(struct denode *pdep, struct denode *dep) argument
943 struct msdosfsmount *pmp = pdep->de_pmp;
944 u_long offset = pdep->de_fndoffset;
955 error = pcbmap(pdep, de_cluster(pmp, offset), &bn, 0, &blsize);
969 && offset != pdep->de_fndoffset) {
988 if (DOINGASYNC(DETOV(pdep)))
H A Dmsdosfs_vnops.c139 struct denode *pdep = VTODE(ap->a_dvp); local
152 if (pdep->de_StartCluster == MSDOSFSROOT
153 && pdep->de_fndoffset >= pdep->de_FileSize) {
169 error = uniqdosname(pdep, cnp, ndirent.de_Name);
177 ndirent.de_pmp = pdep->de_pmp;
181 error = createde(&ndirent, pdep, &dep, cnp);
1305 struct denode *pdep = VTODE(ap->a_dvp); local
1307 struct msdosfsmount *pmp = pdep->de_pmp;
1320 if (pdep
[all...]
H A Ddenode.h285 int removede(struct denode *pdep, struct denode *dep);
/freebsd-13-stable/sys/amd64/include/
H A Dpmap.h325 #define pde_store(pdep, pde) pte_store(pdep, pde)
/freebsd-13-stable/sys/amd64/amd64/
H A Dpmap.c3709 pd_entry_t pde, *pdep; local
3728 pdep = pmap_pdpe_to_pde(pdpep, va);
3729 if (pdep == NULL || ((pde = *pdep) & PG_V) == 0)
3738 pte = *pmap_pde_to_pte(pdep, va);
9482 pd_entry_t *pdep; local
9506 pdep = pmap_pde(pmap, addr);
9507 if (pdep != NULL && (*pdep & PG_V) != 0) {
9508 if ((*pdep
[all...]
/freebsd-13-stable/sys/arm64/arm64/
H A Dpmap.c6725 pd_entry_t *pdep; local
6740 pdep = pmap_pde(pmap, far, &lvl);
6741 if (pdep == NULL || lvl != (dfsc - ISS_DATA_DFSC_TF_L1)) {
6748 ptep = pmap_l0_to_l1(pdep, far);
6751 ptep = pmap_l1_to_l2(pdep, far);
6754 ptep = pmap_l2_to_l3(pdep, far);

Completed in 130 milliseconds