Home
last modified time | relevance | path

Searched defs:newlen (Results 1 – 25 of 125) sorted by relevance

12345

/openbsd/src/sys/kern/
Dkern_sysctl.c400 void *oldp, size_t *oldlenp, void *newp, size_t newlen, struct proc *p) in kern_sysctl_dirs()
437 void *oldp, size_t *oldlenp, void *newp, size_t newlen, struct proc *p) in kern_sysctl_dirs_locked()
517 size_t newlen, struct proc *p) in kern_sysctl()
637 void *newp, size_t newlen, struct proc *p) in kern_sysctl_locked()
795 size_t newlen, struct proc *p) in hw_sysctl()
885 void *newp, size_t newlen, struct proc *p) in hw_sysctl_locked()
956 sysctl_hwchargemode(void *oldp, size_t *oldlenp, void *newp, size_t newlen) in sysctl_hwchargemode()
976 sysctl_hwchargestart(void *oldp, size_t *oldlenp, void *newp, size_t newlen) in sysctl_hwchargestart()
996 sysctl_hwchargestop(void *oldp, size_t *oldlenp, void *newp, size_t newlen) in sysctl_hwchargestop()
1017 void *newp, size_t newlen) in sysctl_hwbattery()
[all …]
Duipc_domain.c165 void *newp, size_t newlen) in net_link_sysctl()
196 size_t newlen, struct proc *p) in net_sysctl()
Dkern_watchdog.c72 size_t newlen) in sysctl_wdog()
Dsched_bsd.c640 sysctl_hwsetperf(void *oldp, size_t *oldlenp, void *newp, size_t newlen) in sysctl_hwsetperf()
662 sysctl_hwperfpolicy(void *oldp, size_t *oldlenp, void *newp, size_t newlen) in sysctl_hwperfpolicy()
Dsubr_evcount.c100 void *newp, size_t newlen) in evcount_sysctl()
Dkern_tc.c794 sysctl_tc_hardware(void *oldp, size_t *oldlenp, void *newp, size_t newlen) in sysctl_tc_hardware()
825 sysctl_tc_choice(void *oldp, size_t *oldlenp, void *newp, size_t newlen) in sysctl_tc_choice()
912 void *newp, size_t newlen) in sysctl_tc()
/openbsd/src/usr.bin/sort/
Dbwstring.c170 bws_setlen(struct bwstring *bws, size_t newlen) in bws_setlen()
887 size_t newlen; in ignore_leading_blanks() local
910 size_t newlen = BWSLEN(str) - (src - dst); in ignore_leading_blanks() local
930 size_t newlen = str->len; in ignore_nonprinting() local
983 size_t newlen = str->len; in dictionary_order() local
/openbsd/src/sys/netinet/
Dipsec_input.c609 size_t newlen) in ipsec_sysctl()
645 size_t newlen) in esp_sysctl()
679 size_t newlen) in ah_sysctl()
707 size_t newlen) in ipcomp_sysctl()
Dudp_usrreq.c1261 size_t newlen) in udp_sysctl()
1296 void *newp, size_t newlen) in udp_sysctl_locked()
/openbsd/src/sys/ddb/
Ddb_usrreq.c49 size_t newlen, struct proc *p) in ddb_sysctl()
/openbsd/src/sys/netmpls/
Dmpls_raw.c59 size_t newlen) in mpls_sysctl()
/openbsd/src/lib/libc/stdio/
Dgetdelim.c50 size_t len, newlen, off; in getdelim() local
/openbsd/src/usr.sbin/rpki-client/
Drrdp_util.c70 size_t newlen, outlen; in publish_add_content() local
/openbsd/src/gnu/usr.bin/gcc/gcc/f/
Dsts.c153 ffestsLength newlen; in ffests_puttext() local
/openbsd/src/regress/sys/kern/ptrace2/
Dmacros.h26 sysctlbyname(char* s, void *oldp, size_t *oldlenp, void *newp, size_t newlen) in sysctlbyname()
/openbsd/src/gnu/usr.bin/perl/cygwin/
Dcygwin.c338 int newlen = cygwin_conv_path(what, which_src, wconverted, 0); in S_convert_path_common() local
356 int newlen = cygwin_conv_path(what, src_path, converted_path, 0); in S_convert_path_common() local
/openbsd/src/sys/uvm/
Duvm_meter.c79 size_t newlen, struct proc *p) in uvm_sysctl()
Duvm_swap_encrypt.c55 void *newp, size_t newlen, struct proc *p) in swap_encrypt_ctl()
/openbsd/src/usr.bin/lex/
Decs.c44 int i, ich, newlen, cclp, ccls, cclmec; in ccl2ecl() local
/openbsd/src/gnu/usr.bin/texinfo/info/
Dnodemenu.c166 register int j, newlen; in get_visited_nodes() local
/openbsd/src/regress/lib/libc/sys/
Dmacros.h26 sysctlbyname(char* s, void *oldp, size_t *oldlenp, void *newp, size_t newlen) in sysctlbyname()
/openbsd/src/usr.sbin/relayd/
Dssl.c98 EVP_PKEY *capkey, X509 *cacert, size_t *newlen) in ssl_update_certificate()
/openbsd/src/sys/arch/arm/arm/
Darm32_machdep.c300 size_t newlen, struct proc *p) in cpu_sysctl()
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_netbsd.cpp308 uptr *oldlenp, const void *newp, uptr newlen) { in internal_sysctl()
314 const void *newp, uptr newlen) { in internal_sysctlbyname()
/openbsd/src/gnu/usr.bin/perl/
Dutf8.h162 #define utf16_to_utf8(p, d, bytelen, newlen) \ argument
164 #define utf16_to_utf8_reversed(p, d, bytelen, newlen) \ argument
166 #define utf8_to_utf16(p, d, bytelen, newlen) \ argument
168 #define utf8_to_utf16_reversed(p, d, bytelen, newlen) \ argument

12345