nval 196 compat/common/compat_util.c out |= tab->nval;
nval 48 compat/common/compat_util.h unsigned long nval;
nval 123 compat/hpux/hppa/hpux_syscallargs.h syscallarg(int) nval;
nval 1280 compat/hpux/hpux_compat.c error = donice(p, p, (p->p_nice-NZERO)+SCARG(uap, nval));
nval 133 compat/hpux/m68k/hpux_syscallargs.h syscallarg(int) nval;
nval 902 netinet/tcp_usrreq.c int error, nval;
nval 933 netinet/tcp_usrreq.c nval = tcp_reass_limit;
nval 934 netinet/tcp_usrreq.c error = sysctl_int(oldp, oldlenp, newp, newlen, &nval);
nval 937 netinet/tcp_usrreq.c if (nval != tcp_reass_limit) {
nval 938 netinet/tcp_usrreq.c error = pool_sethardlimit(&tcpqe_pool, nval, NULL, 0);
nval 941 netinet/tcp_usrreq.c tcp_reass_limit = nval;
nval 946 netinet/tcp_usrreq.c nval = tcp_sackhole_limit;
nval 947 netinet/tcp_usrreq.c error = sysctl_int(oldp, oldlenp, newp, newlen, &nval);
nval 950 netinet/tcp_usrreq.c if (nval != tcp_sackhole_limit) {
nval 951 netinet/tcp_usrreq.c error = pool_sethardlimit(&sackhl_pool, nval, NULL, 0);
nval 954 netinet/tcp_usrreq.c tcp_sackhole_limit = nval;