/illumos-gate/usr/src/uts/common/rpcsvc/ |
H A D | nlm_prot.x | 75 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
|
/illumos-gate/usr/src/uts/common/klm/ |
H A D | nlm_rpc_clnt.c | 66 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 D | nlm_client.c | 753 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 D | nlm_service.c | 331 struct nlm_owner_handle *oh; in nlm_do_test() local 422 oh = kmem_zalloc(sizeof (*oh), KM_SLEEP); in nlm_do_test() 423 oh->oh_sysid = (sysid_t)fl.l_sysid; in nlm_do_test() 427 lh->oh.n_len = sizeof (*oh); in nlm_do_test() 428 lh->oh.n_bytes = (void *)oh; in nlm_do_test() 1036 struct nlm_owner_handle *oh; in nlm_do_granted() local 1045 oh = (void *) argp->alock.oh.n_bytes; in nlm_do_granted() 1046 if (oh == NULL) in nlm_do_granted() 1049 host = nlm_host_find_by_sysid(g, oh->oh_sysid); in nlm_do_granted() 1183 shr->s_own_len = nshare->oh.n_len; in nlm_init_shrlock() [all …]
|
H A D | nlm_rpc_svc.c | 70 dst->oh = src->oh; in nlm_convert_to_nlm_lock() 99 dst->oh = src->oh; in nlm_convert_to_nlm4_lock() 111 dst->oh = src->oh; in nlm_convert_to_nlm4_share() 130 dst->oh = src->oh; in nlm_convert_to_nlm_holder()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/ |
H A D | ilbadm_sg.c | 64 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 D | ilbadm_rules.c | 114 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 D | ilbadm_stats.c | 990 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()
|
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | smb_trantcp.c | 827 struct T_opthdr oh; in smb_nbst_setparam() member 857 opts.oh.len = sizeof (opts); in smb_nbst_setparam() 858 opts.oh.level = level; in smb_nbst_setparam() 859 opts.oh.name = name; in smb_nbst_setparam() 860 opts.oh.status = 0; in smb_nbst_setparam() 882 (int)ores.flags, (int)opts.oh.status); in smb_nbst_setparam()
|
/illumos-gate/usr/src/test/util-tests/tests/awk/examples/awk/ |
H A D | t.stately | 1 …ga|hi|io|il|in|ia|ks|ky|la|me|md|ma|mi|mn|ms|mo|mt|nb|nv|nh|nj|nm|ny|nc|nd|oh|ok|or|pa|ri|sc|sd|tn…
|
/illumos-gate/usr/src/uts/common/io/overlay/plugins/ |
H A D | overlay_vxlan.c | 91 vxlan_o_init(overlay_handle_t oh, void **outp) in vxlan_o_init() argument 98 vxl->vxl_oh = oh; in vxlan_o_init()
|
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/ |
H A D | wjposer1.in | 766 %P:shask'oh 794 %P:dunik'oh 805 %P:gohk'oh 991 %P:nat'oh 1146 %P:-chak'ests'oh 1149 %P1s:schak'ests'oh
|
H A D | wjposer1.ok | 1026 %P:shask'oh 1057 %P:dunik'oh 1069 %P:gohk'oh 1339 %P:nat'oh 1350 %P:nat'oh 1361 %P:nat'oh 1597 %P:-chak'ests'oh 1600 %P1s:schak'ests'oh
|
/illumos-gate/usr/src/uts/common/fs/sockfs/ |
H A D | socktpi.c | 5020 struct opthdr oh; in sotpi_getsockopt() local 5294 optmgmt_req.OPT_length = (t_scalar_t)(sizeof (oh) + maxlen); in sotpi_getsockopt() 5297 oh.level = level; in sotpi_getsockopt() 5298 oh.name = option_name; in sotpi_getsockopt() 5299 oh.len = maxlen; in sotpi_getsockopt() 5302 &oh, sizeof (oh), NULL, maxlen, 0, _ALLOC_SLEEP, cr); in sotpi_getsockopt() 5380 struct opthdr oh; in sotpi_setsockopt() local 5402 optmgmt_req.OPT_length = (t_scalar_t)sizeof (oh) + optlen; in sotpi_setsockopt() 5405 oh.level = level; in sotpi_setsockopt() 5406 oh.name = option_name; in sotpi_setsockopt() [all …]
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ip6.c | 2852 struct ip6_opt_home_address *oh; in ip_process_options_v6() local 2873 oh = (struct ip6_opt_home_address *)optptr; in ip_process_options_v6() 2875 if (optused < sizeof (*oh) || in ip_process_options_v6() 2876 ((uintptr_t)oh->ip6oh_addr & 0x7) != 0) in ip_process_options_v6() 2881 ip6h->ip6_src = *(in6_addr_t *)oh->ip6oh_addr; in ip_process_options_v6() 2882 *(in6_addr_t *)oh->ip6oh_addr = tmp; in ip_process_options_v6()
|
/illumos-gate/usr/src/cmd/spell/ |
H A D | list | 16097 oh
|
/illumos-gate/usr/src/cmd/look/ |
H A D | words | 16099 oh
|
/illumos-gate/usr/src/data/terminfo/ |
H A D | termcap.src | 17554 # obviously very primitive... oh, you could get an upgraded ROM from
|
H A D | terminfo.src | 19682 # obviously very primitive... oh, you could get an upgraded ROM from
|