Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Ddoor_if.c101 struct nwamd_door_req_entry door_req_table[] = variable
572 i < sizeof (door_req_table) / sizeof (struct nwamd_door_req_entry); in nwamd_door_switch()
574 if (req->nwda_type != door_req_table[i].ndre_type) in nwamd_door_switch()
579 if (door_req_table[i].ndre_auth != NULL && in nwamd_door_switch()
580 chkauthattr(door_req_table[i].ndre_auth, in nwamd_door_switch()
584 door_req_table[i].ndre_auth, req->nwda_type); in nwamd_door_switch()
588 req->nwda_error = door_req_table[i].ndre_fn(req, ucr, pwd); in nwamd_door_switch()