Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mdb/common/kmdb/kctl/
H A Dkctl_wr.c138 kmdb_wr_path_t *opth; in kctl_wr_process_cb() local
144 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()
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()
/titanic_50/usr/src/lib/libnsl/rpc/
H A Dti_opts.c126 struct opthdr *opth; in find_ucred_opt() local
139 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()