Searched refs:check_license (Results 1 - 3 of 3) sorted by relevance
| /illumos-gate/usr/src/cmd/lvm/rpc.mdcommd/ |
| H A D | mdmn_commd_server.c | 2329 if (check_license(rqstp, 0) == FALSE) { 2431 if (check_license(rqstp, msg->msg_sender) == FALSE) { 2565 if (check_license(rqstp, res->mmr_sender) == FALSE) { 2675 if (check_license(rqstp, res->mmr_sender) == FALSE) { 2775 if (check_license(rqstp, 0) == FALSE) { 2831 if (check_license(rqstp, 0) == FALSE) { 2927 if (check_license(rqstp, 0) == FALSE) { 3039 if (check_license(rqstp, 0) == FALSE) { 3138 if (check_license(rqstp, 0) == FALSE) { 3213 if (check_license(rqst [all...] |
| H A D | mdmn_subr.c | 709 * check_license(rqstp, chknid) 713 * If chknid is non-zero, the caller of check_license() knows the ID of 722 check_license(struct svc_req *rqstp, md_mn_nodeid_t chknid) function
|
| H A D | mdmn_subr.h | 161 extern bool_t check_license(struct svc_req *rqstp, md_mn_nodeid_t chknid);
|
Completed in 181 milliseconds