Home
last modified time | relevance | path

Searched refs:bind (Results 1 – 25 of 228) sorted by relevance

12345678910

/titanic_41/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_mr.c55 tavor_bind_info_t *bind, tavor_mrhdl_t *mrhdl, tavor_mr_options_t *op);
57 tavor_pdhdl_t pd, tavor_bind_info_t *bind, tavor_mrhdl_t *mrhdl_new,
60 tavor_bind_info_t *bind, tavor_mr_options_t *op, uint64_t *mtt_addr,
63 tavor_bind_info_t *bind, uint_t *mtt_pgsize);
64 static int tavor_mr_mem_bind(tavor_state_t *state, tavor_bind_info_t *bind,
67 tavor_bind_info_t *bind);
68 static int tavor_mr_fast_mtt_write(tavor_rsrc_t *mtt, tavor_bind_info_t *bind,
93 tavor_bind_info_t bind; in tavor_mr_register() local
106 bind.bi_type = TAVOR_BINDHDL_VADDR; in tavor_mr_register()
107 bind.bi_addr = mr_attr->mr_vaddr; in tavor_mr_register()
[all …]
H A Dtavor_srq.c644 tavor_bind_info_t bind; in tavor_srq_modify() local
755 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(bind)) in tavor_srq_modify()
756 bzero(&bind, sizeof (tavor_bind_info_t)); in tavor_srq_modify()
757 bind.bi_type = TAVOR_BINDHDL_VADDR; in tavor_srq_modify()
758 bind.bi_addr = (uint64_t)(uintptr_t)buf; in tavor_srq_modify()
759 bind.bi_len = new_srqinfo.qa_size; in tavor_srq_modify()
760 bind.bi_as = NULL; in tavor_srq_modify()
761 bind.bi_flags = sleepflag == TAVOR_SLEEP ? IBT_MR_SLEEP : in tavor_srq_modify()
764 bind.bi_bypass = state->ts_cfg_profile->cp_iommu_bypass; in tavor_srq_modify()
767 bind.bi_bypass = in tavor_srq_modify()
[all …]
/titanic_41/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_mr.c63 hermon_bind_info_t *bind, hermon_mrhdl_t *mrhdl, hermon_mr_options_t *op,
66 hermon_pdhdl_t pd, hermon_bind_info_t *bind, hermon_mrhdl_t *mrhdl_new,
69 hermon_bind_info_t *bind, hermon_mr_options_t *op, uint64_t *mtt_addr,
72 hermon_bind_info_t *bind, uint_t *mtt_pgsize);
73 static int hermon_mr_mem_bind(hermon_state_t *state, hermon_bind_info_t *bind,
76 hermon_bind_info_t *bind);
78 hermon_bind_info_t *bind, uint32_t mtt_pgsize_bits);
107 hermon_bind_info_t bind; in hermon_mr_register() local
118 bind.bi_type = HERMON_BINDHDL_VADDR; in hermon_mr_register()
119 bind.bi_addr = mr_attr->mr_vaddr; in hermon_mr_register()
[all …]
H A Dhermon_srq.c590 hermon_bind_info_t bind; in hermon_srq_modify() local
688 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(bind)) in hermon_srq_modify()
689 bzero(&bind, sizeof (hermon_bind_info_t)); in hermon_srq_modify()
690 bind.bi_type = HERMON_BINDHDL_VADDR; in hermon_srq_modify()
691 bind.bi_addr = (uint64_t)(uintptr_t)buf; in hermon_srq_modify()
692 bind.bi_len = new_srqinfo.qa_size; in hermon_srq_modify()
693 bind.bi_as = NULL; in hermon_srq_modify()
694 bind.bi_flags = sleepflag == HERMON_SLEEP ? IBT_MR_SLEEP : in hermon_srq_modify()
696 bind.bi_bypass = state->hs_cfg_profile->cp_iommu_bypass; in hermon_srq_modify()
698 status = hermon_mr_mtt_bind(state, &bind, new_srqinfo.qa_dmahdl, &mtt, in hermon_srq_modify()
[all …]
/titanic_41/usr/src/uts/common/syscall/
H A Dprocessor_bind.c49 cpu_bind_process(proc_t *pp, processorid_t bind, processorid_t *obind, in cpu_bind_process() argument
71 i = cpu_bind_thread(tp, bind, obind, error); in cpu_bind_process()
85 cpu_bind_task(task_t *tk, processorid_t bind, processorid_t *obind, in cpu_bind_task() argument
99 i = cpu_bind_process(p, bind, obind, error); in cpu_bind_task()
112 cpu_bind_project(kproject_t *kpj, processorid_t bind, processorid_t *obind, in cpu_bind_project() argument
125 i = cpu_bind_process(p, bind, obind, error); in cpu_bind_project()
137 cpu_bind_zone(zone_t *zptr, processorid_t bind, processorid_t *obind, in cpu_bind_zone() argument
150 i = cpu_bind_process(p, bind, obind, error); in cpu_bind_zone()
162 cpu_bind_contract(cont_process_t *ctp, processorid_t bind, processorid_t *obind, in cpu_bind_contract() argument
175 i = cpu_bind_process(p, bind, obind, error); in cpu_bind_contract()
[all …]
/titanic_41/usr/src/lib/libsqlite/test/
H A Dbind.test17 # $Id: bind.test,v 1.1 2003/09/06 22:45:21 drh Exp $
23 do_test bind-1.1 {
30 do_test bind-1.2 {
33 do_test bind-1.3 {
36 do_test bind-1.4 {
41 do_test bind-1.5 {
44 do_test bind-1.6 {
49 do_test bind-1.7 {
52 do_test bind-1.8 {
62 do_test bind-1.9 {
[all …]
/titanic_41/usr/src/cmd/abi/appcert/static_prof/
H A Dstatic_prof.c99 store_binding(binding_bucket * bind) in store_binding() argument
104 bktno = my_elf_hash(bind->sym) % DEFBKTS; in store_binding()
114 bkts[bktno].sym = bind->sym; in store_binding()
115 bkts[bktno].obj = bind->obj; in store_binding()
116 bkts[bktno].ref_lib = bind->ref_lib; in store_binding()
117 bkts[bktno].def_lib = bind->def_lib; in store_binding()
118 bkts[bktno].section = bind->section; in store_binding()
119 bkts[bktno].stbind = bind->stbind; in store_binding()
120 bkts[bktno].sttype = bind->sttype; in store_binding()
133 check_store_binding(binding_bucket * bind) in check_store_binding() argument
[all …]
/titanic_41/usr/src/lib/libc/port/i18n/
H A Dgettext_real.c637 struct domain_binding *bind, *prev; in _real_bindtextdomain_u() local
666 bind = FIRSTBIND(gt); in _real_bindtextdomain_u()
669 while (bind) { in _real_bindtextdomain_u()
670 if (strcmp(domain, bind->domain) == 0) { in _real_bindtextdomain_u()
674 binding_addr = (type == TP_BINDING) ? &(bind->binding) : in _real_bindtextdomain_u()
675 &(bind->codeset); in _real_bindtextdomain_u()
694 prev = bind; in _real_bindtextdomain_u()
695 bind = bind->next; in _real_bindtextdomain_u()
705 if ((bind = malloc(sizeof (Dbinding))) == NULL) { in _real_bindtextdomain_u()
708 if ((bind->domain = strdup(domain)) == NULL) { in _real_bindtextdomain_u()
[all …]
/titanic_41/usr/src/uts/common/sys/
H A Dhwconf.h67 struct bind { struct
68 struct bind *b_next; argument
89 extern struct bind *mb_hashtab[]; argument
90 extern struct bind *sb_hashtab[];
/titanic_41/usr/src/uts/common/os/
H A Dmodsubr.c471 struct bind *mb_hashtab[MOD_BIND_HASHSIZE];
472 struct bind *sb_hashtab[MOD_BIND_HASHSIZE];
487 clear_binding_hash(struct bind **bhash) in clear_binding_hash()
490 struct bind *bp, *bp1; in clear_binding_hash()
502 kmem_free(bp1, sizeof (struct bind)); in clear_binding_hash()
509 static struct bind *
510 find_mbind(char *name, struct bind **hashtab, int deleted) in find_mbind()
512 struct bind *mb; in find_mbind()
537 make_mbind(char *name, int num, char *bind_name, struct bind **hashtab) in make_mbind()
539 struct bind *mb; in make_mbind()
[all …]
/titanic_41/usr/src/uts/common/xen/io/
H A Devtchn_dev.c347 struct ioctl_evtchn_bind_virq bind; in evtchndrv_ioctl() local
349 if (copyin((void *)data, &bind, sizeof (bind))) { in evtchndrv_ioctl()
354 if ((err = xen_bind_virq(bind.virq, 0, rvalp)) != 0) in evtchndrv_ioctl()
362 struct ioctl_evtchn_bind_interdomain bind; in evtchndrv_ioctl() local
364 if (copyin((void *)data, &bind, sizeof (bind))) { in evtchndrv_ioctl()
369 if ((err = xen_bind_interdomain(bind.remote_domain, in evtchndrv_ioctl()
370 bind.remote_port, rvalp)) != 0) in evtchndrv_ioctl()
379 struct ioctl_evtchn_bind_unbound_port bind; in evtchndrv_ioctl() local
381 if (copyin((void *)data, &bind, sizeof (bind))) { in evtchndrv_ioctl()
386 if ((err = xen_alloc_unbound_evtchn(bind.remote_domain, in evtchndrv_ioctl()
/titanic_41/usr/src/uts/i86xpv/os/
H A Devtchn.c211 evtchn_bind_virq_t bind; in xen_bind_virq() local
214 bind.virq = virq; in xen_bind_virq()
215 bind.vcpu = cpu; in xen_bind_virq()
216 if ((err = HYPERVISOR_event_channel_op(EVTCHNOP_bind_virq, &bind)) == 0) in xen_bind_virq()
217 *port = bind.port; in xen_bind_virq()
226 evtchn_bind_interdomain_t bind; in xen_bind_interdomain() local
229 bind.remote_dom = domid; in xen_bind_interdomain()
230 bind.remote_port = remote_port; in xen_bind_interdomain()
232 &bind)) == 0) in xen_bind_interdomain()
233 *port = bind.local_port; in xen_bind_interdomain()
[all …]
/titanic_41/usr/src/uts/common/ktli/
H A Dt_kfree.c70 struct t_bind *bind; in t_kfree() member
87 p.bind = (struct t_bind *)ptr; in t_kfree()
88 if (p.bind->addr.buf != NULL) in t_kfree()
89 kmem_free(p.bind->addr.buf, p.bind->addr.maxlen); in t_kfree()
H A Dt_kalloc.c73 struct t_bind *bind; in t_kalloc() member
93 p.bind = kmem_zalloc(sizeof (struct t_bind), KM_SLEEP); in t_kalloc()
95 _alloc_buf(&p.bind->addr, tiptr->tp_info.addr); in t_kalloc()
96 *ptr = ((char *)p.bind); in t_kalloc()
/titanic_41/usr/src/lib/libnsl/nsl/
H A Dt_free.c45 struct t_bind *bind; in _tx_free() member
62 p.bind = (struct t_bind *)ptr; in _tx_free()
63 if (p.bind->addr.buf != NULL) in _tx_free()
64 free(p.bind->addr.buf); in _tx_free()
/titanic_41/usr/src/uts/common/io/drm/
H A Ddrm_agpsupport.c458 agp_bind_t bind; in drm_agp_bind_memory() local
461 bind.agpb_pgstart = start; in drm_agp_bind_memory()
462 bind.agpb_key = key; in drm_agp_bind_memory()
464 (intptr_t)&bind, FKIOCTL, kcred, &rval); in drm_agp_bind_memory()
514 agp_bind_pages_t bind; in drm_agp_bind_pages() local
517 bind.agpb_pgstart = gtt_offset / AGP_PAGE_SIZE; in drm_agp_bind_pages()
518 bind.agpb_pgcount = num_pages; in drm_agp_bind_pages()
519 bind.agpb_pages = pages; in drm_agp_bind_pages()
521 (intptr_t)&bind, FKIOCTL, kcred, &rval); in drm_agp_bind_pages()
/titanic_41/usr/src/cmd/sgs/libelf/demo/
H A Ddispsyms.c134 uint_t type, bind, specshndx; in print_symtab() local
213 bind = GELF_ST_BIND(sym.st_info); in print_symtab()
223 if (bind < STB_NUM) in print_symtab()
224 bindstr = symbind[bind]; in print_symtab()
227 "%d", bind); in print_symtab()
/titanic_41/usr/src/stand/lib/inet/
H A Dudp.c139 if (sockets[index].bind.sin_port != udphp->uh_dport) { in udp_input()
143 sockets[index].bind.sin_port), in udp_input()
186 udphp->uh_sport = sockets[index].bind.sin_port; in udp_output()
193 udphp->uh_sum = udp_chksum(udphp, &sockets[index].bind.sin_addr, in udp_output()
/titanic_41/usr/src/uts/i86pc/i86hvm/io/xpv/
H A Devtchn.c206 evtchn_bind_interdomain_t bind; in xen_bind_interdomain() local
209 bind.remote_dom = (domid_t)domid; in xen_bind_interdomain()
210 bind.remote_port = remote_port; in xen_bind_interdomain()
212 &bind)) == 0) in xen_bind_interdomain()
213 *port = bind.local_port; in xen_bind_interdomain()
/titanic_41/usr/src/cmd/smbsrv/bind-helper/
H A DMakefile16 PROG= bind-helper
17 SRCS= bind-helper.c
/titanic_41/usr/src/uts/common/io/softmac/
H A Dsoftmac_ctl.c52 dl_bind_req_t *bind; in softmac_send_bind_req() local
62 bind = (dl_bind_req_t *)reqmp->b_rptr; in softmac_send_bind_req()
63 bind->dl_sap = sap; in softmac_send_bind_req()
64 bind->dl_conn_mgmt = 0; in softmac_send_bind_req()
65 bind->dl_max_conind = 0; in softmac_send_bind_req()
66 bind->dl_xidtest_flg = 0; in softmac_send_bind_req()
67 bind->dl_service_mode = DL_CLDLS; in softmac_send_bind_req()
/titanic_41/usr/src/cmd/sgs/librtld/common/
H A Drelocate.c97 uchar_t bind; in count_reloc() local
161 bind = STB_LOCAL; in count_reloc()
163 bind = STB_GLOBAL; in count_reloc()
171 if (bind == STB_LOCAL) { in count_reloc()
197 if (bind == STB_LOCAL) { in count_reloc()
236 if (bind == STB_LOCAL) { in count_reloc()
/titanic_41/usr/src/lib/libdtrace/common/
H A Dsysevent.d.in48 translator syseventchaninfo_t < evch_bind_t *bind > {
49 ec_name = (bind ? stringof(bind->bd_channel->ch_name) : NULL);
/titanic_41/usr/src/cmd/sgs/libconv/common/
H A Daudit.c55 conv_la_bind(uint_t bind, Conv_la_bind_buf_t *la_bind_buf) in conv_la_bind() argument
65 if (bind == 0) in conv_la_bind()
69 conv_arg.oflags = conv_arg.rflags = bind; in conv_la_bind()
/titanic_41/usr/src/cmd/rpcbind/
H A DMakefile29 MANIFEST= bind.xml
30 SVCMETHOD= rpc-bind

12345678910