Lines Matching refs:errno_t
42 static errno_t kctl_test_connect(kern_ctl_ref kctlref, struct sockaddr_ctl *sac, void **unitinfo);
43 static errno_t kctl_test_disconnect(kern_ctl_ref kctlref, u_int32_t unit, void *unitinfo);
44 static errno_t kctl_test_send(kern_ctl_ref kctlref, u_int32_t unit, void *unitinfo, mbuf_t m, int f…
45 static errno_t kctl_test_setopt(kern_ctl_ref kctlref, u_int32_t unit, void *unitinfo, int opt, void…
46 static errno_t kctl_test_getopt(kern_ctl_ref kctlref, u_int32_t unit, void *unitinfo, int opt, void…
47 static errno_t kctl_test_send_list(kern_ctl_ref kctlref, u_int32_t unit,
68 static errno_t
72 errno_t error = 0; in kctl_test_connect()
88 static errno_t
92 errno_t error = 0; in kctl_test_disconnect()
108 static errno_t
112 errno_t error = 0; in kctl_test_send()
125 static errno_t
129 errno_t error = 0; in kctl_test_setopt()
149 static errno_t
153 errno_t error = 0; in kctl_test_getopt()
174 static errno_t
179 errno_t error = 0; in kctl_test_send_list()
204 errno_t error = 0; in kctl_test_init()