Searched refs:vp (Results 251 - 275 of 425) sorted by relevance

<<11121314151617

/freebsd-current/sys/i386/linux/
H A Dimgact_linux.c115 VOP_UNLOCK(imgp->vp);
144 error = vn_rdwr(UIO_READ, imgp->vp, (void *)vmaddr, file_offset,
173 MAP_PRIVATE | MAP_FIXED, OBJT_VNODE, imgp->vp, file_offset);
224 vn_lock(imgp->vp, LK_EXCLUSIVE | LK_RETRY);
/freebsd-current/sys/sys/
H A Dextattr.h68 int extattr_check_cred(struct vnode *vp, int attrnamespace,
/freebsd-current/sys/fs/devfs/
H A Ddevfs_vfsops.c208 struct vnode *vp; local
213 error = devfs_allocv(dmp->dm_rootdir, mp, LK_EXCLUSIVE, &vp);
216 vp->v_vflag |= VV_ROOT;
217 *vpp = vp;
/freebsd-current/bin/sh/
H A Dvar.h64 struct var *vp; /* the variable that was made local */ member in struct:localvar
/freebsd-current/usr.sbin/jail/
H A Dconfig.c136 struct cfparam *p, *vp, *tp; local
190 TAILQ_FOREACH(vp, &j->params, tq)
191 if (!strcmp(vp->name, v->name))
193 if (!vp || TAILQ_EMPTY(&vp->val)) {
199 TAILQ_FOREACH(vp, &j->params, tq)
200 if (vp->gen == pgen)
201 vp->flags |= PF_BAD;
204 if (vp->flags & PF_BAD)
206 if (vp
[all...]
/freebsd-current/sys/security/mac_bsdextended/
H A Dmac_bsdextended.c228 struct ucred *cred, struct vnode *vp, struct vattr *vap, int acc_mode)
303 match = (fsidcmp(&vp->v_mount->mnt_stat.f_fsid,
423 ugidfw_check(struct ucred *cred, struct vnode *vp, struct vattr *vap, argument
440 vp, vap, acc_mode);
453 ugidfw_check_vp(struct ucred *cred, struct vnode *vp, int acc_mode) argument
460 error = VOP_GETATTR(vp, &vap, cred);
463 return (ugidfw_check(cred, vp, &vap, acc_mode));
227 ugidfw_rulecheck(struct mac_bsdextended_rule *rule, struct ucred *cred, struct vnode *vp, struct vattr *vap, int acc_mode) argument
/freebsd-current/sys/fs/unionfs/
H A Dunion_vfsops.c240 KASSERT(lowerrootvp != NULL, ("%s: NULL lower root vp", __func__));
241 KASSERT(upperrootvp != NULL, ("%s: NULL upper root vp", __func__));
298 * create a unionfs node with a NULL upper or lower vp and with
415 struct vnode *vp; local
418 vp = ump->um_rootvp;
421 vp, VOP_ISLOCKED(vp));
423 vref(vp);
425 vn_lock(vp, flags);
427 *vpp = vp;
[all...]
/freebsd-current/sys/security/mac_test/
H A Dmac_test.c534 struct label *direntlabel, struct vnode *vp, struct label *vplabel)
545 struct devfs_dirent *de, struct label *delabel, struct vnode *vp,
949 test_kld_check_load(struct ucred *cred, struct vnode *vp, argument
2023 test_system_check_acct(struct ucred *cred, struct vnode *vp, argument
2047 test_system_check_auditctl(struct ucred *cred, struct vnode *vp, argument
2082 test_system_check_swapoff(struct ucred *cred, struct vnode *vp, argument
2095 test_system_check_swapon(struct ucred *cred, struct vnode *vp, argument
2458 struct vnode *vp, struct label *vplabel)
2471 struct vnode *vp, struct label *vplabel)
2481 test_vnode_check_access(struct ucred *cred, struct vnode *vp, argument
533 test_devfs_update(struct mount *mp, struct devfs_dirent *devfs_dirent, struct label *direntlabel, struct vnode *vp, struct label *vplabel) argument
544 test_devfs_vnode_associate(struct mount *mp, struct label *mplabel, struct devfs_dirent *de, struct label *delabel, struct vnode *vp, struct label *vplabel) argument
2457 test_vnode_associate_extattr(struct mount *mp, struct label *mplabel, struct vnode *vp, struct label *vplabel) argument
2470 test_vnode_associate_singlelabel(struct mount *mp, struct label *mplabel, struct vnode *vp, struct label *vplabel) argument
2533 test_vnode_check_deleteacl(struct ucred *cred, struct vnode *vp, struct label *vplabel, acl_type_t type) argument
2546 test_vnode_check_deleteextattr(struct ucred *cred, struct vnode *vp, struct label *vplabel, int attrnamespace, const char *name) argument
2559 test_vnode_check_exec(struct ucred *cred, struct vnode *vp, struct label *vplabel, struct image_params *imgp, struct label *execlabel) argument
2574 test_vnode_check_getacl(struct ucred *cred, struct vnode *vp, struct label *vplabel, acl_type_t type) argument
2587 test_vnode_check_getextattr(struct ucred *cred, struct vnode *vp, struct label *vplabel, int attrnamespace, const char *name) argument
2600 test_vnode_check_link(struct ucred *cred, struct vnode *dvp, struct label *dvplabel, struct vnode *vp, struct label *vplabel, struct componentname *cnp) argument
2615 test_vnode_check_listextattr(struct ucred *cred, struct vnode *vp, struct label *vplabel, int attrnamespace) argument
2641 test_vnode_check_mmap(struct ucred *cred, struct vnode *vp, struct label *vplabel, int prot, int flags) argument
2654 test_vnode_check_open(struct ucred *cred, struct vnode *vp, struct label *vplabel, accmode_t accmode) argument
2667 test_vnode_check_poll(struct ucred *active_cred, struct ucred *file_cred, struct vnode *vp, struct label *vplabel) argument
2682 test_vnode_check_read(struct ucred *active_cred, struct ucred *file_cred, struct vnode *vp, struct label *vplabel) argument
2710 test_vnode_check_readlink(struct ucred *cred, struct vnode *vp, struct label *vplabel) argument
2723 test_vnode_check_relabel(struct ucred *cred, struct vnode *vp, struct label *vplabel, struct label *newlabel) argument
2737 test_vnode_check_rename_from(struct ucred *cred, struct vnode *dvp, struct label *dvplabel, struct vnode *vp, struct label *vplabel, struct componentname *cnp) argument
2752 test_vnode_check_rename_to(struct ucred *cred, struct vnode *dvp, struct label *dvplabel, struct vnode *vp, struct label *vplabel, int samedir, struct componentname *cnp) argument
2767 test_vnode_check_revoke(struct ucred *cred, struct vnode *vp, struct label *vplabel) argument
2780 test_vnode_check_setacl(struct ucred *cred, struct vnode *vp, struct label *vplabel, acl_type_t type, struct acl *acl) argument
2793 test_vnode_check_setextattr(struct ucred *cred, struct vnode *vp, struct label *vplabel, int attrnamespace, const char *name) argument
2806 test_vnode_check_setflags(struct ucred *cred, struct vnode *vp, struct label *vplabel, u_long flags) argument
2819 test_vnode_check_setmode(struct ucred *cred, struct vnode *vp, struct label *vplabel, mode_t mode) argument
2832 test_vnode_check_setowner(struct ucred *cred, struct vnode *vp, struct label *vplabel, uid_t uid, gid_t gid) argument
2845 test_vnode_check_setutimes(struct ucred *cred, struct vnode *vp, struct label *vplabel, struct timespec atime, struct timespec mtime) argument
2858 test_vnode_check_stat(struct ucred *active_cred, struct ucred *file_cred, struct vnode *vp, struct label *vplabel) argument
2873 test_vnode_check_unlink(struct ucred *cred, struct vnode *dvp, struct label *dvplabel, struct vnode *vp, struct label *vplabel, struct componentname *cnp) argument
2888 test_vnode_check_write(struct ucred *active_cred, struct ucred *file_cred, struct vnode *vp, struct label *vplabel) argument
2913 test_vnode_create_extattr(struct ucred *cred, struct mount *mp, struct label *mplabel, struct vnode *dvp, struct label *dvplabel, struct vnode *vp, struct label *vplabel, struct componentname *cnp) argument
2937 test_vnode_execve_transition(struct ucred *old, struct ucred *new, struct vnode *vp, struct label *filelabel, struct label *interpvplabel, struct image_params *imgp, struct label *execlabel) argument
2953 test_vnode_execve_will_transition(struct ucred *old, struct vnode *vp, struct label *filelabel, struct label *interpvplabel, struct image_params *imgp, struct label *execlabel) argument
3002 test_vnode_relabel(struct ucred *cred, struct vnode *vp, struct label *vplabel, struct label *label) argument
3014 test_vnode_setlabel_extattr(struct ucred *cred, struct vnode *vp, struct label *vplabel, struct label *intlabel) argument
[all...]
/freebsd-current/sys/security/audit/
H A Daudit_bsm_klib.c423 struct vnode *vp; local
433 vp = rdir;
439 vp = cdir;
441 MPASS(vp != NULL);
462 error = vn_fullpath_global(vp, &rbuf, &fbuf);
/freebsd-current/sys/security/mac_mls/
H A Dmac_mls.c955 struct label *delabel, struct vnode *vp, struct label *vplabel)
967 struct devfs_dirent *de, struct label *delabel, struct vnode *vp,
2044 mls_system_check_acct(struct ucred *cred, struct vnode *vp, argument
2066 mls_system_check_auditctl(struct ucred *cred, struct vnode *vp, argument
2085 mls_system_check_swapon(struct ucred *cred, struct vnode *vp, argument
2454 struct vnode *vp, struct label *vplabel)
2465 error = vn_extattr_get(vp, IO_NODELOCKED, MAC_MLS_EXTATTR_NAMESPACE,
2494 struct vnode *vp, struct label *vplabel)
2559 mls_vnode_check_deleteacl(struct ucred *cred, struct vnode *vp, argument
2577 mls_vnode_check_deleteextattr(struct ucred *cred, struct vnode *vp, argument
954 mls_devfs_update(struct mount *mp, struct devfs_dirent *de, struct label *delabel, struct vnode *vp, struct label *vplabel) argument
966 mls_devfs_vnode_associate(struct mount *mp, struct label *mplabel, struct devfs_dirent *de, struct label *delabel, struct vnode *vp, struct label *vplabel) argument
2453 mls_vnode_associate_extattr(struct mount *mp, struct label *mplabel, struct vnode *vp, struct label *vplabel) argument
2493 mls_vnode_associate_singlelabel(struct mount *mp, struct label *mplabel, struct vnode *vp, struct label *vplabel) argument
2595 mls_vnode_check_exec(struct ucred *cred, struct vnode *vp, struct label *vplabel, struct image_params *imgp, struct label *execlabel) argument
2627 mls_vnode_check_getacl(struct ucred *cred, struct vnode *vp, struct label *vplabel, acl_type_t type) argument
2645 mls_vnode_check_getextattr(struct ucred *cred, struct vnode *vp, struct label *vplabel, int attrnamespace, const char *name) argument
2663 mls_vnode_check_link(struct ucred *cred, struct vnode *dvp, struct label *dvplabel, struct vnode *vp, struct label *vplabel, struct componentname *cnp) argument
2686 mls_vnode_check_listextattr(struct ucred *cred, struct vnode *vp, struct label *vplabel, int attrnamespace) argument
2723 mls_vnode_check_mmap(struct ucred *cred, struct vnode *vp, struct label *vplabel, int prot, int flags) argument
2751 mls_vnode_check_open(struct ucred *cred, struct vnode *vp, struct label *vplabel, accmode_t accmode) argument
2776 mls_vnode_check_poll(struct ucred *active_cred, struct ucred *file_cred, struct vnode *vp, struct label *vplabel) argument
2794 mls_vnode_check_read(struct ucred *active_cred, struct ucred *file_cred, struct vnode *vp, struct label *vplabel) argument
2830 mls_vnode_check_readlink(struct ucred *cred, struct vnode *vp, struct label *vplabel) argument
2848 mls_vnode_check_relabel(struct ucred *cred, struct vnode *vp, struct label *vplabel, struct label *newlabel) argument
2899 mls_vnode_check_rename_from(struct ucred *cred, struct vnode *dvp, struct label *dvplabel, struct vnode *vp, struct label *vplabel, struct componentname *cnp) argument
2923 mls_vnode_check_rename_to(struct ucred *cred, struct vnode *dvp, struct label *dvplabel, struct vnode *vp, struct label *vplabel, int samedir, struct componentname *cnp) argument
2949 mls_vnode_check_revoke(struct ucred *cred, struct vnode *vp, struct label *vplabel) argument
2967 mls_vnode_check_setacl(struct ucred *cred, struct vnode *vp, struct label *vplabel, acl_type_t type, struct acl *acl) argument
2985 mls_vnode_check_setextattr(struct ucred *cred, struct vnode *vp, struct label *vplabel, int attrnamespace, const char *name) argument
3005 mls_vnode_check_setflags(struct ucred *cred, struct vnode *vp, struct label *vplabel, u_long flags) argument
3023 mls_vnode_check_setmode(struct ucred *cred, struct vnode *vp, struct label *vplabel, mode_t mode) argument
3041 mls_vnode_check_setowner(struct ucred *cred, struct vnode *vp, struct label *vplabel, uid_t uid, gid_t gid) argument
3059 mls_vnode_check_setutimes(struct ucred *cred, struct vnode *vp, struct label *vplabel, struct timespec atime, struct timespec mtime) argument
3077 mls_vnode_check_stat(struct ucred *active_cred, struct ucred *file_cred, struct vnode *vp, struct label *vplabel) argument
3095 mls_vnode_check_unlink(struct ucred *cred, struct vnode *dvp, struct label *dvplabel, struct vnode *vp, struct label *vplabel, struct componentname *cnp) argument
3119 mls_vnode_check_write(struct ucred *active_cred, struct ucred *file_cred, struct vnode *vp, struct label *vplabel) argument
3137 mls_vnode_create_extattr(struct ucred *cred, struct mount *mp, struct label *mplabel, struct vnode *dvp, struct label *dvplabel, struct vnode *vp, struct label *vplabel, struct componentname *cnp) argument
3160 mls_vnode_relabel(struct ucred *cred, struct vnode *vp, struct label *vplabel, struct label *label) argument
3172 mls_vnode_setlabel_extattr(struct ucred *cred, struct vnode *vp, struct label *vplabel, struct label *intlabel) argument
[all...]
/freebsd-current/sys/ufs/ffs/
H A Dffs_alloc.c261 struct vnode *vp; local
270 vp = ITOV(ip);
281 if (vp->v_mount->mnt_kern_flag & MNTK_SUSPENDED)
310 error = bread_gb(vp, lbprev, osize, NOCRED, gbflags, &bp);
403 if (!DOINGSOFTDEP(vp))
419 ip->i_number, vp->v_type, NULL,
456 softdep_request_cleanup(fs, vp, cred, FLUSH_BLOCKS_WAIT);
571 struct vnode *vp; local
582 vp = ap->a_vp;
583 ip = VTOI(vp);
838 struct vnode *vp; local
3266 struct vnode *vp, *dvp, *fdvp; local
[all...]
H A Dffs_softdep.c388 softdep_prealloc(struct vnode *vp, int waitok) argument
425 softdep_fsync(struct vnode *vp) /* the "in_core" copy of the inode */ argument
432 softdep_fsync_mountdev(struct vnode *vp) argument
449 softdep_sync_metadata(struct vnode *vp) argument
456 softdep_sync_buf(struct vnode *vp, struct buf *bp, int waitfor) argument
463 softdep_slowdown(struct vnode *vp) argument
471 struct vnode *vp,
566 struct vnode *vp,
1370 * hold a locked vnode vp, and might have a locked buffer bp belonging
1371 * to vp
470 softdep_request_cleanup(struct fs *fs, struct vnode *vp, struct ucred *cred, int resource) argument
565 softdep_prelink(struct vnode *dvp, struct vnode *vp, struct componentname *cnp) argument
1393 get_parent_vp(struct vnode *vp, struct mount *mp, ino_t inum, struct buf *bp, struct diraddhd *diraddhdp, struct diraddhd *unfinishedp, struct vnode **rvp) argument
1769 process_removes(struct vnode *vp) argument
1818 process_truncates(struct vnode *vp) argument
2902 struct vnode *vp; local
3147 softdep_prealloc(struct vnode *vp, int waitok) argument
3194 softdep_prerename_vnode(struct ufsmount *ump, struct vnode *vp) argument
3284 softdep_prelink(struct vnode *dvp, struct vnode *vp, struct componentname *cnp) argument
6746 struct vnode *vp; local
7237 struct vnode *vp; local
7330 struct vnode *vp; local
8217 struct vnode *vp; local
9993 struct vnode *vp; local
12643 softdep_fsync( struct vnode *vp) argument
12810 softdep_fsync_mountdev(struct vnode *vp) argument
12912 softdep_sync_metadata(struct vnode *vp) argument
12949 softdep_sync_buf(struct vnode *vp, struct buf *bp, int waitfor) argument
13097 flush_inodedep_deps( struct vnode *vp, struct mount *mp, ino_t ino) argument
13205 flush_newblk_dep( struct vnode *vp, struct mount *mp, ufs_lbn_t lbn) argument
13312 struct vnode *vp; local
13476 softdep_slowdown(struct vnode *vp) argument
13536 softdep_request_cleanup_filter(struct vnode *vp, void *arg __unused) argument
13545 struct vnode *vp, *mvp; local
13579 softdep_request_cleanup( struct fs *fs, struct vnode *vp, struct ucred *cred, int resource) argument
14059 struct vnode *vp; local
14118 struct vnode *vp; local
14260 struct vnode *vp; local
14717 drain_output(struct vnode *vp) argument
[all...]
/freebsd-current/sys/vm/
H A Dvm_object.c541 struct vnode *vp = (struct vnode *) object->handle; local
546 KASSERT(vp != NULL, ("vm_object_deallocate_vnode: missing vp"));
559 vrele(vp);
1101 VOP_FSYNC(vp, (pagerflags & VM_PAGER_PUT_SYNC) ? MNT_WAIT : 0);
1176 struct vnode *vp; local
1208 ((vp = object->handle)->v_vflag & VV_NOSYNC) == 0) {
1210 (void)vn_start_write(vp, &mp, V_WAIT);
1211 vn_lock(vp, LK_EXCLUSIVE | LK_RETRY);
1233 error = VOP_FSYNC(vp, MNT_WAI
2446 struct vnode *vp; local
2505 struct vnode *vp; local
[all...]
H A Dswap_pager.c2345 struct vnode *vp; local
2371 vp = nd.ni_vp;
2373 if (vn_isdisk_error(vp, &error)) {
2374 error = swapongeom(vp);
2375 } else if (vp->v_type == VREG &&
2376 (vp->v_mount->mnt_vfc->vfc_flags & VFCF_NETWORK) != 0 &&
2377 (error = VOP_GETATTR(vp, &attr, td->td_ucred)) == 0) {
2382 error = swaponvp(td, vp, attr.va_size / DEV_BSIZE);
2386 vput(vp);
2388 VOP_UNLOCK(vp);
2414 swaponsomething(struct vnode *vp, void *id, u_long nblks, sw_strategy_t *strategy, sw_close_t *close, dev_t dev, int flags) argument
2484 struct vnode *vp; local
2976 swapongeom_locked(struct cdev *dev, struct vnode *vp) argument
3023 swapongeom(struct vnode *vp) argument
3074 struct vnode *vp; local
3083 swaponvp(struct thread *td, struct vnode *vp, u_long nblks) argument
[all...]
/freebsd-current/tools/test/stress2/testcases/openat/
H A Ddoat.c45 void *vp; member in union:param
315 tests[3].tests[0].params[2].vp = &buf;
320 tests[3].tests[1].params[2].vp = &buf;
325 tests[3].tests[2].params[2].vp = &buf;
330 tests[3].tests[2].params[2].vp = &buf;
335 tests[3].tests[3].params[2].vp = &buf;
340 tests[3].tests[4].params[2].vp = &buf;
350 tests[4].tests[0].params[2].vp = times;
354 tests[4].tests[1].params[2].vp = times;
358 tests[4].tests[2].params[2].vp
[all...]
/freebsd-current/tools/regression/doat/
H A Ddoat.c48 void *vp; member in union:param
318 tests[3].tests[0].params[2].vp = &buf;
323 tests[3].tests[1].params[2].vp = &buf;
328 tests[3].tests[2].params[2].vp = &buf;
333 tests[3].tests[2].params[2].vp = &buf;
338 tests[3].tests[3].params[2].vp = &buf;
343 tests[3].tests[4].params[2].vp = &buf;
353 tests[4].tests[0].params[2].vp = times;
357 tests[4].tests[1].params[2].vp = times;
361 tests[4].tests[2].params[2].vp
[all...]
/freebsd-current/contrib/tcsh/
H A Dsh.hist.c516 struct varent *vp = adrof(STRtestHashTimings); local
517 if (vp && vp->vec) {
519 Char **vals = vp->vec;
1083 struct varent *vp = adrof(STRhistory); local
1085 if (vp && vp->vec != NULL && vp->vec[0] && vp->vec[1])
1086 cp = vp
1129 dohist(Char **vp, struct command *c) argument
[all...]
H A Dtc.prompt.c619 struct varent *vp; local
642 vp = adrof(var);
643 if (vp && vp->vec) {
644 for (i = 0; vp->vec[i] != NULL; i++) {
645 for (val = vp->vec[i]; *val; val++)
648 if (vp->vec[i+1])
653 val = (!vp) ? tgetenv(var) : NULL;
/freebsd-current/sys/fs/nfsclient/
H A Dnfs_clvfsops.c286 struct vnode *vp; local
329 vp = NFSTOV(np);
333 error = nfsrpc_fsinfo(vp, &fs, td->td_ucred, td, &nfsva,
340 error = nfsrpc_statfs(vp, &sb, &fs, NULL, td->td_ucred, td,
349 vput(vp);
374 (void) nfscl_loadattrcache(&vp, &nfsva, NULL, 0, 1);
387 } else if (NFS_ISV4(vp)) {
390 vput(vp);
399 ncl_fsinfo(struct nfsmount *nmp, struct vnode *vp, struct ucred *cred, argument
406 error = nfsrpc_fsinfo(vp,
439 struct vnode *vp; local
925 struct vnode *vp; local
1961 struct vnode *vp; local
2005 struct vnode *vp, *mvp; local
2131 nfs_getnlminfo(struct vnode *vp, uint8_t *fhp, size_t *fhlenp, struct sockaddr_storage *sp, int *is_v3p, off_t *sizep, struct timeval *timeop) argument
[all...]
/freebsd-current/sys/fs/ext2fs/
H A Dext2_lookup.c143 struct vnode *vp = ap->a_vp; local
159 ip = VTOI(vp);
183 error = ext2_blkatoff(vp, uio->uio_offset, NULL, &bp);
1211 struct vnode *vp; local
1215 vp = ITOV(target);
1226 if (vp->v_type != VDIR) {
1230 error = vn_rdwr(UIO_READ, vp, (caddr_t)&dirbuf,
1249 vput(vp);
1250 if ((error = VFS_VGET(vp->v_mount, le32toh(dirbuf.dotdot_ino),
1251 LK_EXCLUSIVE, &vp)) !
[all...]
/freebsd-current/sys/kern/
H A Duipc_mqueue.c157 #define VTON(vp) (((struct mqfs_vdata *)((vp)->v_data))->mv_node)
158 #define VTOMQ(vp) ((struct mqueue *)(VTON(vp)->mn_data))
725 struct vnode *vp = (struct vnode *)context; local
727 vn_lock(vp, LK_EXCLUSIVE | LK_RETRY);
728 vrecycle(vp);
729 VOP_UNLOCK(vp);
730 vdrop(vp);
1108 struct vnode *vp local
1172 struct vnode *vp = ap->a_vp; local
1199 struct vnode *vp = ap->a_vp; local
1242 struct vnode *vp; local
1342 struct vnode *vp = ap->a_vp; local
1381 struct vnode *vp; local
[all...]
/freebsd-current/contrib/libxo/encoder/csv/
H A Denc_csv.c672 char *cp, *ep, *np, *vp; local
678 vp = strchr(cp, '=');
679 if (vp)
680 *vp++ = '\0';
684 if (vp != NULL && csv_record_path(xop, csv, vp))
693 if (vp != NULL && csv_record_leafs(xop, csv, vp))
/freebsd-current/contrib/netbsd-tests/lib/libc/locale/
H A Dt_io.c115 readfn(void *vp, char *buf, int len) argument
117 struct ibuf *ib = vp;
/freebsd-current/sys/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dzfs_znode_impl.h109 #define ITOZSB(vp) (VTOZ(vp)->z_zfsvfs)
/freebsd-current/sys/amd64/vmm/
H A Dvmm_stat.h85 void vmm_stat_init(void *vp);
86 void vmm_stat_free(void *vp);

Completed in 214 milliseconds

<<11121314151617