Home
last modified time | relevance | path

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

/NextBSD/sys/kern/
HDsubr_kobj.c191 kobj_class_t *basep; in kobj_lookup_method_mi() local
197 basep = cls->baseclasses; in kobj_lookup_method_mi()
198 if (basep) { in kobj_lookup_method_mi()
199 for (; *basep; basep++) { in kobj_lookup_method_mi()
200 ce = kobj_lookup_method_mi(*basep, desc); in kobj_lookup_method_mi()
HDvfs_syscalls.c3778 long *basep; member
3789 error = copyout(&loff, uap->basep, sizeof(long)); in ogetdirentries()
3932 long *basep; member
3952 if (uap->basep != NULL)
3953 error = copyout(&base, uap->basep, sizeof(long));
3959 long *basep, ssize_t *residp, enum uio_seg bufseg) in kern_getdirentries() argument
4023 *basep = loff; in kern_getdirentries()
4054 ap.basep = NULL;
HDsystrace_args.c1014 uarg[3] = (intptr_t) p->basep; /* long * */ in systrace_args()
/NextBSD/lib/libc/xdr/
HDxdr_array.c147 xdr_vector(XDR *xdrs, char *basep, u_int nelem, u_int elemsize, xdrproc_t xdr_elem) in xdr_vector() argument
152 elptr = basep; in xdr_vector()
/NextBSD/sys/xdr/
HDxdr_array.c141 xdr_vector(XDR *xdrs, char *basep, u_int nelem, u_int elemsize, in xdr_vector() argument
147 elptr = basep; in xdr_vector()
/NextBSD/lib/libmach/mach/
HDmach_msg.c249 mach_msg_base_t *basep; in mach_msg_destroy() local
253 basep = &base; in mach_msg_destroy()
254 memcpy(basep, msg, sizeof(base)); in mach_msg_destroy()
256 saddr = (mach_msg_descriptor_t *) (uintptr_t)(basep + 1); in mach_msg_destroy()
/NextBSD/sys/sys/
HDsyscallsubr.h109 long *basep, ssize_t *residp, enum uio_seg bufseg);
HDsysproto.h584 char basep_l_[PADL_(long *)]; long * basep; char basep_r_[PADR_(long *)]; member
2642 char basep_l_[PADL_(long *)]; long * basep; char basep_r_[PADR_(long *)]; member
/NextBSD/sys/compat/freebsd32/
HDfreebsd32_misc.c1523 ap.basep = NULL; in ofreebsd32_getdirentries()
1527 error = copyout(&loff_cut, uap->basep, sizeof(int32_t)); in ofreebsd32_getdirentries()
1545 if (uap->basep != NULL) { in freebsd32_getdirentries()
1547 error = copyout(&base32, uap->basep, sizeof(int32_t)); in freebsd32_getdirentries()
HDfreebsd32_proto.h178 char basep_l_[PADL_(int32_t *)]; int32_t * basep; char basep_r_[PADR_(int32_t *)]; member
900 char basep_l_[PADL_(uint32_t *)]; uint32_t * basep; char basep_r_[PADR_(uint32_t *)]; member
HDfreebsd32_systrace_args.c984 uarg[3] = (intptr_t) p->basep; /* int32_t * */ in systrace_args()
/NextBSD/contrib/gcc/cp/
HDdecl.c10443 tree *basep; in xref_basetypes() local
10464 basep = &base_list; in xref_basetypes()
10465 while (*basep) in xref_basetypes()
10467 tree basetype = TREE_VALUE (*basep); in xref_basetypes()
10472 *basep = TREE_CHAIN (*basep); in xref_basetypes()
10476 if (TREE_TYPE (*basep)) in xref_basetypes()
10480 basep = &TREE_CHAIN (*basep); in xref_basetypes()
/NextBSD/contrib/libxo/libxo/
HDlibxo.c4880 const char *basep, xo_field_info_t *xfip) in xo_parse_roles() argument
4887 for (sp = basep; sp; sp++) { in xo_parse_roles()
5137 const char *cp, *sp, *ep, *basep; in xo_parse_fields() local
5194 xfip->xfi_start = basep = cp + 1; in xo_parse_fields()
5200 sp = xo_parse_roles(xop, fmt, basep, xfip); in xo_parse_fields()