Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/rpc/
H A Drpcmod.c398 uint_t *mir_max_msg_sizep; /* Reference to sanity check size */ member
2426 mir->mir_max_msg_sizep = &clnt_max_msg_size; in mir_wput_other()
2454 mir->mir_max_msg_sizep = &svc_max_msg_size; in mir_wput_other()
2824 if (mir->mir_max_msg_sizep != NULL) in mir_check_len()
2825 maxsize = *mir->mir_max_msg_sizep; in mir_check_len()