Lines Matching defs:newp
429 if (newp == NULL) {
437 if (newp == NULL) {
462 newp, newlen, name, l, rnode);
637 error = sysctl_cvt_in(l, &v, newp, newlen, &qnode);
700 * from newp) to the tree, returning a copy of it in the space pointed
775 if (newp == NULL)
777 error = sysctl_cvt_in(l, &v, newp, newlen, &nnode);
1234 if (newp == NULL)
1236 int error = sysctl_cvt_in(l, &v, newp, newlen, &nnode);
1266 * sysctl_destroy -- Removes a node (as described by newp) from the
1317 if (newp == NULL)
1319 error = sysctl_cvt_in(l, &v, newp, newlen, &nnode);
1452 newp = NULL;
1481 if (l != NULL && newp != NULL &&
1499 if (!rw && newp != NULL) {
1535 if (newp == NULL)
1555 error = sysctl_copyin(l, newp, &tmp, sz);
1574 error = sysctl_copyin(l, newp, d, sz);
1599 error = sysctl_copyin(l, newp, newbuf, len);
1670 if (newp == NULL || newlen != sizeof(struct sysctlnode))
1672 error = sysctl_copyin(l, newp, &nnode, sizeof(nnode));
1736 if (newp != NULL) {
1737 error = sysctl_cvt_in(l, &v, newp, newlen, &dnode);
1960 sysctlfn func, u_quad_t qv, void *newp, size_t newlen,
2051 nnode.sysctl_data = newp;
2562 void *newp, size_t newlen, struct lwp *l)
2573 sysctl_lock(newp != NULL);
2575 newp, newlen, name, l, NULL);
2613 if (newp != NULL || namelen != 0)