Searched refs:sysctl_io_string (Results 1 – 8 of 8) sorted by relevance
| /xnu-8019.80.24/bsd/skywalk/lib/ |
| H A D | net_filter_event.c | 166 int error = sysctl_io_string(req, sbuf_data(sbuf), 0, 0, NULL); in net_filter_event_sysctl()
|
| /xnu-8019.80.24/bsd/dev/i386/ |
| H A D | sysctl.c | 311 error = sysctl_io_string(req, buf, sizeof(buf), 0, &changed); in misc_interrupt_latency_max() 334 err = sysctl_io_string(req, buf, buflen, 0, 0); in x86_cpu_tsc_deltas() 352 error = sysctl_io_string(req, buf, sizeof(buf), 0, &changed); in misc_machine_check_panic() 991 error = sysctl_io_string(req, buf, sizeof(buf), 0, &changed); in misc_timer_queue_trace()
|
| /xnu-8019.80.24/bsd/kern/ |
| H A D | kern_debug.c | 281 int error = sysctl_io_string(req, buf, len + 1, 0, &changed); in _sysctl_debug_syscall_rejection_masks()
|
| H A D | kern_sysctl.c | 2051 error = sysctl_io_string(req, buf, BOOT_LINE_LENGTH, 0, NULL); in sysctl_sysctl_bootargs() 2124 rval = sysctl_io_string(req, (char *)uuid_str, sizeof(uuid_str), 0, NULL); in sysctl_filesetuuid() 2463 error = sysctl_io_string(req, tmpname, sizeof(tmpname), 0, &changed); in sysctl_domainname() 2491 error = sysctl_io_string(req, tmpname, sizeof(tmpname), 1, &changed); in sysctl_hostname() 2510 return sysctl_io_string(req, &req->p->p_name[0], (2 * MAXCOMLEN + 1), 1, NULL); in sysctl_procname() 2611 error = sysctl_io_string(req, fake_bootuuid, 0, 0, NULL); in sysctl_bootuuid() 2620 error = sysctl_io_string(req, __DECONST(char *, uuid_string), 0, 0, NULL); in sysctl_bootuuid() 2647 error = sysctl_io_string(req, __DECONST(char *, uuid_string), 0, 0, NULL); in sysctl_apfsprebootuuid() 2669 error = sysctl_io_string(req, __DECONST(char *, uuid_string), 0, 0, NULL); in sysctl_targetsystemvolgroupuuid() 2683 error = sysctl_io_string(req, __DECONST(char *, uuid_string), 0, 0, NULL); in sysctl_targetsystemvolgroupuuid() [all …]
|
| H A D | kern_newsysctl.c | 489 sysctl_io_string(struct sysctl_req *req, char *pValue, size_t valueSize, int trunc, int *changed) in sysctl_io_string() function 1425 return sysctl_io_string(req, arg1, arg2, 0, NULL); in sysctl_handle_string()
|
| /xnu-8019.80.24/bsd/sys/ |
| H A D | sysctl.h | 294 int sysctl_io_string(struct sysctl_req *req, char *pValue, size_t valueSize, int trunc, int *change…
|
| /xnu-8019.80.24/iokit/Kernel/ |
| H A D | IOPMrootDomain.cpp | 1316 return sysctl_io_string(req, wr, 0, 0, NULL); 1330 return sysctl_io_string(req, gBootReasonString, 0, 0, NULL); 1349 return sysctl_io_string(req, sr, 0, 0, NULL); 1371 return sysctl_io_string(req, tt, 0, 0, NULL);
|
| /xnu-8019.80.24/bsd/netinet/ |
| H A D | tcp_subr.c | 346 error = sysctl_io_string(req, keystring, sizeof(keystring), 0, NULL); in tcp_sysctl_fastopenkey()
|