Lines Matching refs:errno
46 EPRINTF("pipe failed: %d\n", errno); in __tap_ctl_spawn()
47 return -errno; in __tap_ctl_spawn()
51 EPRINTF("fork failed: %d\n", errno); in __tap_ctl_spawn()
52 return -errno; in __tap_ctl_spawn()
62 EPRINTF("dup2 failed: %d\n", errno); in __tap_ctl_spawn()
63 exit(errno); in __tap_ctl_spawn()
67 EPRINTF("dup2 failed: %d\n", errno); in __tap_ctl_spawn()
68 exit(errno); in __tap_ctl_spawn()
108 EPRINTF("wait(%d) failed, err %d\n", child, errno); in tap_ctl_wait()
109 return -errno; in tap_ctl_wait()
137 EPRINTF("fdopen failed: %d\n", errno); in tap_ctl_get_child_id()
141 errno = 0; in tap_ctl_get_child_id()
144 errno = (errno ? : EINVAL); in tap_ctl_get_child_id()
145 EPRINTF("parsing id failed: %d\n", errno); in tap_ctl_get_child_id()
171 EPRINTF("get_id failed, child %d err %d\n", child, errno); in tap_ctl_spawn()