Searched refs:oldptr (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-11-stable/sys/kern/
H A Dkern_sysctl.c1508 if (req->oldptr != NULL) {
1611 if (req->oldptr) {
1619 bcopy(p, (char *)req->oldptr + req->oldidx, i);
1622 if (req->oldptr && i != l)
1657 req.oldptr= old;
1672 vsunlock(req.oldptr, req.validlen);
1678 if (req.oldptr && req.oldidx > req.validlen)
1719 if (req->oldptr == NULL)
1737 error = copyout_nofault(p, (char *)req->oldptr +
1740 error = copyout(p, (char *)req->oldptr
[all...]
H A Dkern_clock.c110 if (!req->oldptr)
118 if (!req->oldptr)
142 if (!req->oldptr) {
H A Dimgact_binmisc.c490 if (!req->oldptr) {
H A Dvfs_cache.c534 if (req->oldptr == NULL)
567 if (req->oldptr == NULL)
600 if (!req->oldptr)
H A Dkern_descrip.c3269 if (req->oldptr == NULL) {
3615 maxlen = req->oldptr != NULL ? req->oldlen : -1;
3812 maxlen = req->oldptr != NULL ? req->oldlen : -1;
H A Dkern_intr.c1979 if (!req->oldptr)
H A Dkern_proc.c1462 if (!req->oldptr) {
2728 if (req->oldptr != NULL) {
H A Duipc_usrreq.c1596 if (req->oldptr == NULL) {
H A Dvfs_subr.c3928 if (!req->oldptr)
/freebsd-11-stable/sys/dev/hwpmc/
H A Dhwpmc_logging.c494 uintptr_t newptr, oldptr; local
526 oldptr = (uintptr_t) po->po_curbuf->plb_ptr;
527 newptr = oldptr + length;
529 KASSERT(oldptr != (uintptr_t) NULL,
564 oldptr = (uintptr_t) po->po_curbuf->plb_ptr;
567 lh = (uint32_t *) oldptr;
572 return ((uint32_t *) oldptr);
/freebsd-11-stable/sys/security/mac_bsdextended/
H A Dmac_bsdextended.c162 if (req->oldptr) {
200 if (req->oldptr && error == 0)
/freebsd-11-stable/sys/netinet/
H A Dtcp_fastopen.c429 if (req->oldptr != NULL || req->oldlen != 0)
H A Dip_divert.c647 if (req->oldptr == 0) {
H A Dtcp_hostcache.c635 if (req->oldptr == NULL) {
H A Draw_ip.c1066 if (req->oldptr == 0) {
H A Dtcp_subr.c1693 if (req->oldptr == NULL) {
2552 if (req->oldptr != NULL || req->oldlen != 0)
H A Dsctp_sysctl.c367 if (req->oldptr == NULL) {
H A Dudp_usrreq.c831 if (req->oldptr == 0) {
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzpool/common/sys/
H A Dzfs_context.h710 void *oldptr; member in struct:sysctl_req
/freebsd-11-stable/sys/fs/nfsclient/
H A Dnfs_clvfsops.c1836 if (req->oldptr != NULL) {
1865 if (req->oldptr != NULL) {
/freebsd-11-stable/sys/sys/
H A Dsysctl.h160 void *oldptr; member in struct:sysctl_req
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_main.c1791 if (req->oldptr == NULL) {
/freebsd-11-stable/sys/vm/
H A Dvm_object.c2365 if (req->oldptr == NULL) {
/freebsd-11-stable/sys/net/
H A Dbpf.c2924 if (req->oldptr == NULL)
/freebsd-11-stable/sys/dev/ixl/
H A Dixl_pf_main.c6314 if (req->oldptr == NULL) {

Completed in 425 milliseconds

12