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

/freebsd-12-stable/lib/libc/sys/
H A Dgetdirentries.c81 _getdirentries(int fd, char *buf, size_t nbytes, off_t *basep) argument
88 return (__sys_getdirentries(fd, buf, nbytes, basep));
107 rv = syscall(SYS_freebsd11_getdirentries, fd, oldbuf, len, basep);
/freebsd-12-stable/lib/libc/xdr/
H A Dxdr_array.c143 * > basep: base of the array
149 xdr_vector(XDR *xdrs, char *basep, u_int nelem, u_int elemsize, xdrproc_t xdr_elem) argument
154 elptr = basep;
/freebsd-12-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-12-stable/sys/kern/
H A Dsubr_kobj.c198 kobj_class_t *basep; local
204 basep = cls->baseclasses;
205 if (basep) {
206 for (; *basep; basep++) {
207 ce = kobj_lookup_method_mi(*basep, desc);
H A Dvfs_syscalls.c3801 long *basep, void (*func)(struct freebsd11_dirent *))
3819 if (basep != NULL)
3820 *basep = base;
3900 long *basep; member in struct:ogetdirentries_args
3911 error = copyout(&loff, uap->basep, sizeof(long));
3929 if (error == 0 && uap->basep != NULL)
3930 error = copyout(&base, uap->basep, sizeof(long));
3942 long *basep; member in struct:freebsd11_getdirentries_args
3955 if (error == 0 && uap->basep != NULL)
3956 error = copyout(&base, uap->basep, sizeo
3800 freebsd11_kern_getdirentries(struct thread *td, int fd, char *ubuf, u_int count, long *basep, void (*func)(struct freebsd11_dirent *)) argument
3992 kern_getdirentries(struct thread *td, int fd, char *buf, size_t count, off_t *basep, ssize_t *residp, enum uio_seg bufseg) argument
[all...]
H A Dsystrace_args.c3177 uarg[3] = (intptr_t) p->basep; /* off_t * */
/freebsd-12-stable/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_data_bcm.c831 const char *envp, *basep; local
848 basep = ptr;
878 envp = basep;
893 while ((size_t)(envp - basep) < io_size && *envp != '\0') {
916 if ((size_t)(envp - basep) == io_size || *envp == '\0') {
/freebsd-12-stable/sys/sys/
H A Dsyscallsubr.h141 off_t *basep, ssize_t *residp, enum uio_seg bufseg);
326 count, long *basep, void (*func)(struct freebsd11_dirent *));
H A Dsysproto.h1719 char basep_l_[PADL_(off_t *)]; off_t * basep; char basep_r_[PADR_(off_t *)]; member in struct:getdirentries_args
2322 char basep_l_[PADL_(long *)]; long * basep; char basep_r_[PADR_(long *)]; member in struct:ogetdirentries_args
2550 char basep_l_[PADL_(long *)]; long * basep; char basep_r_[PADR_(long *)]; member in struct:freebsd11_getdirentries_args
/freebsd-12-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-12-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-12-stable/sys/compat/freebsd32/
H A Dfreebsd32_misc.c1751 ap.basep = NULL;
1755 error = copyout(&loff_cut, uap->basep, sizeof(int32_t));
1774 if (uap->basep != NULL) {
1776 error = copyout(&base32, uap->basep, sizeof(int32_t));
1790 ap.basep = NULL;
H A Dfreebsd32_proto.h941 char basep_l_[PADL_(uint32_t *)]; uint32_t * basep; char basep_r_[PADR_(uint32_t *)]; member in struct:ofreebsd32_getdirentries_args
1222 char basep_l_[PADL_(int32_t *)]; int32_t * basep; char basep_r_[PADR_(int32_t *)]; member in struct:freebsd11_freebsd32_getdirentries_args
H A Dfreebsd32_systrace_args.c3167 uarg[3] = (intptr_t) p->basep; /* off_t * */
/freebsd-12-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 399 milliseconds