Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/rpc/
H A Drpcmod.c400 uint_t *mir_max_msg_sizep; /* Reference to sanity check size */ member
2436 mir->mir_max_msg_sizep = &clnt_max_msg_size; in mir_wput_other()
2464 mir->mir_max_msg_sizep = &svc_max_msg_size; in mir_wput_other()
2834 if (mir->mir_max_msg_sizep != NULL) in mir_check_len()
2835 maxsize = *mir->mir_max_msg_sizep; in mir_check_len()