Searched refs:last_status (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/serf/buckets/
H A Dchunk_buckets.c35 apr_status_t last_status; member in struct:__anon6933
73 ctx->last_status =
77 if (SERF_BUCKET_READ_ERROR(ctx->last_status)) {
79 return ctx->last_status;
114 if (APR_STATUS_IS_EOF(ctx->last_status)) {
150 status = ctx->last_status;
197 status = ctx->last_status;
/freebsd-12-stable/contrib/amd/amd/
H A Dinfo_hesiod.c176 static int last_status = 1; /* assume up by default */ local
183 last_status = 0;
186 if (last_status == 0) { /* if was down before */
188 last_status = 1;
H A Dinfo_nis.c194 static int last_status = 1; /* assume up by default */ local
206 last_status = 0;
220 last_status = 0;
229 last_status = 0;
232 if (last_status == 0) { /* reinitialize if was down before */
238 last_status = 1;
/freebsd-12-stable/contrib/amd/hlfsd/
H A Dhlfsd.h115 int last_status; /* 0=used $HOME/.hlfsspool; !0=used alt dir */ member in struct:uid2home_t
H A Dhomedir.c94 found->last_status = 1;
103 found->last_status = 0;
121 if (found->last_status == 0) {
143 found->last_status = 1;
147 found->last_status = 1;
281 * update the last_status field of the requesting user.
301 lastchild->last_status = WEXITSTATUS(status);
308 lostchild->last_status = WEXITSTATUS(status);
676 pwtab[cur_pwtab_num].last_status = 0; /* assume best: used homedir */
762 pwtab[i].last_status,
[all...]
/freebsd-12-stable/tools/tools/net80211/wesside/wesside/
H A Dwesside.c2395 struct timeval last_status; local
2479 memcpy(&last_status, &lasthop, sizeof(last_status));
2521 if ( (now.tv_sec > last_status.tv_sec ) ||
2522 ( now.tv_usec - last_status.tv_usec > 100*1000)) {
2523 if (crack_pid && (now.tv_sec > last_status.tv_sec)) {
2549 memcpy(&last_status, &now,sizeof(last_status));

Completed in 212 milliseconds