Home
last modified time | relevance | path

Searched refs:init_control (Results 1 – 3 of 3) sorted by relevance

/dragonfly/usr.sbin/bthcid/
H A Dbthcid.h43 int init_control (const char *, mode_t);
H A Dbthcid.c129 if ((control_fd = init_control(socket_name, mode)) < 0) { in main()
H A Dclient.c78 init_control(const char *name, mode_t mode) in init_control() function