Searched refs:init_control (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/usr.sbin/bthcid/
H A Dbthcid.h40 int init_control (const char *, mode_t);
H A Dbthcid.c137 if (init_control(socket_name, mode) < 0) {
138 syslog(LOG_ERR, "init_control(%s)", socket_name);
H A Dclient.c87 init_control(const char *name, mode_t mode) function
/netbsd-current/sys/dev/usb/
H A Dusb_mem.c272 static ONCE_DECL(init_control);
278 RUN_ONCE(&init_control, usb_mem_init);
H A Dusb.c295 static ONCE_DECL(init_control);
335 RUN_ONCE(&init_control, usb_once_init);
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Dntpsim.c133 init_control();
H A Dntpd.c1127 init_control();
H A Dntp_control.c825 * init_control - initialize request data
828 init_control(void) function
/netbsd-current/external/bsd/ntp/dist/include/
H A Dntpd.h80 extern void init_control (void);

Completed in 219 milliseconds