Searched refs:opth (Results 1 – 3 of 3) sorted by relevance
138 kmdb_wr_path_t *opth; in kctl_wr_process_cb() local144 if ((opth = kctl_dmod_path_set(pth)) != NULL) { in kctl_wr_process_cb()146 WR_ACK(opth); in kctl_wr_process_cb()147 kmdb_wr_debugger_notify(opth); in kctl_wr_process_cb()
382 kmdb_wr_path_t *opth; in kctl_dmod_path_set() local395 opth = kctl_dmod_path; in kctl_dmod_path_set()398 return (opth); in kctl_dmod_path_set()
126 struct opthdr *opth; in find_ucred_opt() local139 opth = (struct opthdr *)abuf->buf; in find_ucred_opt()140 if (opth->level == TL_PROT_LEVEL && in find_ucred_opt()141 opth->name == TL_OPT_PEER_UCRED && in find_ucred_opt()142 opth->len + sizeof (*opth) == abuf->len) { in find_ucred_opt()146 (void) memcpy(uc, &opth[1], opth->len); in find_ucred_opt()