Home
last modified time | relevance | path

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

/freebsd/usr.bin/lockf/
H A Dlockf.c385 int ostatus; in sigchld() local
387 while (waitpid(child, &ostatus, 0) != child) { in sigchld()
392 status = ostatus; in sigchld()
/freebsd/contrib/ntp/ntpd/
H A Dntp_loopfilter.c192 sync_status(const char *what, int ostatus, int nstatus) in sync_status() argument
196 snprintb(obuf, sizeof(obuf), STA_FMT, ostatus); in sync_status()
199 snprintf(obuf, sizeof(obuf), "%04x", ostatus); in sync_status()
/freebsd/sys/dev/ciss/
H A Dciss.c4052 int ostatus, bus, target; in ciss_notify_logical() local
4075 ostatus = ciss_decode_ldrive_status(cn->data.logical_status.previous_state); in ciss_notify_logical()
4083 if (ostatus != ld->cl_status) { in ciss_notify_logical()