| /xnu-12377.61.12/bsd/skywalk/lib/ |
| H A D | net_filter_event.c | 165 int error = sysctl_io_string(req, sbuf_data(sbuf), 0, 0, NULL); in net_filter_event_sysctl()
|
| /xnu-12377.61.12/bsd/dev/i386/ |
| H A D | sysctl.c | 310 error = sysctl_io_string(req, buf, sizeof(buf), 0, &changed); in misc_interrupt_latency_max() 333 err = sysctl_io_string(req, buf, buflen, 0, 0); in x86_cpu_tsc_deltas() 351 error = sysctl_io_string(req, buf, sizeof(buf), 0, &changed); in misc_machine_check_panic() 984 error = sysctl_io_string(req, buf, sizeof(buf), 0, &changed); in misc_timer_queue_trace()
|
| /xnu-12377.61.12/bsd/kern/ |
| H A D | kern_malloc.c | 448 ret = sysctl_io_string(req, zonename, name_len, 0, NULL);
|
| H A D | kern_sysctl.c | 2276 error = sysctl_io_string(req, buf, BOOT_LINE_LENGTH, 0, NULL); 2349 rval = sysctl_io_string(req, (char *)uuid_str, sizeof(uuid_str), 0, NULL); 2800 error = sysctl_io_string(req, tmpname, sizeof(tmpname), 0, &changed); 2847 error = sysctl_io_string(req, tmpname, sizeof(tmpname), 1, &changed); 2866 return sysctl_io_string(req, &req->p->p_name[0], (2 * MAXCOMLEN + 1), 1, NULL); 2973 error = sysctl_io_string(req, fake_bootuuid, 0, 0, NULL); 2982 error = sysctl_io_string(req, __DECONST(char *, uuid_string), 0, 0, NULL); 3009 error = sysctl_io_string(req, __DECONST(char *, uuid_string), 0, 0, NULL); 3031 error = sysctl_io_string(req, __DECONST(char *, uuid_string), 0, 0, NULL); 3045 error = sysctl_io_string(req, __DECONST(char *, uuid_string), 0, 0, NULL); [all …]
|
| H A D | kern_debug.c | 409 int error = sysctl_io_string(req, buf, len + 1, 0, &changed); in _sysctl_debug_syscall_rejection_masks()
|
| H A D | kern_newsysctl.c | 496 sysctl_io_string(struct sysctl_req *req, char *pValue, size_t valueSize, int trunc, int *changed) in sysctl_io_string() function 1541 return sysctl_io_string(req, arg1, arg2, 0, NULL); in sysctl_handle_string()
|
| H A D | uipc_mbuf_mcache.c | 6172 return sysctl_io_string(req, str, 0, 0, NULL);
|
| /xnu-12377.61.12/bsd/sys/ |
| H A D | sysctl.h | 296 int sysctl_io_string(struct sysctl_req *req, char *pValue, size_t valueSize, int trunc, int *change…
|
| /xnu-12377.61.12/iokit/Kernel/ |
| H A D | IOPMrootDomain.cpp | 1336 return sysctl_io_string(req, wr, 0, 0, NULL); 1350 return sysctl_io_string(req, gBootReasonString, 0, 0, NULL); 1369 return sysctl_io_string(req, sr, 0, 0, NULL); 1411 return sysctl_io_string(req, tt, 0, 0, NULL); 1474 return sysctl_io_string(req, tt, 0, 0, NULL);
|
| /xnu-12377.61.12/bsd/net/ |
| H A D | if_ports_used.c | 2637 error = sysctl_io_string(req, new_value, IFNAMSIZ, 0, &changed);
|
| /xnu-12377.61.12/bsd/netinet/ |
| H A D | tcp_subr.c | 448 error = sysctl_io_string(req, keystring, sizeof(keystring), 0, NULL); in tcp_sysctl_fastopenkey()
|