Home
last modified time | relevance | path

Searched refs:oh (Results 1 – 15 of 15) sorted by relevance

/titanic_44/usr/src/uts/common/rpcsvc/
H A Dnlm_prot.x75 netobj oh; member
104 netobj oh; /* identify owner of a lock */ member
163 netobj oh; member
226 netobj oh; member
255 netobj oh; /* identify owner of a lock */ member
291 netobj oh; member
/titanic_44/usr/src/uts/common/klm/
H A Dnlm_rpc_clnt.c66 dst->oh = src->oh; in nlm_convert_to_nlm_lock()
77 dst->oh = src->oh; in nlm_convert_to_nlm4_holder()
220 dst->oh = src->oh; in nlm_convert_to_nlm_share()
H A Dnlm_service.c325 struct nlm_owner_handle *oh; in nlm_do_test() local
416 oh = kmem_zalloc(sizeof (*oh), KM_SLEEP); in nlm_do_test()
417 oh->oh_sysid = (sysid_t)fl.l_sysid; in nlm_do_test()
421 lh->oh.n_len = sizeof (*oh); in nlm_do_test()
422 lh->oh.n_bytes = (void *)oh; in nlm_do_test()
968 struct nlm_owner_handle *oh; in nlm_do_granted() local
977 oh = (void *) argp->alock.oh.n_bytes; in nlm_do_granted()
978 if (oh == NULL) in nlm_do_granted()
981 host = nlm_host_find_by_sysid(g, oh->oh_sysid); in nlm_do_granted()
1115 shr->s_own_len = nshare->oh.n_len; in nlm_init_shrlock()
[all …]
H A Dnlm_client.c753 struct nlm_owner_handle oh; in nlm_call_lock() local
762 nlm_init_lock(&args.alock, flp, fhp, &oh); in nlm_call_lock()
770 oh.oh_sysid = hostp->nh_sysid; in nlm_call_lock()
1040 struct nlm_owner_handle oh; in nlm_call_unlock() local
1046 nlm_init_lock(&args.alock, flp, fhp, &oh); in nlm_call_unlock()
1048 oh.oh_sysid = hostp->nh_sysid; in nlm_call_unlock()
1111 struct nlm_owner_handle oh; in nlm_call_test() local
1117 nlm_init_lock(&args.alock, flp, fhp, &oh); in nlm_call_test()
1120 oh.oh_sysid = hostp->nh_sysid; in nlm_call_test()
1189 struct nlm_owner_handle *oh) in nlm_init_lock() argument
[all …]
H A Dnlm_rpc_svc.c70 dst->oh = src->oh; in nlm_convert_to_nlm_lock()
89 dst->oh = src->oh; in nlm_convert_to_nlm4_lock()
101 dst->oh = src->oh; in nlm_convert_to_nlm4_share()
120 dst->oh = src->oh; in nlm_convert_to_nlm_holder()
/titanic_44/usr/src/lib/libsmbfs/smb/
H A Dconnect.c85 struct t_opthdr oh; in smb_setopt_int() member
90 opts.oh.len = sizeof (opts); in smb_setopt_int()
91 opts.oh.level = level; in smb_setopt_int()
92 opts.oh.name = name; in smb_setopt_int()
93 opts.oh.status = 0; in smb_setopt_int()
112 (int)ores.flags, (int)opts.oh.status); in smb_setopt_int()
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_sg.c64 ofmt_handle_t oh; member
156 ofmt_print(larg->oh, &line_arg); in i_list_sg_srv_ofmt()
177 static ofmt_handle_t oh = (ofmt_handle_t)NULL; in ilbadm_list_sg_srv() local
181 if (oh == NULL) { in ilbadm_list_sg_srv()
190 oerr = ofmt_open(larg->o_str, ofp, oflags, ocols, &oh); in ilbadm_list_sg_srv()
195 ofmt_strerror(oh, oerr, e, sizeof (e))); in ilbadm_list_sg_srv()
198 larg->oh = oh; in ilbadm_list_sg_srv()
300 if (larg.oh != NULL) in ilbadm_show_servergroups()
301 ofmt_close(larg.oh); in ilbadm_show_servergroups()
H A Dilbadm_rules.c114 ofmt_handle_t oh; member
133 ofmt_handle_t oh; member
573 static ofmt_handle_t oh = (ofmt_handle_t)NULL; in ilbadm_show_onerule() local
602 if (oh == NULL) { in ilbadm_show_onerule()
608 oerr = ofmt_open(larg->o_str, fields, oflags, ocols, &oh); in ilbadm_show_onerule()
613 ofmt_strerror(oh, oerr, e, sizeof (e))); in ilbadm_show_onerule()
618 ofmt_print(oh, &ra); in ilbadm_show_onerule()
784 ofmt_print(larg->oh, larg); in i_show_rl_srv()
800 static ofmt_handle_t oh = (ofmt_handle_t)NULL; in ilbadm_show_rl_servers() local
821 if (oh == NULL) { in ilbadm_show_rl_servers()
[all …]
H A Dilbadm_stats.c990 ofmt_handle_t oh = NULL; in ilbadm_show_stats() local
1122 oerr = ofmt_open(fieldnames, fields, oflags, 80, &oh); in ilbadm_show_stats()
1127 ofmt_strerror(oh, oerr, e, sizeof (e))); in ilbadm_show_stats()
1131 sta.ilbst_oh = oh; in ilbadm_show_stats()
1135 ofmt_close(oh); in ilbadm_show_stats()
/titanic_44/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c5086 struct opthdr oh; in sotpi_getsockopt() local
5354 optmgmt_req.OPT_length = (t_scalar_t)(sizeof (oh) + maxlen); in sotpi_getsockopt()
5357 oh.level = level; in sotpi_getsockopt()
5358 oh.name = option_name; in sotpi_getsockopt()
5359 oh.len = maxlen; in sotpi_getsockopt()
5362 &oh, sizeof (oh), NULL, maxlen, 0, _ALLOC_SLEEP, cr); in sotpi_getsockopt()
5440 struct opthdr oh; in sotpi_setsockopt() local
5462 optmgmt_req.OPT_length = (t_scalar_t)sizeof (oh) + optlen; in sotpi_setsockopt()
5465 oh.level = level; in sotpi_setsockopt()
5466 oh.name = option_name; in sotpi_setsockopt()
[all …]
/titanic_44/usr/src/uts/common/inet/ip/
H A Dip6.c2954 struct ip6_opt_home_address *oh; in ip_process_options_v6() local
2975 oh = (struct ip6_opt_home_address *)optptr; in ip_process_options_v6()
2977 if (optused < sizeof (*oh) || in ip_process_options_v6()
2978 ((uintptr_t)oh->ip6oh_addr & 0x7) != 0) in ip_process_options_v6()
2983 ip6h->ip6_src = *(in6_addr_t *)oh->ip6oh_addr; in ip_process_options_v6()
2984 *(in6_addr_t *)oh->ip6oh_addr = tmp; in ip_process_options_v6()
/titanic_44/usr/src/cmd/look/
H A Dwords16101 oh
/titanic_44/usr/src/cmd/spell/
H A Dlist16099 oh
/titanic_44/usr/src/cmd/terminfo/
H A Dtermcap.src17554 # obviously very primitive... oh, you could get an upgraded ROM from
H A Dterminfo.src19680 # obviously very primitive... oh, you could get an upgraded ROM from