Searched defs:oh (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dconnect.c85 struct t_opthdr oh; member in struct:__anon4033
90 opts.oh.len = sizeof (opts);
91 opts.oh.level = level;
92 opts.oh.name = name;
93 opts.oh.status = 0;
112 (int)ores.flags, (int)opts.oh.status);
/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_service.c325 struct nlm_owner_handle *oh; local
413 * Note that lh->oh is freed via xdr_free,
416 oh = kmem_zalloc(sizeof (*oh), KM_SLEEP);
417 oh->oh_sysid = (sysid_t)fl.l_sysid;
421 lh->oh.n_len = sizeof (*oh);
422 lh->oh.n_bytes = (void *)oh;
968 struct nlm_owner_handle *oh; local
[all...]
H A Dnlm_client.c753 struct nlm_owner_handle oh; local
762 nlm_init_lock(&args.alock, flp, fhp, &oh);
770 oh.oh_sysid = hostp->nh_sysid;
1040 struct nlm_owner_handle oh; local
1046 nlm_init_lock(&args.alock, flp, fhp, &oh);
1048 oh.oh_sysid = hostp->nh_sysid;
1111 struct nlm_owner_handle oh; local
1117 nlm_init_lock(&args.alock, flp, fhp, &oh);
1120 oh.oh_sysid = hostp->nh_sysid;
1189 struct nlm_owner_handle *oh)
1187 nlm_init_lock(struct nlm4_lock *lock, const struct flock64 *fl, struct netobj *fh, struct nlm_owner_handle *oh) argument
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_sg.c64 ofmt_handle_t oh; member in struct:arg_struct
156 ofmt_print(larg->oh, &line_arg);
177 static ofmt_handle_t oh = (ofmt_handle_t)NULL; local
181 if (oh == NULL) {
190 oerr = ofmt_open(larg->o_str, ofp, oflags, ocols, &oh);
195 ofmt_strerror(oh, oerr, e, sizeof (e)));
198 larg->oh = oh;
300 if (larg.oh != NULL)
301 ofmt_close(larg.oh);
[all...]
H A Dilbadm_rules.c114 ofmt_handle_t oh; member in struct:arg_struct
133 ofmt_handle_t oh; member in struct:ilbadm_rl_srvlist_arg
573 static ofmt_handle_t oh = (ofmt_handle_t)NULL; local
602 if (oh == NULL) {
608 oerr = ofmt_open(larg->o_str, fields, oflags, ocols, &oh);
613 ofmt_strerror(oh, oerr, e, sizeof (e)));
618 ofmt_print(oh, &ra);
784 ofmt_print(larg->oh, larg);
800 static ofmt_handle_t oh = (ofmt_handle_t)NULL; local
821 if (oh
[all...]
H A Dilbadm_stats.c990 ofmt_handle_t oh = NULL; local
1122 oerr = ofmt_open(fieldnames, fields, oflags, 80, &oh);
1127 ofmt_strerror(oh, oerr, e, sizeof (e)));
1131 sta.ilbst_oh = oh;
1135 ofmt_close(oh);
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6.c2954 struct ip6_opt_home_address *oh; local
2975 oh = (struct ip6_opt_home_address *)optptr;
2977 if (optused < sizeof (*oh) ||
2978 ((uintptr_t)oh->ip6oh_addr & 0x7) != 0)
2983 ip6h->ip6_src = *(in6_addr_t *)oh->ip6oh_addr;
2984 *(in6_addr_t *)oh->ip6oh_addr = tmp;
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c5121 struct opthdr oh; local
5389 optmgmt_req.OPT_length = (t_scalar_t)(sizeof (oh) + maxlen);
5392 oh.level = level;
5393 oh.name = option_name;
5394 oh.len = maxlen;
5397 &oh, sizeof (oh), NULL, maxlen, 0, _ALLOC_SLEEP, cr);
5475 struct opthdr oh; local
5497 optmgmt_req.OPT_length = (t_scalar_t)sizeof (oh) + optlen;
5500 oh
[all...]

Completed in 95 milliseconds