Searched refs:status_info (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/usr.sbin/rpc.statd/
H A Dfile.c53 FileLayout *status_info; /* Pointer to the mmap()ed status file */ variable
65 if (msync((void *)status_info, 0, 0) < 0)
90 for (i = 0, hp = status_info->hosts; i < status_info->noOfHosts; i++, hp++)
137 spare_slot = &status_info->hosts[status_info->noOfHosts];
138 desired_size = ((char*)spare_slot - (char*)status_info) + sizeof(HostInfo);
150 status_info->noOfHosts++;
192 status_info = (FileLayout *)
195 if (status_info
[all...]
H A Dstatd.h103 extern FileLayout *status_info; /* The mmap()ed status file */
H A Dprocs.c141 res.state = status_info->ourState;
179 res.state = status_info->ourState;
287 res.state = status_info->ourState;
312 for (i = status_info->noOfHosts, hp = status_info->hosts; i; i--, hp++)
318 res.state = status_info->ourState;
351 for (i = status_info->noOfHosts, hp = status_info->hosts; i ; i--, hp++)
359 status_info->ourState += 2; /* always even numbers if not crashed */
/freebsd-12-stable/crypto/openssl/crypto/ts/
H A Dts_rsp_utils.c17 int TS_RESP_set_status_info(TS_RESP *a, TS_STATUS_INFO *status_info) argument
21 if (a->status_info == status_info)
23 new_status_info = TS_STATUS_INFO_dup(status_info);
28 TS_STATUS_INFO_free(a->status_info);
29 a->status_info = new_status_info;
36 return a->status_info;
H A Dts_local.h26 TS_STATUS_INFO *status_info; member in struct:TS_resp_st
H A Dts_asn1.c137 status = ASN1_INTEGER_get(a->status_info->status);
175 ASN1_SIMPLE(TS_RESP, status_info, TS_STATUS_INFO),
H A Dts_rsp_print.c31 TS_STATUS_INFO_print_bio(bio, a->status_info);
H A Dts_rsp_sign.c338 TS_STATUS_INFO *si = ctx->response->status_info;
348 TS_STATUS_INFO *si = ctx->response->status_info;
H A Dts_rsp_verify.c474 TS_STATUS_INFO *info = response->status_info;

Completed in 124 milliseconds