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

12

/freebsd-13-stable/contrib/ncurses/ncurses/tinfo/
H A Dalloc_ttype.c527 short *oldptr = 0; local
547 TYPE_MALLOC(short, NUM_NUMBERS(dst), oldptr);
548 ((TERMTYPE *) dst)->Numbers = oldptr;
554 if ((mode == srcINT) && (oldptr != 0)) {
558 oldptr[i] = MAX_OF_TYPE(short);
560 oldptr[i] = (short) src->Numbers[i];
/freebsd-13-stable/sys/kern/
H A Dkern_sysctl.c1754 if (req->oldptr != NULL) {
1933 if (req->oldptr) {
1941 bcopy(p, (char *)req->oldptr + req->oldidx, i);
1944 if (req->oldptr && i != l)
1979 req.oldptr= old;
1994 vsunlock(req.oldptr, req.validlen);
2000 if (req.oldptr && req.oldidx > req.validlen)
2041 if (req->oldptr == NULL)
2059 error = copyout_nofault(p, (char *)req->oldptr +
2062 error = copyout(p, (char *)req->oldptr
[all...]
H A Dkern_clock.c115 if (!req->oldptr)
123 if (!req->oldptr)
147 if (!req->oldptr) {
H A Dkern_mib.c270 if (len > req->oldlen && req->oldptr != NULL)
277 if (len > req->oldlen && req->oldptr != NULL)
H A Dimgact_binmisc.c503 if (!req->oldptr) {
H A Dkern_intr.c1628 if (!req->oldptr)
H A Dkern_descrip.c4131 if (req->oldptr == NULL) {
4496 maxlen = req->oldptr != NULL ? req->oldlen : -1;
4720 maxlen = req->oldptr != NULL ? req->oldlen : -1;
H A Dkern_proc.c1558 if (req->oldptr == NULL)
1745 if (req->oldptr == NULL) {
2852 if (req->oldptr != NULL) {
H A Dvfs_cache.c988 if (req->oldptr == NULL)
1053 if (req->oldptr == NULL)
1086 if (!req->oldptr)
H A Duipc_shm.c1934 if (req->oldptr != NULL &&
/freebsd-13-stable/sys/geom/
H A Dgeom_kern.c166 if (req->oldptr == NULL) {
/freebsd-13-stable/sys/dev/hwpmc/
H A Dhwpmc_logging.c553 uintptr_t newptr, oldptr; local
579 oldptr = (uintptr_t) plb->plb_ptr;
580 newptr = oldptr + length;
582 KASSERT(oldptr != (uintptr_t) NULL,
616 oldptr = (uintptr_t) plb->plb_ptr;
619 return ((uint32_t *) oldptr);
/freebsd-13-stable/sys/security/mac_bsdextended/
H A Dmac_bsdextended.c163 if (req->oldptr) {
201 if (req->oldptr && error == 0)
/freebsd-13-stable/sys/netinet/
H A Dtcp_fastopen.c761 if (req->oldptr != NULL || req->oldlen != 0)
784 if (req->oldptr != NULL || req->oldlen != 0)
H A Dtcp_subr.c896 if (req->oldptr != NULL) {
911 if (req->oldptr == NULL) {
920 if (req->oldptr != NULL) {
942 if (req->oldptr == NULL)
2625 if (req->oldptr == NULL) {
3593 if (req->oldptr != NULL || req->oldlen != 0)
3709 if (req->oldptr != NULL || req->oldlen != 0)
H A Dip_divert.c713 if (req->oldptr == 0) {
H A Dtcp_hostcache.c657 if (req->oldptr == NULL) {
H A Draw_ip.c1125 if (req->oldptr == 0) {
H A Dsctp_sysctl.c366 if (req->oldptr == NULL) {
H A Dudp_usrreq.c868 if (req->oldptr == 0) {
/freebsd-13-stable/sys/dev/iicbus/
H A Dads111x.c315 if (req->oldptr != NULL) {
/freebsd-13-stable/sys/vm/
H A Dvm_meter.c190 if (req->oldptr == NULL) {
H A Dvm_object.c2485 if (req->oldptr == NULL) {
/freebsd-13-stable/sys/fs/nfsclient/
H A Dnfs_clvfsops.c1900 if (req->oldptr != NULL) {
1929 if (req->oldptr != NULL) {
/freebsd-13-stable/sys/sys/
H A Dsysctl.h170 void *oldptr; member in struct:sysctl_req

Completed in 206 milliseconds

12