Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/sndiod/
Dfdpass.h22 struct fdpass *fdpass_new(int sock, struct fileops *ops);
Dsndiod.c498 if (fdpass_new(s[1], &helper_fileops) == NULL) in start_helper()
526 if (fdpass_new(s[0], &worker_fileops) == NULL) in start_helper()
Dfdpass.c323 fdpass_new(int sock, struct fileops *ops) in fdpass_new() function