sysctl.c | 135 static void display_string(const struct sysctlnode *, const char *, 788 display_string(pnode, gsname, tbuf, sz, DISPLAY_VALUE); 1865 display_string(node, gsname, o, so, DISPLAY_OLD); 1866 display_string(node, gsname, i, si, DISPLAY_NEW); 1948 display_string(const struct sysctlnode *node, const char *name, function in typeref:typename:void 2554 display_string(pnode, sname, "unlimited", 10, 2562 display_string(pnode, sname, "unlimited", 10, 2696 display_string(pnode, sname, outbuf, rc, newp ? DISPLAY_OLD : DISPLAY_VALUE); 2707 display_string(pnode, sname, outbuf, rc, DISPLAY_NEW); 2791 display_string(pnode, sname, s, strlen(s) [all...] |