Searched defs:vp (Results 126 - 150 of 244) sorted by relevance

12345678910

/macosx-10.10.1/tcsh-65/tcsh/
H A Dsh.file.c759 struct varent *vp; local
H A Dsh.misc.c143 blkcat(Char **up, Char **vp) argument
146 (void) blkcpy(blkend(up), vp); local
229 blkspl(Char **up, Char **vp) argument
H A Dsh.set.c64 update_vars(Char *vp) argument
225 Char *vp, op; local
338 asx(Char *vp, int subscr, Char *p) argument
352 getvx(Char *vp, int subscr) argument
368 Char *vp, c, op; local
462 xset(Char *cp, Char ***vp) argument
476 operate(int op, Char *vp, Char *p) argument
566 struct varent *vp; local
577 madrof(Char *pat, struct varent *vp) argument
795 struct varent *vp; local
813 struct varent *vp; local
1102 struct varent *vp; local
[all...]
H A Dtw.init.c372 struct varent *vp = adrof(STRpath); local
730 struct varent *vp; local
/macosx-10.10.1/xnu-2782.1.97/bsd/hfs/
H A Dhfs_link.c330 vnode_t vp; local
420 struct vnode *vp = ap->a_vp; local
714 hfs_unlink(struct hfsmount *hfsmp, struct vnode *dvp, struct vnode *vp, struct componentname *cnp, int skip_reserve) argument
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c352 struct vnode *vp = ap->a_vp; local
459 struct vnode *vp = ap->a_vp; local
629 struct vnode *vp local
643 struct vnode *vp = ap->a_vp; local
[all...]
H A Ddevfs_vnops.c417 struct vnode *vp = ap->a_vp; local
518 struct vnode *vp = ap->a_vp; local
588 struct vnode *vp; local
635 struct vnode * vp = ap->a_vp; local
655 struct vnode * vp = ap->a_vp; local
785 struct vnode *vp = ap->a_vp; local
859 struct vnode *vp = ap->a_vp; local
1282 struct vnode *vp = ap->a_vp; local
1386 struct vnode *vp = ap->a_vp; local
1410 struct vnode * vp = ap->a_vp; local
1490 vnode_t vp = ap->a_vp; local
1508 devfs_update(struct vnode *vp, struct timeval *access, struct timeval *modify) argument
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/nfs/
H A Dnfs_node.c201 vnode_t vp; local
281 cache_enter(NFSTOV(dnp), vp, cnp); local
592 vnode_t vp = ap->a_vp; local
861 vnode_t vp = ap->a_vp; local
[all...]
H A Dnfs_syscalls.c490 vnode_t vp; local
592 vnode_t vp; local
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/vfs/
H A Dvfs_lookup.c484 lookup_consider_update_cache(vnode_t dvp, vnode_t vp, struct componentname *cnp, int nc_generation) argument
1226 vnode_t vp = dvp; local
1782 vnode_t vp; local
1842 lookup_compound_vnop_post_hook(int error, vnode_t dvp, vnode_t vp, struct nameidata *ndp, int did_create) argument
[all...]
H A Dvfs_vnops.c181 vn_open_auth_finish(vnode_t vp, int fmode, vfs_context_t ctx) argument
218 vnode_t vp; local
359 struct vnode *vp; local
671 vn_access(vnode_t vp, int mode, vfs_context_t context) argument
691 vn_close(struct vnode *vp, int flags, vfs_context_t ctx) argument
745 vn_read_swapfile( struct vnode *vp, uio_t uio) argument
806 vn_rdwr( enum uio_rw rw, struct vnode *vp, caddr_t base, int len, off_t offset, enum uio_seg segflg, int ioflg, kauth_cred_t cred, int *aresid, proc_t p) argument
842 vn_rdwr_64( enum uio_rw rw, struct vnode *vp, uint64_t base, int64_t len, off_t offset, enum uio_seg segflg, int ioflg, kauth_cred_t cred, int64_t *aresid, proc_t p) argument
942 struct vnode *vp; local
1008 struct vnode *vp; local
1168 vn_stat_noauth(struct vnode *vp, void *sbptr, kauth_filesec_t *xsec, int isstat64, vfs_context_t ctx) argument
1335 vn_stat(struct vnode *vp, void *sb, kauth_filesec_t *xsec, int isstat64, vfs_context_t ctx) argument
1360 struct vnode *vp = ((struct vnode *)fp->f_fglob->fg_data); local
1449 struct vnode * vp = (struct vnode *)fp->f_fglob->fg_data; local
1479 struct vnode *vp = (struct vnode *)fg->fg_data; local
1506 vn_pathconf(vnode_t vp, int name, int32_t *retval, vfs_context_t ctx) argument
1587 struct vnode *vp; local
1655 struct vnode *vp; local
1682 vnode_readable_data_count(vnode_t vp, off_t current_offset, int ispoll) argument
1722 vnode_writable_space_count(vnode_t vp) argument
1755 vnode_t vp = (struct vnode *)kn->kn_hook; local
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/liblunicode/ucdata/
H A Ducdata.c1203 short *vp; local
1232 short *vp; local
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dmisc.c739 tohex(const void *vp, size_t l) argument
758 get_u64(const void *vp) argument
776 get_u32(const void *vp) argument
790 get_u16(const void *vp) argument
802 put_u64(void *vp, u_int64_t v) argument
817 put_u32(void *vp, u_int32_t v) argument
829 put_u16(void *vp, u_int16_t v) argument
[all...]
/macosx-10.10.1/apr-32/apr/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
/macosx-10.10.1/autofs-246/autofs_kext/
H A Dauto_subr.c196 auto_rearm(vnode_t vp, int pid) argument
486 auto_check_homedirmount(vnode_t vp) argument
497 autofs_trigger_get_mount_args(__unused vnode_t vp, vfs_context_t ctx, int *errp) argument
524 vnode_t vp; local
704 autofs_subtrigger_get_mount_args(__unused vnode_t vp, __unused vfs_context_t ctx, int *errp) argument
1339 vnode_t vp; local
1547 vnode_t vp = fntovn(fnp); local
1648 vnode_t vp, cvp, pvp; local
[all...]
H A Dauto_vfsops.c1281 vnode_t vp; local
1931 vnode_t vp; local
1980 auto_is_homedirmounter_process(vnode_t vp, int pid) argument
2015 auto_mark_vnode_homedirmount(vnode_t vp, int pid, int need_lock) argument
[all...]
/macosx-10.10.1/dtrace-147/libdtrace/
H A Ddt_subr.c388 dt_version_str2num(const char *s, dt_version_t *vp) argument
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dnvdisc.c227 static void chktfree(register Namval_t *np, register struct vardisc *vp) argument
250 register struct vardisc *vp = (struct vardisc*)handle; local
371 register struct vardisc *vp = (struct vardisc*)handle; local
450 register struct vardisc *vp = (struct vardisc*)np->nvfun; local
560 register Nambfun_t *vp = (Nambfun_t*)fp; local
610 register Nambfun_t *vp = (Nambfun_t*)fp; local
653 register Nambfun_t *vp; local
[all...]
/macosx-10.10.1/libresolv-57/
H A Dres_debug.c843 u_int8_t vp = 0x13; /* default = 1e3 cm = 10.00m */ local
/macosx-10.10.1/msdosfs-209.1.1/msdosfs.kextproj/msdosfs.kmodproj/
H A Dmsdosfs_fat.c194 vnode_t vp = ap->a_vp; local
224 vnode_t vp = ap->a_vp; local
H A Dmsdosfs_vnops.c419 vnode_t vp = ap->a_vp; local
442 vnode_t vp = ap->a_vp; local
765 vnode_t vp = ap->a_vp; local
857 vnode_t vp local
1029 vnode_t vp = ap->a_vp; local
1063 vnode_t vp = ap->a_vp; local
1081 msdosfs_fsync_internal(vnode_t vp, int sync, int do_dirs, vfs_context_t context) argument
1124 vnode_t vp = ap->a_vp; local
1178 vnode_t vp = ap->a_vp; local
1925 vnode_t vp = ap->a_vp; local
2074 vnode_t vp = ap->a_vp; local
2398 vnode_t vp = ap->a_vp; local
2452 vnode_t vp = buf_vnode(bp); local
2560 vnode_t vp = NULL; local
2875 vnode_t vp = ap->a_vp; local
2933 vnode_t vp = ap->a_vp; local
[all...]
/macosx-10.10.1/network_cmds-457/ip6fw.tproj/
H A Dip6fw.c741 fill_ip6opt(u_char *set, u_char *reset, char **vp) argument
/macosx-10.10.1/ntp-92/ntpd/
H A Dntp_crypto.c271 struct value *vp; /* value pointer */ local
1405 crypto_verify( struct exten *ep, struct value *vp, struct peer *peer ) argument
1543 crypto_encrypt( struct exten *ep, struct value *vp, keyid_t *cookie ) argument
1711 crypto_send( struct exten *ep, struct value *vp, int start ) argument
[all...]
/macosx-10.10.1/postfix-255/postfix/src/smtp/
H A Dsmtp_proto.c959 static VSTRING *vp; local
/macosx-10.10.1/ruby-106/ruby/
H A Dcont.c751 register_stack_extend(rb_context_t *cont, VALUE *vp, VALUE *curr_bsp) argument

Completed in 171 milliseconds

12345678910