HomeSort by: relevance | last modified time | path
    Searched defs:pdir (Results 1 - 25 of 38) sorted by relevancy

1 2

  /src/lib/libkvm/
kvm_sparc64.c 109 uint64_t *pseg, *pdir, *ptbl; local
172 if (_kvm_pread(kd, kd->pmfd, &pdir, sizeof(pdir),
174 != sizeof(pdir)) {
179 if (!pdir) {
185 _kvm_pa2off(kd, (paddr_t)&pdir[va_to_dir(va)]))
kvm_sparc64.c 109 uint64_t *pseg, *pdir, *ptbl; local
172 if (_kvm_pread(kd, kd->pmfd, &pdir, sizeof(pdir),
174 != sizeof(pdir)) {
179 if (!pdir) {
185 _kvm_pa2off(kd, (paddr_t)&pdir[va_to_dir(va)]))
  /src/sys/arch/amd64/amd64/
prekern.c 120 pd_entry_t *pdir = (pd_entry_t *)bootspace.pdir; local
123 pdir[509] = 0;
prekern.c 120 pd_entry_t *pdir = (pd_entry_t *)bootspace.pdir; local
123 pdir[509] = 0;
  /src/sys/arch/x86/include/
bootspace.h 104 vaddr_t pdir; member in struct:bootspace
bootspace.h 104 vaddr_t pdir; member in struct:bootspace
  /src/sys/arch/hppa/stand/xxboot/
readufs.c 227 struct direct *pdir; local
242 for ( ; pdir = (void *) p, p < endp; p += pdir->d_reclen) {
243 if (pdir->d_ino && !strcmp(fn, pdir->d_name))
244 return pdir->d_ino;
305 struct direct *pdir; local
316 for ( ; pdir = (void *) p, p < endp; p += pdir->d_reclen) {
317 if (pdir->d_ino
    [all...]
readufs.c 227 struct direct *pdir; local
242 for ( ; pdir = (void *) p, p < endp; p += pdir->d_reclen) {
243 if (pdir->d_ino && !strcmp(fn, pdir->d_name))
244 return pdir->d_ino;
305 struct direct *pdir; local
316 for ( ; pdir = (void *) p, p < endp; p += pdir->d_reclen) {
317 if (pdir->d_ino
    [all...]
  /src/sys/arch/x68k/stand/boot_ufs/
readufs.c 227 struct direct *pdir; local
246 for ( ; pdir = (void *) p, p < endp; p += pdir->d_reclen) {
247 if (pdir->d_ino && !strcmp(fn, pdir->d_name))
248 return pdir->d_ino;
309 struct direct *pdir; local
320 for ( ; pdir = (void *) p, p < endp; p += pdir->d_reclen) {
321 if (pdir->d_ino
    [all...]
readufs.c 227 struct direct *pdir; local
246 for ( ; pdir = (void *) p, p < endp; p += pdir->d_reclen) {
247 if (pdir->d_ino && !strcmp(fn, pdir->d_name))
248 return pdir->d_ino;
309 struct direct *pdir; local
320 for ( ; pdir = (void *) p, p < endp; p += pdir->d_reclen) {
321 if (pdir->d_ino
    [all...]
  /src/sys/ufs/chfs/
chfs_vnode.c 141 chfs_readdirent(struct mount *mp, struct chfs_node_ref *chnr, struct chfs_inode *pdir)
187 chfs_add_fd_to_inode(chmp, pdir, fd);
196 struct chfs_inode *ip, *pdir; local
206 pdir = VTOI(dvp);
221 chvc->pvno = pdir->ino;
274 pdir->iflag |= (IN_ACCESS | IN_CHANGE | IN_MODIFY | IN_UPDATE);
277 error = chfs_write_flash_vnode(chmp, pdir, ALLOC_NORMAL);
287 nfd->version = (++pdir->chvc->highest_version);
295 error = chfs_write_flash_dirent(chmp, pdir, ip, nfd, ip->ino, ALLOC_NORMAL);
305 chfs_add_fd_to_inode(chmp, pdir, nfd)
    [all...]
chfs_vnode.c 141 chfs_readdirent(struct mount *mp, struct chfs_node_ref *chnr, struct chfs_inode *pdir)
187 chfs_add_fd_to_inode(chmp, pdir, fd);
196 struct chfs_inode *ip, *pdir; local
206 pdir = VTOI(dvp);
221 chvc->pvno = pdir->ino;
274 pdir->iflag |= (IN_ACCESS | IN_CHANGE | IN_MODIFY | IN_UPDATE);
277 error = chfs_write_flash_vnode(chmp, pdir, ALLOC_NORMAL);
287 nfd->version = (++pdir->chvc->highest_version);
295 error = chfs_write_flash_dirent(chmp, pdir, ip, nfd, ip->ino, ALLOC_NORMAL);
305 chfs_add_fd_to_inode(chmp, pdir, nfd)
    [all...]
  /src/external/bsd/openldap/dist/libraries/libldap/
tavl.c 202 unsigned char pdir[MAX_TREE_DEPTH]; local
215 pdir[depth] = side;
233 pdir[depth++] = 0;
235 pdir[depth] = 1;
257 r->avl_link[pdir[side-1]] = q;
289 r = p->avl_link[pdir[depth-1]];
311 side = pdir[depth];
324 side = pdir[depth];
tavl.c 202 unsigned char pdir[MAX_TREE_DEPTH]; local
215 pdir[depth] = side;
233 pdir[depth++] = 0;
235 pdir[depth] = 1;
257 r->avl_link[pdir[side-1]] = q;
289 r = p->avl_link[pdir[depth-1]];
311 side = pdir[depth];
324 side = pdir[depth];
avl.c 195 unsigned char pdir[MAX_TREE_DEPTH]; local
208 pdir[depth] = side;
225 pdir[depth++] = 0;
227 pdir[depth] = 1;
245 r->avl_link[pdir[side-1]] = q;
271 side = pdir[depth];
279 side = pdir[depth];
avl.c 195 unsigned char pdir[MAX_TREE_DEPTH]; local
208 pdir[depth] = side;
225 pdir[depth++] = 0;
227 pdir[depth] = 1;
245 r->avl_link[pdir[side-1]] = q;
271 side = pdir[depth];
279 side = pdir[depth];
  /src/sys/ufs/ext2fs/
ext2fs_vnops.c 988 struct inode *ip, *pdir; local
993 pdir = VTOI(dvp);
996 ulr = &pdir->i_crap;
997 UFS_CHECK_CRAPCOUNTER(pdir);
ext2fs_vnops.c 988 struct inode *ip, *pdir; local
993 pdir = VTOI(dvp);
996 ulr = &pdir->i_crap;
997 UFS_CHECK_CRAPCOUNTER(pdir);
ext2fs_vfsops.c 1132 struct inode *ip, *pdir; local
1142 pdir = VTOI(dvp);
1143 fs = pdir->i_e2fs;
1184 ip->i_e2fs_gid = pdir->i_e2fs_gid;
1187 ip->i_e2fs_gid_high = pdir->i_e2fs_gid_high;
ext2fs_vfsops.c 1132 struct inode *ip, *pdir; local
1142 pdir = VTOI(dvp);
1143 fs = pdir->i_e2fs;
1184 ip->i_e2fs_gid = pdir->i_e2fs_gid;
1187 ip->i_e2fs_gid_high = pdir->i_e2fs_gid_high;
  /src/games/gomoku/
main.c 74 const char pdir[4] = "-\\|/"; variable
554 stoc(s1), pdir[r1], stoc(s2), pdir[r2],
main.c 74 const char pdir[4] = "-\\|/"; variable
554 stoc(s1), pdir[r1], stoc(s2), pdir[r2],
  /src/external/bsd/atf/dist/atf-c/detail/
fs_test.c 572 atf_fs_path_t pdir, pfile; local
575 RE(atf_fs_path_init_fmt(&pdir, "dir"));
578 create_dir(atf_fs_path_cstring(&pdir), 0755);
582 RE(atf_fs_exists(&pdir, &b));
595 ATF_REQUIRE(chmod(atf_fs_path_cstring(&pdir), 0000) != -1);
599 ATF_REQUIRE(chmod(atf_fs_path_cstring(&pdir), 0755) != -1);
609 atf_fs_path_fini(&pdir);
fs_test.c 572 atf_fs_path_t pdir, pfile; local
575 RE(atf_fs_path_init_fmt(&pdir, "dir"));
578 create_dir(atf_fs_path_cstring(&pdir), 0755);
582 RE(atf_fs_exists(&pdir, &b));
595 ATF_REQUIRE(chmod(atf_fs_path_cstring(&pdir), 0000) != -1);
599 ATF_REQUIRE(chmod(atf_fs_path_cstring(&pdir), 0755) != -1);
609 atf_fs_path_fini(&pdir);
  /src/libexec/ftpd/
cmds.c 603 struct stat *pdir, dir; local
626 pdir = fe->pdirstat;
627 if (pdir == NULL && CURCLASS_FLAGS_ISSET(modify)) {
646 pdir = &dir;
650 if (pdir != NULL) {
651 if (pdir->st_uid == geteuid())
652 pdirwok = ((pdir->st_mode & S_IWUSR) != 0);
653 else if (matchgroup(pdir->st_gid))
654 pdirwok = ((pdir->st_mode & S_IWGRP) != 0);
656 pdirwok = ((pdir->st_mode & S_IWOTH) != 0)
    [all...]

Completed in 78 milliseconds

1 2