Home
last modified time | relevance | path

Searched refs:last_status (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dinfo_nis.c196 static int last_status = 1; /* assume up by default */ in nis_isup() local
208 last_status = 0; in nis_isup()
222 last_status = 0; in nis_isup()
231 last_status = 0; in nis_isup()
234 if (last_status == 0) { /* reinitialize if was down before */ in nis_isup()
240 last_status = 1; in nis_isup()
H A Dinfo_hesiod.c178 static int last_status = 1; /* assume up by default */ in hesiod_isup() local
185 last_status = 0; in hesiod_isup()
188 if (last_status == 0) { /* if was down before */ in hesiod_isup()
190 last_status = 1; in hesiod_isup()
/netbsd-src/external/bsd/am-utils/dist/hlfsd/
H A Dhomedir.c96 found->last_status = 1; in homedir()
105 found->last_status = 0; in homedir()
123 if (found->last_status == 0) { in homedir()
145 found->last_status = 1; in homedir()
149 found->last_status = 1; in homedir()
303 lastchild->last_status = WEXITSTATUS(status);
310 lostchild->last_status = WEXITSTATUS(status);
678 pwtab[cur_pwtab_num].last_status = 0; /* assume best: used homedir */
764 pwtab[i].last_status,
H A Dhlfsd.h117 int last_status; /* 0=used $HOME/.hlfsspool; !0=used alt dir */ member
/netbsd-src/external/gpl2/xcvs/dist/src/
H A Derror.c126 static int last_status; in error() local
174 last_status = status; in error()
226 last_status, last_errnum); in error()
/netbsd-src/external/bsd/libfido2/dist/fuzz/
H A Dfuzz_bio.c283 uint8_t last_status; in consume_enroll() local
286 last_status = fido_bio_enroll_last_status(e); in consume_enroll()
288 consume(&last_status, sizeof(last_status)); in consume_enroll()
/netbsd-src/external/bsd/libfido2/dist/src/
H A Dbio.c337 e->last_status = 0; in bio_reset_enroll()
362 e->last_status = (uint8_t)x; in bio_parse_enroll_status()
405 e->last_status = 0; in bio_rx_enroll_begin()
515 e->last_status = 0; in bio_rx_enroll_continue()
893 return (e->last_status); in fido_bio_enroll_last_status()
/netbsd-src/external/bsd/libfido2/dist/src/fido/
H A Dbio.h64 uint8_t last_status; member
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dhandshake_helper.c1184 static handshake_status_t handshake_status(peer_status_t last_status, in handshake_status() argument
1188 switch (last_status) { in handshake_status()
/netbsd-src/external/gpl3/gdb/dist/gdbserver/
H A DChangeLog-2002-20216201 * win32-low.c (win32_create_inferior): last_ptid and last_status
6229 (program_signals, program_signals_p, last_status, last_ptid, own_buf):
6378 setting last_status global.
7854 (last_status): Make it global.
7877 (last_status): Declare.
15639 'last_resume_kind' and 'last_status' of 'current_inferior'.
17582 * linux-low.c (linux_wait_1): Don't set last_status here.
17587 and last_status from the target returned status.
18674 * inferiors.c (add_thread): Set last_status kind to
18681 Alway set the thread's last_status to TARGET_WAITKIND_IGNORE.
[all …]