Searched defs:vp (Results 226 - 250 of 355) sorted by relevance

1234567891011>>

/freebsd-10.0-release/sys/kern/
H A Dvfs_mountroot.c250 struct vnode *vp, *vporoot, *vpdevfs; local
[all...]
/freebsd-10.0-release/sys/netgraph/atm/
H A Dng_atm.c180 const struct atmio_vcctable *vp; local
/freebsd-10.0-release/sys/nfsclient/
H A Dnfs_krpc.c429 nfs_request(struct vnode *vp, struct mbuf *mreq, int procnum, argument
H A Dnfs_vfsops.c271 struct vnode *vp; local
348 nfs_fsinfo(struct nfsmount *nmp, struct vnode *vp, struct ucred *cred, argument
431 struct vnode *vp; local
836 struct vnode *vp; local
1413 struct vnode *vp; local
1447 struct vnode *vp, *mvp; local
1558 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-10.0-release/sys/nlm/
H A Dnlm_advlock.c195 nlm_advlock_internal(struct vnode *vp, void *id, int op, struct flock *fl, argument
447 nlm_reclaim_free_lock(struct vnode *vp, struct flock *fl, void *arg) argument
484 nlm_client_recover_lock(struct vnode *vp, struct flock *fl, void *arg) argument
691 nlm_record_lock(struct vnode *vp, int op, struct flock *fl, int svid, int sysid, off_t size) argument
718 nlm_setlock(struct nlm_host *host, struct rpc_callextra *ext, rpcvers_t vers, struct timeval *timo, int retries, struct vnode *vp, int op, struct flock *fl, int flags, int svid, size_t fhlen, void *fh, off_t size, bool_t reclaim) argument
917 nlm_clearlock(struct nlm_host *host, struct rpc_callextra *ext, rpcvers_t vers, struct timeval *timo, int retries, struct vnode *vp, int op, struct flock *fl, int flags, int svid, size_t fhlen, void *fh, off_t size) argument
992 nlm_getlock(struct nlm_host *host, struct rpc_callextra *ext, rpcvers_t vers, struct timeval *timo, int retries, struct vnode *vp, int op, struct flock *fl, int flags, int svid, size_t fhlen, void *fh, off_t size) argument
[all...]
/freebsd-10.0-release/sys/security/audit/
H A Daudit_arg.c656 struct vnode *vp; local
766 audit_arg_vnode(struct vnode *vp, struct vnode_au_info *vnp) argument
790 audit_arg_vnode1(struct vnode *vp) argument
806 audit_arg_vnode2(struct vnode *vp) argument
898 struct vnode *vp; local
[all...]
/freebsd-10.0-release/sys/security/mac/
H A Dmac_vfs.c140 mac_vnode_init(struct vnode *vp) argument
194 mac_vnode_destroy(struct vnode *vp) argument
232 mac_devfs_update(struct mount *mp, struct devfs_dirent *de, struct vnode *vp) argument
240 mac_devfs_vnode_associate(struct mount *mp, struct devfs_dirent *de, struct vnode *vp) argument
249 mac_vnode_associate_extattr(struct mount *mp, struct vnode *vp) argument
262 mac_vnode_associate_singlelabel(struct mount *mp, struct vnode *vp) argument
279 mac_vnode_create_extattr(struct ucred *cred, struct mount *mp, struct vnode *dvp, struct vnode *vp, struct componentname *cnp) argument
313 mac_vnode_setlabel_extattr(struct ucred *cred, struct vnode *vp, struct label *intlabel) argument
346 mac_vnode_execve_transition(struct ucred *old, struct ucred *new, struct vnode *vp, struct label *interpvplabel, struct image_params *imgp) argument
357 mac_vnode_execve_will_transition(struct ucred *old, struct vnode *vp, struct label *interpvplabel, struct image_params *imgp) argument
376 mac_vnode_check_access(struct ucred *cred, struct vnode *vp, accmode_t accmode) argument
442 mac_vnode_check_deleteacl(struct ucred *cred, struct vnode *vp, acl_type_t type) argument
459 mac_vnode_check_deleteextattr(struct ucred *cred, struct vnode *vp, int attrnamespace, const char *name) argument
478 mac_vnode_check_exec(struct ucred *cred, struct vnode *vp, struct image_params *imgp) argument
496 mac_vnode_check_getacl(struct ucred *cred, struct vnode *vp, acl_type_t type) argument
512 mac_vnode_check_getextattr(struct ucred *cred, struct vnode *vp, int attrnamespace, const char *name) argument
531 mac_vnode_check_link(struct ucred *cred, struct vnode *dvp, struct vnode *vp, struct componentname *cnp) argument
550 mac_vnode_check_listextattr(struct ucred *cred, struct vnode *vp, int attrnamespace) argument
586 mac_vnode_check_mmap(struct ucred *cred, struct vnode *vp, int prot, int flags) argument
600 mac_vnode_check_mmap_downgrade(struct ucred *cred, struct vnode *vp, int *prot) argument
617 mac_vnode_check_mprotect(struct ucred *cred, struct vnode *vp, int prot) argument
633 mac_vnode_check_open(struct ucred *cred, struct vnode *vp, accmode_t accmode) argument
649 mac_vnode_check_poll(struct ucred *active_cred, struct ucred *file_cred, struct vnode *vp) argument
668 mac_vnode_check_read(struct ucred *active_cred, struct ucred *file_cred, struct vnode *vp) argument
703 mac_vnode_check_readlink(struct ucred *cred, struct vnode *vp) argument
719 mac_vnode_check_relabel(struct ucred *cred, struct vnode *vp, struct label *newlabel) argument
736 mac_vnode_check_rename_from(struct ucred *cred, struct vnode *dvp, struct vnode *vp, struct componentname *cnp) argument
755 mac_vnode_check_rename_to(struct ucred *cred, struct vnode *dvp, struct vnode *vp, int samedir, struct componentname *cnp) argument
773 mac_vnode_check_revoke(struct ucred *cred, struct vnode *vp) argument
789 mac_vnode_check_setacl(struct ucred *cred, struct vnode *vp, acl_type_t type, struct acl *acl) argument
806 mac_vnode_check_setextattr(struct ucred *cred, struct vnode *vp, int attrnamespace, const char *name) argument
825 mac_vnode_check_setflags(struct ucred *cred, struct vnode *vp, u_long flags) argument
841 mac_vnode_check_setmode(struct ucred *cred, struct vnode *vp, mode_t mode) argument
857 mac_vnode_check_setowner(struct ucred *cred, struct vnode *vp, uid_t uid, gid_t gid) argument
874 mac_vnode_check_setutimes(struct ucred *cred, struct vnode *vp, struct timespec atime, struct timespec mtime) argument
893 mac_vnode_check_stat(struct ucred *active_cred, struct ucred *file_cred, struct vnode *vp) argument
912 mac_vnode_check_unlink(struct ucred *cred, struct vnode *dvp, struct vnode *vp, struct componentname *cnp) argument
931 mac_vnode_check_write(struct ucred *active_cred, struct ucred *file_cred, struct vnode *vp) argument
947 mac_vnode_relabel(struct ucred *cred, struct vnode *vp, struct label *newlabel) argument
1010 struct vnode *vp = ap->a_vp; local
1029 vn_setlabel(struct vnode *vp, struct label *intlabel, struct ucred *cred) argument
[all...]
/freebsd-10.0-release/sys/ufs/ffs/
H A Dffs_snapshot.c221 struct vnode *vp, *xvp, *mvp, *devvp; local
1749 struct vnode *vp = NULL; local
1958 struct vnode *vp; local
2093 struct vnode *vp; local
2163 struct vnode *vp, *devvp; local
2243 struct vnode *vp = NULL; local
2458 struct vnode *vp; local
2519 struct vnode *vp, *mvp; local
[all...]
H A Dffs_vfsops.c613 struct vnode *vp, *mvp, *devvp; local
1458 struct vnode *mvp, *vp; local
1519 struct vnode *mvp, *vp, *devvp; local
1668 struct vnode *vp; local
2155 struct vnode *vp; local
[all...]
H A Dffs_vnops.c182 struct vnode *vp; local
214 ffs_syncvnode(struct vnode *vp, int waitfor, int flags) argument
359 struct vnode *vp; local
421 struct vnode *vp; local
644 struct vnode *vp; local
887 ffs_extread(struct vnode *vp, struct uio *uio, int ioflag) argument
1042 ffs_extwrite(struct vnode *vp, struct uio *uio, int ioflag, struct ucred *ucred) argument
1214 ffs_rdextattr(u_char **p, struct vnode *vp, struct thread *td, int extra) argument
1253 ffs_lock_ea(struct vnode *vp) argument
1269 ffs_unlock_ea(struct vnode *vp) argument
1282 ffs_open_ea(struct vnode *vp, struct ucred *cred, struct thread *td) argument
1313 ffs_close_ea(struct vnode *vp, int commit, struct ucred *cred, struct thread *td) argument
1374 struct vnode *vp; local
[all...]
/freebsd-10.0-release/sys/ufs/ufs/
H A Dufs_dirhash.c191 struct vnode *vp; local
276 struct vnode *vp; local
299 struct vnode *vp; local
345 struct vnode *vp; local
481 struct vnode *vp; local
551 struct vnode *vp; local
[all...]
H A Dufs_quota.c112 struct vnode *vp; local
157 struct vnode *vp = ITOV(ip); local
455 struct vnode *vp = ITOV(ip); local
497 struct vnode *vp, **vpp; local
635 struct vnode *vp; local
1023 struct vnode *vp, *mvp; local
1070 qsyncvp(struct vnode *vp) argument
1189 dqopen(struct vnode *vp, struct ufsmount *ump, int type) argument
1235 dqget(struct vnode *vp, u_long id, struct ufsmount *ump, int type, struct dquot **dqp) argument
1468 dqrele(struct vnode *vp, struct dquot *dq) argument
1511 dqsync(struct vnode *vp, struct dquot *dq) argument
1602 dqflush(struct vnode *vp) argument
[all...]
H A Dufs_vnops.c142 ufs_itimes_locked(struct vnode *vp) argument
183 ufs_itimes(struct vnode *vp) argument
269 struct vnode *vp = ap->a_vp; local
301 struct vnode *vp = ap->a_vp; local
321 struct vnode *vp = ap->a_vp; local
452 struct vnode *vp = ap->a_vp; local
515 struct vnode *vp = ap->a_vp; local
707 ufs_update_nfs4_acl_after_mode_change(struct vnode *vp, int mode, int file_owner_id, struct ucred *cred, struct thread *td) argument
741 struct vnode *vp = ap->a_vp; local
940 struct vnode *vp = ap->a_vp; local
987 struct vnode *vp = ap->a_vp; local
2040 struct vnode *vp = ap->a_vp; local
2138 struct vnode *vp, **vpp = ap->a_vpp; local
2178 struct vnode *vp = ap->a_vp; local
2309 struct vnode *vp = ap->a_vp; local
2336 struct vnode *vp = ap->a_vp; local
2374 struct vnode *vp = ap->a_vp; local
2399 struct vnode *vp = ap->a_vp; local
2580 struct vnode *vp; local
[all...]
/freebsd-10.0-release/sys/vm/
H A Dvm_fault.c135 struct vnode *vp; member in struct:faultstate
246 struct vnode *vp; local
[all...]
H A Dvnode_pager.c103 vnode_create_vobject(struct vnode *vp, off_t isize, struct thread *td) argument
150 vnode_destroy_vobject(struct vnode *vp) argument
189 struct vnode *vp; local
250 struct vnode *vp; local
289 struct vnode *vp = object->handle; local
457 vnode_pager_addr(struct vnode *vp, vm_ooffset_t address, daddr_t *rtaddress, int *run) argument
497 struct vnode *vp; local
596 struct vnode *vp; local
669 struct vnode *vp; local
1035 struct vnode *vp; local
1075 vnode_pager_generic_putpages(struct vnode *vp, vm_page_t *ma, int bytecount, int flags, int *rtvals) argument
1226 struct vnode *vp; local
1255 struct vnode *vp; local
[all...]
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_subr.c389 dt_version_str2num(const char *s, dt_version_t *vp) argument
/freebsd-10.0-release/contrib/apr/tables/
H A Dapr_tables.c913 va_list vp; local
951 apr_table_vdo(apr_table_do_callback_fn_t *comp, void *rec, const apr_table_t *t, va_list vp) argument
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dstack.c738 struct value *vp; local
/freebsd-10.0-release/contrib/ntp/ntpd/
H A Dntp_crypto.c265 struct value *vp; /* value pointer */ local
1513 crypto_verify( struct exten *ep, struct value *vp, struct peer *peer ) argument
1654 crypto_encrypt( struct exten *ep, struct value *vp, keyid_t *cookie ) argument
[all...]
/freebsd-10.0-release/contrib/nvi/vi/
H A Dv_txt.c65 v_tcmd(SCR *sp, VICMD *vp, ARG_CHAR_T prompt, u_int flags) argument
241 v_txt( SCR *sp, VICMD *vp, MARK *tm, const CHAR_T *lp, size_t len, ARG_CHAR_T prompt, recno_t ai_line, u_long rcount, u_int32_t flags) argument
2548 txt_isrch(SCR *sp, VICMD *vp, TEXT *tp, u_int8_t *is_flagsp) argument
[all...]
/freebsd-10.0-release/contrib/sendmail/src/
H A Dutil.c502 register char **vp; local
[all...]
/freebsd-10.0-release/contrib/tcsh/
H A Dsh.dir.c1224 struct varent *vp; local
H A Dsh.exec.c363 Char **vp; local
[all...]
H A Dsh.glob.c237 Char **vp, **bp; local
H A Dsh.hist.c519 struct varent *vp = adrof(STRtestHashTimings); local
1085 struct varent *vp = adrof(STRhistory); local
1131 dohist(Char **vp, struct command *c) argument
[all...]

Completed in 528 milliseconds

1234567891011>>