Home
last modified time | relevance | path

Searched refs:basep (Results 1 – 19 of 19) sorted by relevance

/src/sys/netinet/
H A Dsctp_crc32.c76 uint32_t *basep; in sctp_calculate_cksum_cb() local
78 basep = arg; in sctp_calculate_cksum_cb()
79 *basep = calculate_crc32c(*basep, data, len); in sctp_calculate_cksum_cb()
/src/sys/kern/
H A Dsubr_kobj.c196 kobj_class_t *basep; in kobj_lookup_method_mi() local
202 basep = cls->baseclasses; in kobj_lookup_method_mi()
203 if (basep) { in kobj_lookup_method_mi()
204 for (; *basep; basep++) { in kobj_lookup_method_mi()
205 ce = kobj_lookup_method_mi(*basep, desc); in kobj_lookup_method_mi()
H A Dvfs_syscalls.c4129 long *basep, void (*func)(struct freebsd11_dirent *)) in freebsd11_kern_getdirentries() argument
4147 if (basep != NULL) in freebsd11_kern_getdirentries()
4148 *basep = base; in freebsd11_kern_getdirentries()
4228 long *basep; member
4239 error = copyout(&loff, uap->basep, sizeof(long)); in ogetdirentries()
4257 if (error == 0 && uap->basep != NULL) in kern_ogetdirentries()
4258 error = copyout(&base, uap->basep, sizeof(long)); in kern_ogetdirentries()
4270 long *basep; member
4283 if (error == 0 && uap->basep != NULL) in freebsd11_getdirentries()
4284 error = copyout(&base, uap->basep, sizeof(long)); in freebsd11_getdirentries()
[all …]
H A Dsystrace_args.c3118 uarg[a++] = (intptr_t)p->basep; /* off_t * */ in systrace_args()
/src/tests/sys/kern/
H A Dgetdirentries_test.c73 off_t base, *basep; in ATF_TC_BODY() local
80 basep = NULL; in ATF_TC_BODY()
81 basep++; in ATF_TC_BODY()
82 ATF_REQUIRE_EQ(-1, getdirentries(dd, dbuf, sizeof(dbuf), basep)); in ATF_TC_BODY()
/src/sys/xdr/
H A Dxdr_array.c135 xdr_vector(XDR *xdrs, char *basep, u_int nelem, u_int elemsize, in xdr_vector() argument
141 elptr = basep; in xdr_vector()
/src/crypto/krb5/src/lib/rpc/
H A Dxdr_array.c143 char *basep, in xdr_vector() argument
151 elptr = basep; in xdr_vector()
/src/lib/libc/xdr/
H A Dxdr_array.c142 xdr_vector(XDR *xdrs, char *basep, u_int nelem, u_int elemsize, xdrproc_t xdr_elem) in xdr_vector() argument
147 elptr = basep; in xdr_vector()
/src/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_data_bcm.c828 const char *envp, *basep; in bhnd_nvram_bcm_next() local
845 basep = ptr; in bhnd_nvram_bcm_next()
875 envp = basep; in bhnd_nvram_bcm_next()
890 while ((size_t)(envp - basep) < io_size && *envp != '\0') { in bhnd_nvram_bcm_next()
913 if ((size_t)(envp - basep) == io_size || *envp == '\0') { in bhnd_nvram_bcm_next()
/src/contrib/tzcode/
H A Dlocaltime.c1625 tzparse(const char *name, struct state *sp, struct state const *basep) in tzparse() argument
1654 if (basep) { in tzparse()
1655 if (0 < basep->timecnt) in tzparse()
1656 atlo = basep->ats[basep->timecnt - 1]; in tzparse()
1657 set_leapcount(sp, leapcount(basep)); in tzparse()
1661 set_lsinfo(sp, i, lsinfo(basep, i)); in tzparse()
/src/sys/sys/
H A Dsyscallsubr.h184 off_t *basep, ssize_t *residp, enum uio_seg bufseg);
417 u_int count, long *basep, void (*func)(struct freebsd11_dirent *));
H A Dsysproto.h1687 char basep_l_[PADL_(off_t *)]; off_t * basep; char basep_r_[PADR_(off_t *)]; member
2493 char basep_l_[PADL_(long *)]; long * basep; char basep_r_[PADR_(long *)]; member
2729 char basep_l_[PADL_(long *)]; long * basep; char basep_r_[PADR_(long *)]; member
/src/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dnetbsd_syscall_hooks.h805 basep) \ argument
808 (long long)(basep))
810 basep) \ argument
813 (long long)(basep))
1034 #define __sanitizer_syscall_pre_compat_12_getdirentries(fd, buf, count, basep) \ argument
1037 (long long)(basep))
1039 basep) \ argument
1042 (long long)(basep))
3453 long long basep);
3458 long long basep);
[all …]
/src/sys/compat/linux/
H A Dlinux_file.c408 off_t *basep, int *lenp) in linux_getdirentries() argument
417 basep, NULL, UIO_SYSSPACE); in linux_getdirentries()
/src/sys/compat/freebsd32/
H A Dfreebsd32_misc.c2082 ap.basep = NULL; in ofreebsd32_getdirentries()
2086 error = copyout(&loff_cut, uap->basep, sizeof(int32_t)); in ofreebsd32_getdirentries()
2105 if (uap->basep != NULL) { in freebsd11_freebsd32_getdirentries()
2107 error = copyout(&base32, uap->basep, sizeof(int32_t)); in freebsd11_freebsd32_getdirentries()
H A Dfreebsd32_proto.h898 char basep_l_[PADL_(int32_t *)]; int32_t * basep; char basep_r_[PADR_(int32_t *)]; member
1096 char basep_l_[PADL_(int32_t *)]; int32_t * basep; char basep_r_[PADR_(int32_t *)]; member
H A Dfreebsd32_systrace_args.c3025 uarg[a++] = (intptr_t)p->basep; /* off_t * */ in systrace_args()
/src/contrib/libxo/libxo/
H A Dlibxo.c5467 const char *basep, xo_field_info_t *xfip) in xo_parse_roles() argument
5474 for (sp = basep; sp && *sp; sp++) { in xo_parse_roles()
5729 const char *cp, *sp, *ep, *basep; in xo_parse_fields() local
5787 xfip->xfi_start = basep = cp + 1; in xo_parse_fields()
5793 sp = xo_parse_roles(xop, fmt, basep, xfip); in xo_parse_fields()
/src/lib/libsys/
H A D_libsys.h839 ssize_t __sys_getdirentries(int fd, char * buf, size_t count, off_t * basep);