Lines Matching defs:status
90 static int automount_send_ready(Automount *a, Set *tokens, int status);
402 static int autofs_send_ready(int dev_autofs_fd, int ioctl_fd, uint32_t token, int status) {
411 if (status) {
413 param.fail.status = status;
417 if (ioctl(dev_autofs_fd, status ? AUTOFS_DEV_IOCTL_FAIL : AUTOFS_DEV_IOCTL_READY, ¶m) < 0)
423 static int automount_send_ready(Automount *a, Set *tokens, int status) {
429 assert(status <= 0);
438 if (status)
439 log_unit_debug_errno(UNIT(a), status, "Sending failure: %m");
451 * if you pass a positive status code here, the kernel will
457 status);