Home
last modified time | relevance | path

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

1234567891011

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_mr.c93 tavor_bind_info_t bind; in tavor_mr_register() local
124 tavor_bind_info_t bind; in tavor_mr_register_buf() local
140 bind.bi_buf = buf; in tavor_mr_register_buf()
146 bind.bi_as = NULL; in tavor_mr_register_buf()
715 bind.bi_buf = buf; in tavor_mr_reregister_buf()
723 bind.bi_as = NULL; in tavor_mr_reregister_buf()
1059 if ((bind->bi_len == 0) || (bind->bi_len > max_sz)) { in tavor_mr_common_reg()
1944 if ((bind->bi_len == 0) || (bind->bi_len > max_sz)) { in tavor_mr_rereg_xlat_helper()
2371 (caddr_t)(uintptr_t)bind->bi_addr, bind->bi_len, in tavor_mr_mem_bind()
2373 &bind->bi_dmacookie, &bind->bi_cookiecnt); in tavor_mr_mem_bind()
[all …]
H A Dtavor_srq.c600 tavor_bind_info_t bind; in tavor_srq_modify() local
700 bind.bi_type = TAVOR_BINDHDL_VADDR; 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()
710 bind.bi_bypass = in tavor_srq_modify()
715 bind.bi_flags |= IBT_MR_NONCOHERENT; in tavor_srq_modify()
718 bind.bi_bypass = TAVOR_BINDMEM_BYPASS; in tavor_srq_modify()
738 bind.bi_addr = bind.bi_addr & ((1 << mtt_pgsize_bits) - 1); in tavor_srq_modify()
740 (uint64_t)bind.bi_addr; in tavor_srq_modify()
756 mpt_entry.reg_win_len = bind.bi_len; in tavor_srq_modify()
[all …]
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_mr.c107 hermon_bind_info_t bind; in hermon_mr_register() local
154 bind.bi_buf = buf; in hermon_mr_register_buf()
160 bind.bi_as = NULL; in hermon_mr_register_buf()
536 bind.bi_addr = 0; in hermon_mr_alloc_fmr()
1126 bind.bi_buf = buf; in hermon_mr_reregister_buf()
1516 if ((bind->bi_len == 0) || (bind->bi_len > max_sz)) { in hermon_mr_common_reg()
1605 mr_is_umem = (((bind->bi_as != NULL) && (bind->bi_as != &kas)) ? 1 : 0); in hermon_mr_common_reg()
2727 if ((bind->bi_len == 0) || (bind->bi_len > max_sz)) { in hermon_mr_rereg_xlat_helper()
3165 (caddr_t)(uintptr_t)bind->bi_addr, bind->bi_len, in hermon_mr_mem_bind()
3167 &bind->bi_dmacookie, &bind->bi_cookiecnt); in hermon_mr_mem_bind()
[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()
716 bind.bi_addr = bind.bi_addr & ((1 << mtt_pgsize_bits) - 1); in hermon_srq_modify()
718 (uint64_t)bind.bi_addr; in hermon_srq_modify()
729 mpt_entry.reg_win_len = bind.bi_len; in hermon_srq_modify()
[all …]
/illumos-gate/usr/src/uts/common/syscall/
H A Dprocessor_bind.c71 i = cpu_bind_thread(tp, bind, obind, error); in cpu_bind_process()
99 i = cpu_bind_process(p, bind, obind, error); in cpu_bind_task()
125 i = cpu_bind_process(p, bind, obind, error); in cpu_bind_project()
150 i = cpu_bind_process(p, bind, obind, error); in cpu_bind_zone()
175 i = cpu_bind_process(p, bind, obind, error); in cpu_bind_contract()
211 switch (bind) { in processor_bind()
213 if ((cp = cpu_get(bind)) == NULL || in processor_bind()
246 bind, &obind, &err); in processor_bind()
281 ret = cpu_bind_task(tk, bind, &obind, &err); in processor_bind()
329 bind, &obind, &err); in processor_bind()
[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.c203 if (bind->sym && strcmp(bind->ref_lib, "<Unknown>")) { in profile_binding()
206 if (bind->stbind) in profile_binding()
213 bind->sym, in profile_binding()
215 bind->obj); in profile_binding()
223 bind->sym, in profile_binding()
225 bind->obj); in profile_binding()
226 } else if (bind->sym && bind->stbind) in profile_binding()
229 bind->obj, in profile_binding()
231 bind->stbind, in profile_binding()
232 bind->sttype, in profile_binding()
[all …]
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dgettext_real.c670 bind = FIRSTBIND(gt); in _real_bindtextdomain_u()
673 while (bind) { in _real_bindtextdomain_u()
698 prev = bind; in _real_bindtextdomain_u()
699 bind = bind->next; in _real_bindtextdomain_u()
713 free(bind); in _real_bindtextdomain_u()
716 bind->binding = NULL; in _real_bindtextdomain_u()
717 bind->codeset = NULL; in _real_bindtextdomain_u()
721 free(bind->domain); in _real_bindtextdomain_u()
722 free(bind); in _real_bindtextdomain_u()
725 bind->next = NULL; in _real_bindtextdomain_u()
[all …]
/illumos-gate/usr/src/uts/common/os/
H A Dmodsubr.c490 struct bind *bp, *bp1; in clear_binding_hash()
509 static struct bind *
512 struct bind *mb; in find_mbind()
539 struct bind *mb; in make_mbind()
540 struct bind **pmb; in make_mbind()
571 struct bind *mb; in delete_mbind()
595 struct bind *mb; in purge_mbind()
615 struct bind *mbind; in mod_name_to_major()
660 struct bind *bp; in init_devnamesp()
757 struct bind *bp; in init_syscallnames()
[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.c214 bind.virq = virq; in xen_bind_virq()
215 bind.vcpu = cpu; in xen_bind_virq()
217 *port = bind.port; in xen_bind_virq()
232 &bind)) == 0) in xen_bind_interdomain()
276 evtchn_bind_ipi_t bind; in xen_bind_ipi() local
280 bind.vcpu = cpu; in xen_bind_ipi()
283 return (bind.port); in xen_bind_ipi()
294 bind.port = evtchn; in xen_bind_vcpu()
295 bind.vcpu = cpu; in xen_bind_vcpu()
306 bind.pirq = pirq; in xen_bind_pirq()
[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',
1150 'bind',
1503 'bind',
1898 'bind',
2279 'bind',
8027 'bind',
[all …]

1234567891011