Searched refs:SYSCTL_OUT (Results 26 - 44 of 44) sorted by relevance

12

/xnu-2422.115.4/bsd/kern/
H A Dkern_proc.c1739 error = SYSCTL_OUT(req, 0,
1759 return (SYSCTL_OUT(req, (caddr_t)&kil, sizeof(kil)));
1776 error = SYSCTL_OUT(req, (caddr_t)&kil, sizeof(kil));
H A Dsysv_msg.c1564 error = SYSCTL_OUT(req, &ipcs, ipcs_sz);
H A Dkern_sysctl.c3111 if ((error = SYSCTL_OUT(req, &oldcputype, sizeof(oldcputype))))
3186 return SYSCTL_OUT(req, &res, sizeof(res));
3198 return SYSCTL_OUT(req, &proc_cputype, sizeof(proc_cputype));
H A Duipc_mbuf.c962 return (SYSCTL_OUT(req, &mbstat, sizeof (mbstat)));
1082 return (SYSCTL_OUT(req, statp, statsz));
1097 i = SYSCTL_OUT(req, mleak_stat, MLEAK_STAT_SIZE(MLEAK_NUM_TRACES));
1114 i = SYSCTL_OUT(req, &mleak_table, sizeof (mleak_table));
H A Dkern_credential.c5560 error = SYSCTL_OUT(req, cred_listp, req->oldlen);
5623 error = SYSCTL_OUT(req, bt_bufp, req->oldlen);
/xnu-2422.115.4/bsd/netinet/
H A Digmp.c359 error = SYSCTL_OUT(req, arg1, sizeof(int));
475 error = SYSCTL_OUT(req, &igi_u, sizeof (igi_u));
H A Din_mcast.c3212 retval = SYSCTL_OUT(req, &fmode, sizeof(uint32_t));
3233 retval = SYSCTL_OUT(req, &src, sizeof(struct in_addr));
H A Din_arp.c1755 return (SYSCTL_OUT(req, &arpstat, MIN(sizeof (arpstat), req->oldlen)));
H A Dtcp_usrreq.c1595 error = SYSCTL_OUT(req, &ti, sizeof(struct tcp_info));
H A Dmptcp_subr.c4618 error = SYSCTL_OUT(req, &mptcpci,
4636 error = SYSCTL_OUT(req, flows, len);
H A Dip_input.c3226 return (SYSCTL_OUT(req, &ipstat, MIN(sizeof (ipstat), req->oldlen)));
H A Dtcp_input.c5367 error = SYSCTL_OUT(req, &tcpstat, MIN(sizeof (tcpstat), req->oldlen));
/xnu-2422.115.4/bsd/netinet6/
H A Din6_mcast.c3040 retval = SYSCTL_OUT(req, &fmode, sizeof(uint32_t));
3057 retval = SYSCTL_OUT(req, &src, sizeof(struct in6_addr));
H A Din6_src.c1670 error = SYSCTL_OUT(w->w_req, pol, sizeof (*pol));
H A Dmld6.c431 error = SYSCTL_OUT(req, &mli_u, sizeof (mli_u));
/xnu-2422.115.4/bsd/security/audit/
H A Daudit_session.c560 err = SYSCTL_OUT(req, sed_tab, sz);
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_subr.c3283 error = SYSCTL_OUT(req, fsidlst, actual * sizeof(fsid_t));
3412 error = SYSCTL_OUT(req, &sfs, sizeof(sfs));
3470 error = SYSCTL_OUT(req, &sfs, sizeof(sfs));
3553 error = SYSCTL_OUT(req, &out, sizeof(out));
/xnu-2422.115.4/bsd/nfs/
H A Dnfs_vfsops.c5473 error = SYSCTL_OUT(req, &val, sizeof(val));
5515 error = SYSCTL_OUT(req, &vq, sizeof(vq));
5522 error = SYSCTL_OUT(req, &val, sizeof(val));
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_vfsops.c3172 return SYSCTL_OUT(req, &vq, sizeof(vq));;

Completed in 200 milliseconds

12