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

/freebsd-10.0-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.0-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.0-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.c3818 long *basep; member in struct:ogetdirentries_args
3829 error = copyout(&loff, uap->basep, sizeof(long));
3973 long *basep; member in struct:getdirentries_args
3983 long *basep;
3993 if (uap->basep != NULL)
3994 error = copyout(&base, uap->basep, sizeof(long));
4000 long *basep, ssize_t *residp, enum uio_seg bufseg)
4065 *basep = loff;
4096 ap.basep = NULL;
3999 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.0-release/sys/sys/
H A Dsyscallsubr.h108 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
2345 char basep_l_[PADL_(long *)]; long * basep; char basep_r_[PADR_(long *)]; member in struct:ogetdirentries_args
/freebsd-10.0-release/contrib/gcc/cp/
H A Ddecl.c9919 tree *basep;
9940 basep = &base_list;
9941 while (*basep)
9943 tree basetype = TREE_VALUE (*basep);
9948 *basep = TREE_CHAIN (*basep);
9952 if (TREE_TYPE (*basep))
9956 basep = &TREE_CHAIN (*basep);
9901 tree *basep; local
/freebsd-10.0-release/sys/compat/freebsd32/
H A Dfreebsd32_misc.c1542 ap.basep = NULL;
1546 error = copyout(&loff_cut, uap->basep, sizeof(int32_t));
1564 if (uap->basep != NULL) {
1566 error = copyout(&base32, uap->basep, sizeof(int32_t));
H A Dfreebsd32_proto.h173 char basep_l_[PADL_(int32_t *)]; int32_t * basep; char basep_r_[PADR_(int32_t *)]; member in struct:freebsd32_getdirentries_args
883 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 234 milliseconds