Searched refs:sizep (Results 1 - 9 of 9) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/security/
H A Dmac_data.c60 void **valp, size_t *sizep)
66 error = mac_find_module_data(mpc->mpc_data, key, valp, sizep);
72 void **valp, size_t *sizep)
81 *sizep = (size_t)mmd->data[i].value_size;
59 mac_find_policy_data(const mac_policy_handle_t handle, const char *key, void **valp, size_t *sizep) argument
71 mac_find_module_data(struct mac_module_data *mmd, const char *key, void **valp, size_t *sizep) argument
H A Dmac_data.h122 void **valp, size_t *sizep);
124 void **valp, size_t *sizep);
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_pcsamples.c68 int pcsamples_control(int *name, u_int namelen, user_addr_t where, size_t *sizep);
230 pcsamples_control(int *name, __unused u_int namelen, user_addr_t where, size_t *sizep) argument
233 size_t size=*sizep;
313 ret = pcsamples_read(where, sizep);
344 *sizep = 0;
350 ret = pcsamples_read(where, sizep);
H A Dkern_sysctl.c158 kdbg_control(int *name, u_int namelen, user_addr_t where, size_t * sizep);
160 kdebug_ops(int *name, u_int namelen, user_addr_t where, size_t *sizep, proc_t p);
166 pcsamples_ops(int *name, u_int namelen, user_addr_t where, size_t *sizep,
171 sysctl_doproc(int *name, u_int namelen, user_addr_t where, size_t *sizep);
179 size_t *sizep, proc_t cur_proc);
181 sysctl_procargs2(int *name, u_int namelen, user_addr_t where, size_t *sizep,
184 sysctl_procargsx(int *name, u_int namelen, user_addr_t where, size_t *sizep,
1187 sysctl_doproc(int *name, u_int namelen, user_addr_t where, size_t *sizep) argument
1191 int buflen = where != USER_ADDR_NULL ? *sizep : 0;
1268 *sizep
1586 kdebug_ops(int *name, u_int namelen, user_addr_t where, size_t *sizep, proc_t p) argument
1629 sysctl_procargs(int *name, u_int namelen, user_addr_t where, size_t *sizep, proc_t cur_proc) argument
1636 sysctl_procargs2(int *name, u_int namelen, user_addr_t where, size_t *sizep, proc_t cur_proc) argument
1643 sysctl_procargsx(int *name, u_int namelen, user_addr_t where, size_t *sizep, proc_t cur_proc, int argc_yes) argument
[all...]
H A Dkdebug.c1046 kdbg_control(int *name, u_int namelen, user_addr_t where, size_t *sizep) argument
1049 size_t size=*sizep;
1126 ret = kdbg_getentropy(where, sizep, value);
1218 ret = kdbg_read(where, sizep);
1243 ret = kdbg_readmap(where, sizep);
H A Dkern_newsysctl.c1188 sysctlnametomib(const char *name, int *mibp, size_t *sizep) argument
1198 *sizep *= sizeof(int);
1199 error = sysctl(oid, 2, mibp, sizep, (void *)name, strlen(name));
1200 *sizep /= sizeof(int);
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_attrlist.c252 ssize_t *sizep, int is_64bit)
264 *sizep += sizeof(struct user_timespec);
266 *sizep += sizeof(struct timespec);
269 *sizep += tab->size;
285 getvolattrlist_setupvfsattr(struct attrlist *alp, struct vfs_attr *vsp, ssize_t *sizep, int is_64bit) argument
292 *sizep = sizeof(uint32_t); /* length count */
294 (error = getvolattrlist_parsetab(getvolattrlist_common_tab, alp->commonattr, vsp, sizep, is_64bit)) != 0)
297 (error = getvolattrlist_parsetab(getvolattrlist_vol_tab, alp->volattr, vsp, sizep, is_64bit)) != 0)
396 ssize_t *sizep, kauth_action_t *actionp, int is_64bit)
408 *sizep
251 getvolattrlist_parsetab(struct getvolattrlist_attrtab *tab, attrgroup_t attrs, struct vfs_attr *vsp, ssize_t *sizep, int is_64bit) argument
395 getattrlist_parsetab(struct getattrlist_attrtab *tab, attrgroup_t attrs, struct vnode_attr *vap, ssize_t *sizep, kauth_action_t *actionp, int is_64bit) argument
430 getattrlist_setupvattr(struct attrlist *alp, struct vnode_attr *vap, ssize_t *sizep, kauth_action_t *actionp, int is_64bit, int isdir) argument
[all...]
H A Dvfs_syscalls.c148 user_addr_t bufp, int *sizep, boolean_t is_64_bit,
6844 user_addr_t bufp, int *sizep, boolean_t is_64_bit,
6948 if (sizep != NULL) {
6949 *sizep = my_size;
6843 munge_statfs(struct mount *mp, struct vfsstatfs *sfsp, user_addr_t bufp, int *sizep, boolean_t is_64_bit, boolean_t partial_copy) argument
H A Dvfs_subr.c4422 vnode_size(vnode_t vp, off_t *sizep, vfs_context_t ctx) argument
4431 *sizep = va.va_data_size;

Completed in 101 milliseconds