Searched refs:basep (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.2-release/lib/libc/xdr/
H A Dxdr_array.c139 * > basep: base of the array
145 xdr_vector(xdrs, basep, nelem, elemsize, xdr_elem)
147 char *basep;
155 elptr = basep;
/freebsd-10.2-release/sys/xdr/
H A Dxdr_array.c135 * > basep: base of the array
141 xdr_vector(XDR *xdrs, char *basep, u_int nelem, u_int elemsize, argument
147 elptr = basep;
/freebsd-10.2-release/sys/kern/
H A Dsubr_kobj.c191 kobj_class_t *basep; local
197 basep = cls->baseclasses;
198 if (basep) {
199 for (; *basep; basep++) {
200 ce = kobj_lookup_method_mi(*basep, desc);
H A Dvfs_syscalls.c3860 long *basep; member in struct:ogetdirentries_args
3871 error = copyout(&loff, uap->basep, sizeof(long));
4015 long *basep; member in struct:getdirentries_args
4025 long *basep;
4035 if (uap->basep != NULL)
4036 error = copyout(&base, uap->basep, sizeof(long));
4042 long *basep, ssize_t *residp, enum uio_seg bufseg)
4107 *basep = loff;
4138 ap.basep = NULL;
4041 kern_getdirentries(struct thread *td, int fd, char *buf, u_int count, long *basep, ssize_t *residp, enum uio_seg bufseg) argument
H A Dsystrace_args.c1036 uarg[3] = (intptr_t) p->basep; /* long * */
/freebsd-10.2-release/sys/sys/
H A Dsyscallsubr.h110 long *basep, ssize_t *residp, enum uio_seg bufseg);
H A Dsysproto.h596 char basep_l_[PADL_(long *)]; long * basep; char basep_r_[PADR_(long *)]; member in struct:getdirentries_args
2352 char basep_l_[PADL_(long *)]; long * basep; char basep_r_[PADR_(long *)]; member in struct:ogetdirentries_args
/freebsd-10.2-release/contrib/gcc/cp/
H A Ddecl.c10460 tree *basep;
10481 basep = &base_list;
10482 while (*basep)
10484 tree basetype = TREE_VALUE (*basep);
10489 *basep = TREE_CHAIN (*basep);
10493 if (TREE_TYPE (*basep))
10497 basep = &TREE_CHAIN (*basep);
10443 tree *basep; local
/freebsd-10.2-release/sys/compat/freebsd32/
H A Dfreebsd32_misc.c1595 ap.basep = NULL;
1599 error = copyout(&loff_cut, uap->basep, sizeof(int32_t));
1617 if (uap->basep != NULL) {
1619 error = copyout(&base32, uap->basep, sizeof(int32_t));
H A Dfreebsd32_proto.h178 char basep_l_[PADL_(int32_t *)]; int32_t * basep; char basep_r_[PADR_(int32_t *)]; member in struct:freebsd32_getdirentries_args
896 char basep_l_[PADL_(uint32_t *)]; uint32_t * basep; char basep_r_[PADR_(uint32_t *)]; member in struct:ofreebsd32_getdirentries_args
H A Dfreebsd32_systrace_args.c984 uarg[3] = (intptr_t) p->basep; /* int32_t * */

Completed in 257 milliseconds