Searched defs:opth (Results 1 - 3 of 3) sorted by relevance

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

Completed in 59 milliseconds