Home
last modified time | relevance | path

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

12

/f-stack/freebsd/kern/
H A Dkern_sysctl.c1754 if (req->oldptr != NULL) { in sysctl_handle_string()
1924 if (req->oldptr) { in sysctl_old_kernel()
1935 if (req->oldptr && i != l) in sysctl_old_kernel()
1970 req.oldptr= old; in kernel_sysctl()
1985 vsunlock(req.oldptr, req.validlen); in kernel_sysctl()
2032 if (req->oldptr == NULL) in sysctl_old_user()
2090 if (req->lock != REQ_WIRED && req->oldptr && in sysctl_wire_old_buffer()
2093 ret = vslock(req->oldptr, wiredlen); in sysctl_wire_old_buffer()
2386 req.oldptr = old; in userland_sysctl()
2420 vsunlock(req.oldptr, req.validlen); in userland_sysctl()
[all …]
H A Dkern_clock.c115 if (!req->oldptr) in sysctl_kern_cp_time()
123 if (!req->oldptr) in sysctl_kern_cp_time()
147 if (!req->oldptr) { in sysctl_kern_cp_times()
H A Dkern_mib.c270 if (len > req->oldlen && req->oldptr != NULL) in sysctl_hw_pagesizes()
277 if (len > req->oldlen && req->oldptr != NULL) in sysctl_hw_pagesizes()
H A Dimgact_binmisc.c503 if (!req->oldptr) { in sysctl_kern_binmisc()
H A Dkern_proc.c1555 if (req->oldptr == NULL) in sysctl_out_proc()
1742 if (req->oldptr == NULL) { in sysctl_kern_proc()
2843 if (req->oldptr != NULL) { in sysctl_kern_proc_rlimit()
H A Dkern_intr.c1628 if (!req->oldptr) in sysctl_intrcnt()
H A Dkern_descrip.c4128 if (req->oldptr == NULL) { in sysctl_kern_file()
4492 maxlen = req->oldptr != NULL ? req->oldlen : -1; in sysctl_kern_proc_filedesc()
4718 maxlen = req->oldptr != NULL ? req->oldlen : -1; in sysctl_kern_proc_cwd()
H A Dvfs_cache.c887 if (req->oldptr == NULL) in sysctl_nchstats()
952 if (req->oldptr == NULL) in sysctl_debug_hashstat_rawnchash()
985 if (!req->oldptr) in sysctl_debug_hashstat_nchash()
H A Duipc_shm.c1934 if (req->oldptr != NULL && in sysctl_posix_shm_list()
H A Dsubr_stats.c3736 if (req->oldptr != NULL || req->newptr != NULL)
3739 if (req->oldptr != NULL) {
H A Duipc_usrreq.c1826 if (req->oldptr == NULL) { in unp_pcblist()
/f-stack/freebsd/security/mac_bsdextended/
H A Dmac_bsdextended.c163 if (req->oldptr) { in sysctl_rule()
201 if (req->oldptr && error == 0) in sysctl_rule()
/f-stack/app/redis-5.0.5/src/
H A Ddict.h182 dictEntry **dictFindEntryRefByPtrAndHash(dict *d, const void *oldptr, uint64_t hash);
H A Ddict.c1012 dictEntry **dictFindEntryRefByPtrAndHash(dict *d, const void *oldptr, uint64_t hash) { in dictFindEntryRefByPtrAndHash() argument
1022 if (oldptr==he->key) in dictFindEntryRefByPtrAndHash()
/f-stack/freebsd/netinet/
H A Dtcp_subr.c621 if (req->oldptr != NULL) { in sysctl_net_inet_list_func_info()
636 if (req->oldptr == NULL) { in sysctl_net_inet_list_func_info()
645 if (req->oldptr != NULL) { in sysctl_net_inet_list_func_info()
667 if (req->oldptr == NULL) in sysctl_net_inet_list_func_info()
2259 if (req->oldptr == NULL) { in tcp_pcblist()
3087 if (req->oldptr != NULL || req->oldlen != 0) in sysctl_drop()
3203 if (req->oldptr != NULL || req->oldlen != 0) in sysctl_switch_tls()
H A Dtcp_fastopen.c763 if (req->oldptr != NULL || req->oldlen != 0) in sysctl_net_inet_tcp_fastopen_setkey()
786 if (req->oldptr != NULL || req->oldlen != 0) in sysctl_net_inet_tcp_fastopen_setpsk()
H A Dip_divert.c686 if (req->oldptr == 0) { in div_pcblist()
H A Draw_ip.c1108 if (req->oldptr == 0) { in rip_pcblist()
H A Dsctp_sysctl.c366 if (req->oldptr == NULL) { in sctp_sysctl_handle_assoclist()
H A Dudp_usrreq.c865 if (req->oldptr == 0) { in udp_pcblist()
H A Digmp.c354 if (req->oldptr != NULL) { in sysctl_igmp_stat()
/f-stack/freebsd/vm/
H A Dvm_meter.c190 if (req->oldptr == NULL) { in vmtotal()
H A Dvm_object.c2529 if (req->oldptr == NULL) { in sysctl_vm_object_list()
/f-stack/freebsd/sys/
H A Dsysctl.h170 void *oldptr; member
/f-stack/freebsd/net/
H A Dbpf.c2972 if (req->oldptr == NULL) in bpf_stats_sysctl()

12