Home
last modified time | relevance | path

Searched refs:sysctl_io_string (Results 1 – 9 of 9) sorted by relevance

/xnu-11215.41.3/bsd/skywalk/lib/
H A Dnet_filter_event.c165 int error = sysctl_io_string(req, sbuf_data(sbuf), 0, 0, NULL); in net_filter_event_sysctl()
/xnu-11215.41.3/bsd/dev/i386/
H A Dsysctl.c310 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-11215.41.3/bsd/kern/
H A Dkern_sysctl.c2213 error = sysctl_io_string(req, buf, BOOT_LINE_LENGTH, 0, NULL);
2286 rval = sysctl_io_string(req, (char *)uuid_str, sizeof(uuid_str), 0, NULL);
2742 error = sysctl_io_string(req, tmpname, sizeof(tmpname), 0, &changed);
2789 error = sysctl_io_string(req, tmpname, sizeof(tmpname), 1, &changed);
2808 return sysctl_io_string(req, &req->p->p_name[0], (2 * MAXCOMLEN + 1), 1, NULL);
2915 error = sysctl_io_string(req, fake_bootuuid, 0, 0, NULL);
2924 error = sysctl_io_string(req, __DECONST(char *, uuid_string), 0, 0, NULL);
2951 error = sysctl_io_string(req, __DECONST(char *, uuid_string), 0, 0, NULL);
2973 error = sysctl_io_string(req, __DECONST(char *, uuid_string), 0, 0, NULL);
2987 error = sysctl_io_string(req, __DECONST(char *, uuid_string), 0, 0, NULL);
[all …]
H A Dkern_debug.c409 int error = sysctl_io_string(req, buf, len + 1, 0, &changed); in _sysctl_debug_syscall_rejection_masks()
H A Dkern_newsysctl.c495 sysctl_io_string(struct sysctl_req *req, char *pValue, size_t valueSize, int trunc, int *changed) in sysctl_io_string() function
1431 return sysctl_io_string(req, arg1, arg2, 0, NULL); in sysctl_handle_string()
H A Duipc_mbuf.c10179 return sysctl_io_string(req, str, 0, 0, NULL);
/xnu-11215.41.3/bsd/sys/
H A Dsysctl.h295 int sysctl_io_string(struct sysctl_req *req, char *pValue, size_t valueSize, int trunc, int *change…
/xnu-11215.41.3/iokit/Kernel/
H A DIOPMrootDomain.cpp1338 return sysctl_io_string(req, wr, 0, 0, NULL);
1352 return sysctl_io_string(req, gBootReasonString, 0, 0, NULL);
1371 return sysctl_io_string(req, sr, 0, 0, NULL);
1393 return sysctl_io_string(req, tt, 0, 0, NULL);
/xnu-11215.41.3/bsd/netinet/
H A Dtcp_subr.c351 error = sysctl_io_string(req, keystring, sizeof(keystring), 0, NULL); in tcp_sysctl_fastopenkey()