Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Ddcs.h252 unsigned long random_resp; member
H A Dremote_cfg.h363 unsigned long random_resp; member
H A Ddcs.c710 hdr->random_resp = sp->random_resp; in init_msg()
757 (sp->random_resp != hdr->random_resp)) { in invalid_msg()
759 "<%d, %d>", hdr->random_req, hdr->random_resp); in invalid_msg()
H A Ddcs_ses.c573 sp->random_resp = lrand48(); in ses_handler()