Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/kmdb/kctl/
H A Dkctl_wr.c137 kmdb_wr_path_t *opth; in kctl_wr_process_cb() local
143 if ((opth = kctl_dmod_path_set(pth)) != NULL) { in kctl_wr_process_cb()
145 WR_ACK(opth); in kctl_wr_process_cb()
146 kmdb_wr_debugger_notify(opth); in kctl_wr_process_cb()
H A Dkctl_dmod.c382 kmdb_wr_path_t *opth; in kctl_dmod_path_set() local
395 opth = kctl_dmod_path; in kctl_dmod_path_set()
398 return (opth); in kctl_dmod_path_set()
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dti_opts.c124 struct opthdr *opth; in find_ucred_opt() local
137 opth = (struct opthdr *)abuf->buf; in find_ucred_opt()
138 if (opth->level == TL_PROT_LEVEL && in find_ucred_opt()
139 opth->name == TL_OPT_PEER_UCRED && in find_ucred_opt()
140 opth->len + sizeof (*opth) == abuf->len) { in find_ucred_opt()
144 (void) memcpy(uc, &opth[1], opth->len); in find_ucred_opt()