HomeSort by: relevance | last modified time | path
    Searched defs:status_info (Results 1 - 8 of 8) sorted by relevancy

  /src/usr.sbin/rpc.statd/
statd.c 71 Header status_info; variable
213 data.data = &status_info;
214 data.size = sizeof(status_info);
504 (void)memset(&status_info, 0, sizeof(status_info));
512 if (data.size != sizeof(status_info))
514 (u_long)data.size, (u_long)sizeof(status_info));
515 memcpy(&status_info, data.data, data.size);
538 status_info.ourState =
539 (status_info.ourState + 2) & 0xfffffffe
    [all...]
statd.c 71 Header status_info; variable
213 data.data = &status_info;
214 data.size = sizeof(status_info);
504 (void)memset(&status_info, 0, sizeof(status_info));
512 if (data.size != sizeof(status_info))
514 (u_long)data.size, (u_long)sizeof(status_info));
515 memcpy(&status_info, data.data, data.size);
538 status_info.ourState =
539 (status_info.ourState + 2) & 0xfffffffe
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/ts/
ts_local.h 26 TS_STATUS_INFO *status_info; member in struct:TS_resp_st
ts_local.h 26 TS_STATUS_INFO *status_info; member in struct:TS_resp_st
  /src/crypto/external/bsd/openssl/dist/crypto/ts/
ts_local.h 26 TS_STATUS_INFO *status_info; member in struct:TS_resp_st
ts_local.h 26 TS_STATUS_INFO *status_info; member in struct:TS_resp_st
  /src/crypto/external/bsd/openssl.old/dist/crypto/ts/
ts_local.h 26 TS_STATUS_INFO *status_info; member in struct:TS_resp_st
ts_local.h 26 TS_STATUS_INFO *status_info; member in struct:TS_resp_st

Completed in 52 milliseconds