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

/freebsd-11-stable/lib/libc/xdr/
H A Dxdr_array.c141 * > basep: base of the array
147 xdr_vector(XDR *xdrs, char *basep, u_int nelem, u_int elemsize, xdrproc_t xdr_elem) argument
152 elptr = basep;
/freebsd-11-stable/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-11-stable/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.c3511 long *basep; member in struct:ogetdirentries_args
3522 error = copyout(&loff, uap->basep, sizeof(long));
3665 long *basep; member in struct:getdirentries_args
3678 if (uap->basep != NULL)
3679 error = copyout(&base, uap->basep, sizeof(long));
3685 long *basep, ssize_t *residp, enum uio_seg bufseg)
3749 *basep = loff;
3774 ap.basep = NULL;
3684 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.c1009 uarg[3] = (intptr_t) p->basep; /* long * */
/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dnetbsd_syscall_hooks.h800 basep) \
803 (long long)(basep))
805 basep) \
808 (long long)(basep))
1007 #define __sanitizer_syscall_pre_compat_12_getdirentries(fd, buf, count, basep) \
1010 (long long)(basep))
1012 basep) \
1015 (long long)(basep))
3346 long long basep);
3351 long long basep);
[all...]
/freebsd-11-stable/sys/sys/
H A Dsyscallsubr.h126 long *basep, ssize_t *residp, enum uio_seg bufseg);
H A Dsysproto.h581 char basep_l_[PADL_(long *)]; long * basep; char basep_r_[PADR_(long *)]; member in struct:getdirentries_args
2317 char basep_l_[PADL_(long *)]; long * basep; char basep_r_[PADR_(long *)]; member in struct:ogetdirentries_args
/freebsd-11-stable/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-11-stable/sys/compat/freebsd32/
H A Dfreebsd32_misc.c1599 ap.basep = NULL;
1603 error = copyout(&loff_cut, uap->basep, sizeof(int32_t));
1621 if (uap->basep != NULL) {
1623 error = copyout(&base32, uap->basep, sizeof(int32_t));
H A Dfreebsd32_proto.h180 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.c979 uarg[3] = (intptr_t) p->basep; /* int32_t * */
/freebsd-11-stable/contrib/libxo/libxo/
H A Dlibxo.c5440 const char *basep, xo_field_info_t *xfip)
5447 for (sp = basep; sp && *sp; sp++) {
5700 const char *cp, *sp, *ep, *basep; local
5757 xfip->xfi_start = basep = cp + 1;
5763 sp = xo_parse_roles(xop, fmt, basep, xfip);
5439 xo_parse_roles(xo_handle_t *xop, const char *fmt, const char *basep, xo_field_info_t *xfip) argument

Completed in 815 milliseconds