Home
last modified time | relevance | path

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

1234567891011

/illumos-gate/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
104 bind.bi_type = TAVOR_BINDHDL_VADDR; in tavor_mr_register()
105 bind.bi_addr = mr_attr->mr_vaddr; in tavor_mr_register()
[all …]
H A Dtavor_srq.c600 tavor_bind_info_t bind; in tavor_srq_modify() local
698 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(bind)) in tavor_srq_modify()
699 bzero(&bind, sizeof (tavor_bind_info_t)); in tavor_srq_modify()
700 bind.bi_type = TAVOR_BINDHDL_VADDR; in tavor_srq_modify()
701 bind.bi_addr = (uint64_t)(uintptr_t)buf; in tavor_srq_modify()
702 bind.bi_len = new_srqinfo.qa_size; in tavor_srq_modify()
703 bind.bi_as = NULL; in tavor_srq_modify()
704 bind.bi_flags = sleepflag == TAVOR_SLEEP ? IBT_MR_SLEEP : in tavor_srq_modify()
707 bind.bi_bypass = state->ts_cfg_profile->cp_iommu_bypass; in tavor_srq_modify()
710 bind.bi_bypass = in tavor_srq_modify()
[all …]
/illumos-gate/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 …]
/illumos-gate/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 …]
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dbind.test15 # $Id: bind.test,v 1.1 2003/09/06 22:45:21 drh Exp $
21 do_test bind-1.1 {
28 do_test bind-1.2 {
31 do_test bind-1.3 {
34 do_test bind-1.4 {
39 do_test bind-1.5 {
42 do_test bind-1.6 {
47 do_test bind-1.7 {
50 do_test bind-1.8 {
60 do_test bind-1.9 {
[all …]
/illumos-gate/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 …]
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dgettext_real.c641 struct domain_binding *bind, *prev; in _real_bindtextdomain_u() local
670 bind = FIRSTBIND(gt); in _real_bindtextdomain_u()
673 while (bind) { in _real_bindtextdomain_u()
674 if (strcmp(domain, bind->domain) == 0) { in _real_bindtextdomain_u()
678 binding_addr = (type == TP_BINDING) ? &(bind->binding) : in _real_bindtextdomain_u()
679 &(bind->codeset); in _real_bindtextdomain_u()
698 prev = bind; in _real_bindtextdomain_u()
699 bind = bind->next; in _real_bindtextdomain_u()
709 if ((bind = malloc(sizeof (Dbinding))) == NULL) { in _real_bindtextdomain_u()
712 if ((bind->domain = strdup(domain)) == NULL) { in _real_bindtextdomain_u()
[all …]
/illumos-gate/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(const 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 …]
/illumos-gate/usr/src/uts/common/sys/
H A Dhwconf.h65 struct bind { struct
66 struct bind *b_next; argument
87 extern struct bind *mb_hashtab[]; argument
88 extern struct bind *sb_hashtab[];
/illumos-gate/usr/src/uts/common/xen/io/
H A Devtchn_dev.c349 struct ioctl_evtchn_bind_virq bind; in evtchndrv_ioctl() local
351 if (copyin((void *)data, &bind, sizeof (bind))) { in evtchndrv_ioctl()
356 if ((err = xen_bind_virq(bind.virq, 0, rvalp)) != 0) in evtchndrv_ioctl()
364 struct ioctl_evtchn_bind_interdomain bind; in evtchndrv_ioctl() local
366 if (copyin((void *)data, &bind, sizeof (bind))) { in evtchndrv_ioctl()
371 if ((err = xen_bind_interdomain(bind.remote_domain, in evtchndrv_ioctl()
372 bind.remote_port, rvalp)) != 0) in evtchndrv_ioctl()
381 struct ioctl_evtchn_bind_unbound_port bind; in evtchndrv_ioctl() local
383 if (copyin((void *)data, &bind, sizeof (bind))) { in evtchndrv_ioctl()
388 if ((err = xen_alloc_unbound_evtchn(bind.remote_domain, in evtchndrv_ioctl()
/illumos-gate/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 …]
/illumos-gate/usr/src/uts/common/ktli/
H A Dt_kfree.c68 struct t_bind *bind; in t_kfree() member
85 p.bind = (struct t_bind *)ptr; in t_kfree()
86 if (p.bind->addr.buf != NULL) in t_kfree()
87 kmem_free(p.bind->addr.buf, p.bind->addr.maxlen); in t_kfree()
H A Dt_kalloc.c71 struct t_bind *bind; in t_kalloc() member
91 p.bind = kmem_zalloc(sizeof (struct t_bind), KM_SLEEP); in t_kalloc()
93 _alloc_buf(&p.bind->addr, tiptr->tp_info.addr); in t_kalloc()
94 *ptr = ((char *)p.bind); in t_kalloc()
/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dt_free.c43 struct t_bind *bind; in _tx_free() member
60 p.bind = (struct t_bind *)ptr; in _tx_free()
61 if (p.bind->addr.buf != NULL) in _tx_free()
62 free(p.bind->addr.buf); in _tx_free()
H A Dt_alloc.c58 struct t_bind *bind; in _tx_alloc() member
111 if ((p.bind = calloc(1, sizeof (struct t_bind))) == NULL) in _tx_alloc()
114 if (_alloc_buf(&p.bind->addr, in _tx_alloc()
120 return ((char *)p.bind); in _tx_alloc()
/illumos-gate/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()
/illumos-gate/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()
/illumos-gate/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()
/illumos-gate/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()
/illumos-gate/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()
/illumos-gate/usr/src/cmd/smbsrv/bind-helper/
H A DMakefile16 PROG= bind-helper
17 SRCS= bind-helper.c
/illumos-gate/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()
/illumos-gate/usr/src/lib/libdtrace/common/
H A Dsysevent.d.in46 translator syseventchaninfo_t < evch_bind_t *bind > {
47 ec_name = (bind ? stringof(bind->bd_channel->ch_name) : NULL);
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/implicit_dependencies/with_structs/
H A Dimplicit_dependencies2 'bind',
108 'bind': set(['accept4',
109 'bind',
180 'bind',
453 'bind',
523 'bind',
663 'bind',
867 'bind',
1079 'bind',
1150 'bind',
[all …]

1234567891011