Searched refs:SYSCTL_IN (Results 1 - 25 of 46) sorted by relevance

12

/freebsd-13-stable/sys/kern/
H A Dimgact_binmisc.c446 error = SYSCTL_IN(req, &xbe, sizeof(xbe));
460 error = SYSCTL_IN(req, &xbe, sizeof(xbe));
470 error = SYSCTL_IN(req, &xbe, sizeof(xbe));
480 error = SYSCTL_IN(req, &xbe, sizeof(xbe));
490 error = SYSCTL_IN(req, &xbe, sizeof(xbe));
H A Dkern_sysctl.c1336 error = SYSCTL_IN(req, p, req->newlen);
1489 error = SYSCTL_IN(req, &temp, sizeof(temp));
1524 error = SYSCTL_IN(req, arg1, sizeof(tmpout));
1556 error = SYSCTL_IN(req, arg1, sizeof(tmpout));
1588 error = SYSCTL_IN(req, arg1, sizeof(tmpout));
1619 error = SYSCTL_IN(req, arg1, sizeof(int));
1686 error = SYSCTL_IN(req, &tmpint, sizeof(int));
1691 error = SYSCTL_IN(req, arg1, sizeof(long));
1722 error = SYSCTL_IN(req, arg1, sizeof(uint64_t));
1791 error = SYSCTL_IN(re
[all...]
H A Dkern_acct.c181 error = SYSCTL_IN(req, &value, sizeof(int));
H A Dkern_fail.c899 error = SYSCTL_IN(req, buf, req->newlen);
H A Dkern_ktrace.c241 error = SYSCTL_IN(req, &wantsize, sizeof(u_int));
/freebsd-13-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_ethtool.c237 err = SYSCTL_IN(req, new_bw_value,
278 err = SYSCTL_IN(req, max_bw_share, max_rates);
343 err = SYSCTL_IN(req, temp, MLX5E_MAX_PRIORITY);
456 err = SYSCTL_IN(req, fec_mask_10x_25x,
561 err = SYSCTL_IN(req, fec_mask_50x,
710 err = SYSCTL_IN(req, dscp2prio + prio_index, sizeof(dscp2prio) / 8);
761 error = SYSCTL_IN(req, buf_size, sizeof(buf_size));
788 error = SYSCTL_IN(req, buffer, MLX5E_MAX_BUFFER);
/freebsd-13-stable/sys/tests/framework/
H A Dkern_testfrwk.c188 error = SYSCTL_IN(req, &kt, sizeof(struct kern_test));
/freebsd-13-stable/sys/dev/usb/
H A Dusb_debug.c273 error = SYSCTL_IN(req, &val, sizeof(unsigned));
/freebsd-13-stable/sys/fs/devfs/
H A Ddevfs_devs.c93 error = SYSCTL_IN(req, &ud_compat, sizeof(ud_compat));
98 error = SYSCTL_IN(req, &ud, sizeof (ud));
/freebsd-13-stable/sys/i386/i386/
H A Delan-mmcr.c128 error = SYSCTL_IN(req, buf, 32);
/freebsd-13-stable/sys/libkern/
H A Diconv.c414 error = SYSCTL_IN(req, &din, sizeof(din));
/freebsd-13-stable/sys/mips/cavium/
H A Docteon_machdep.c437 error = SYSCTL_IN(req, buf, req->newlen);
/freebsd-13-stable/sys/security/mac_bsdextended/
H A Dmac_bsdextended.c155 error = SYSCTL_IN(req, &temprule, sizeof(temprule));
/freebsd-13-stable/sys/dev/sfxge/
H A Dsfxge_port.c252 if ((error = SYSCTL_IN(req, &fcntl, sizeof(fcntl))) != 0)
718 error = SYSCTL_IN(req, &period_ms, sizeof(period_ms));
H A Dsfxge_ev.c600 if ((error = SYSCTL_IN(req, &moderation, sizeof(moderation)))
/freebsd-13-stable/sys/netinet/
H A Dtcp_fastopen.c767 error = SYSCTL_IN(req, newkey, sizeof(newkey));
790 error = SYSCTL_IN(req, newpsk, sizeof(newpsk));
H A Dtcp_subr.c2725 error = SYSCTL_IN(req, addrs, sizeof(addrs));
2769 error = SYSCTL_IN(req, addrs, sizeof(addrs));
3599 error = SYSCTL_IN(req, &addrs, sizeof(addrs));
3715 error = SYSCTL_IN(req, &addrs, sizeof(addrs));
/freebsd-13-stable/sys/dev/hptmv/
H A Dhptproc.c590 error = SYSCTL_IN(req, hptproc_buffer, i);
/freebsd-13-stable/sys/contrib/ipfilter/netinet/
H A Dmlfk_ipl.c361 error = SYSCTL_IN(req, arg1, sizeof(int));
/freebsd-13-stable/sys/netinet6/
H A Dsctp6_usrreq.c421 error = SYSCTL_IN(req, addrs, sizeof(addrs));
/freebsd-13-stable/sys/fs/nfsclient/
H A Dnfs_clvfsops.c1906 error = SYSCTL_IN(req, &val, sizeof(val));
1939 error = SYSCTL_IN(req, &nmp->nm_tprintf_initial_delay,
/freebsd-13-stable/sys/dev/ntb/test/
H A Dntb_tool.c376 rc = SYSCTL_IN(req, ubuf, req->newlen);
/freebsd-13-stable/sys/dev/axgbe/
H A Dxgbe-sysctl.c276 rc = SYSCTL_IN(req, ubuf, req->newlen);
/freebsd-13-stable/sys/net/
H A Dnetisr.c363 error = SYSCTL_IN(req, tmp, len);
/freebsd-13-stable/sys/sys/
H A Dsysctl.h205 #define SYSCTL_IN(r, p, l) (r->newfunc)(r, p, l) macro

Completed in 187 milliseconds

12