/titanic_52/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor_mr.c | 55 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 99 * Fill in the "bind" struct. This struct provides the majority in tavor_mr_register() 102 * below). The "bind" struc in tavor_mr_register() 133 tavor_bind_info_t bind; tavor_mr_register_buf() local 186 tavor_bind_info_t *bind; tavor_mr_register_shared() local 483 tavor_bind_info_t *bind; tavor_mr_deregister() local 730 tavor_bind_info_t bind; tavor_mr_reregister() local 770 tavor_bind_info_t bind; tavor_mr_reregister_buf() local 1141 tavor_mr_common_reg(tavor_state_t * state,tavor_pdhdl_t pd,tavor_bind_info_t * bind,tavor_mrhdl_t * mrhdl,tavor_mr_options_t * op) tavor_mr_common_reg() argument 1666 tavor_mr_mtt_bind(tavor_state_t * state,tavor_bind_info_t * bind,ddi_dma_handle_t bind_dmahdl,tavor_rsrc_t ** mtt,uint_t * mtt_pgsize_bits) tavor_mr_mtt_bind() argument 1767 tavor_mr_mtt_unbind(tavor_state_t * state,tavor_bind_info_t * bind,tavor_rsrc_t * mtt) tavor_mr_mtt_unbind() argument 1790 tavor_mr_common_rereg(tavor_state_t * state,tavor_mrhdl_t mr,tavor_pdhdl_t pd,tavor_bind_info_t * bind,tavor_mrhdl_t * mrhdl_new,tavor_mr_options_t * op) tavor_mr_common_rereg() argument 2112 tavor_mr_rereg_xlat_helper(tavor_state_t * state,tavor_mrhdl_t mr,tavor_bind_info_t * bind,tavor_mr_options_t * op,uint64_t * mtt_addr,uint_t sleep,uint_t * dereg_level) tavor_mr_rereg_xlat_helper() argument 2500 tavor_mr_nummtt_needed(tavor_state_t * state,tavor_bind_info_t * bind,uint_t * mtt_pgsize_bits) tavor_mr_nummtt_needed() argument 2525 tavor_mr_mem_bind(tavor_state_t * state,tavor_bind_info_t * bind,ddi_dma_handle_t dmahdl,uint_t sleep) tavor_mr_mem_bind() argument 2628 tavor_mr_mem_unbind(tavor_state_t * state,tavor_bind_info_t * bind) tavor_mr_mem_unbind() argument 2679 tavor_mr_fast_mtt_write(tavor_rsrc_t * mtt,tavor_bind_info_t * bind,uint32_t mtt_pgsize_bits) tavor_mr_fast_mtt_write() argument [all...] |
H A D | tavor_srq.c | 229 * allocation itself and the other for the DMA handle (for later bind). in tavor_srq_alloc() 644 tavor_bind_info_t bind; in tavor_srq_modify() local 748 * Fill in the "bind" struct. This struct provides the majority in tavor_srq_modify() 751 * below). The "bind" struct is later passed to tavor_mr_mem_bind() in tavor_srq_modify() 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 in tavor_srq_modify() [all...] |
/titanic_52/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_mr.c | 63 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 111 * Fill in the "bind" struct. This struct provides the majority in hermon_mr_register() 114 * below). The "bind" struc in hermon_mr_register() 138 hermon_bind_info_t bind; hermon_mr_register_buf() local 180 hermon_bind_info_t *bind; hermon_mr_register_shared() local 449 hermon_bind_info_t bind; hermon_mr_alloc_fmr() local 752 hermon_bind_info_t *bind; hermon_mr_deregister() local 1080 hermon_bind_info_t bind; hermon_mr_reregister() local 1110 hermon_bind_info_t bind; hermon_mr_reregister_buf() local 1469 hermon_mr_common_reg(hermon_state_t * state,hermon_pdhdl_t pd,hermon_bind_info_t * bind,hermon_mrhdl_t * mrhdl,hermon_mr_options_t * op,hermon_mpt_rsrc_type_t mpt_type) hermon_mr_common_reg() argument 2266 hermon_mr_mtt_bind(hermon_state_t * state,hermon_bind_info_t * bind,ddi_dma_handle_t bind_dmahdl,hermon_rsrc_t ** mtt,uint_t * mtt_pgsize_bits,uint_t is_buffer) hermon_mr_mtt_bind() argument 2359 hermon_mr_mtt_unbind(hermon_state_t * state,hermon_bind_info_t * bind,hermon_rsrc_t * mtt) hermon_mr_mtt_unbind() argument 2379 hermon_mr_common_rereg(hermon_state_t * state,hermon_mrhdl_t mr,hermon_pdhdl_t pd,hermon_bind_info_t * bind,hermon_mrhdl_t * mrhdl_new,hermon_mr_options_t * op) hermon_mr_common_rereg() argument 2697 hermon_mr_rereg_xlat_helper(hermon_state_t * state,hermon_mrhdl_t mr,hermon_bind_info_t * bind,hermon_mr_options_t * op,uint64_t * mtt_addr,uint_t sleep,uint_t * dereg_level) hermon_mr_rereg_xlat_helper() argument 3071 hermon_mr_nummtt_needed(hermon_state_t * state,hermon_bind_info_t * bind,uint_t * mtt_pgsize_bits) hermon_mr_nummtt_needed() argument 3096 hermon_mr_mem_bind(hermon_state_t * state,hermon_bind_info_t * bind,ddi_dma_handle_t dmahdl,uint_t sleep,uint_t is_buffer) hermon_mr_mem_bind() argument 3191 hermon_mr_mem_unbind(hermon_state_t * state,hermon_bind_info_t * bind) hermon_mr_mem_unbind() argument 3241 hermon_mr_fast_mtt_write(hermon_state_t * state,hermon_rsrc_t * mtt,hermon_bind_info_t * bind,uint32_t mtt_pgsize_bits) hermon_mr_fast_mtt_write() argument [all...] |
H A D | hermon_srq.c | 229 * allocation itself and the other for the DMA handle (for later bind). in hermon_srq_alloc() 590 hermon_bind_info_t bind; in hermon_srq_modify() local 681 * Fill in the "bind" struct. This struct provides the majority in hermon_srq_modify() 684 * below). The "bind" struct is later passed to hermon_mr_mem_bind() in hermon_srq_modify() 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 in hermon_srq_modify() [all...] |
/titanic_52/usr/src/uts/common/syscall/ |
H A D | processor_bind.c | 49 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, obin in cpu_bind_contract() 187 processor_bind(idtype_t idtype,id_t id,processorid_t bind,processorid_t * obindp) processor_bind() argument [all...] |
/titanic_52/usr/src/lib/libsqlite/test/ |
H A D | bind.test | 17 # $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 [all...] |
/titanic_52/usr/src/cmd/abi/appcert/static_prof/ |
H A D | static_prof.c | 99 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 199 profile_binding(binding_bucket * bind) profile_binding() argument [all...] |
/titanic_52/usr/src/lib/libc/port/i18n/ |
H A D | gettext_real.c | 641 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() 700 } /* while (bind) */ in _real_bindtextdomain_u() [all...] |
/titanic_52/usr/src/uts/common/sys/ |
H A D | hwconf.h | 67 struct bind { struct 68 struct bind *b_next; argument 89 extern struct bind *mb_hashtab[]; argument 90 extern struct bind *sb_hashtab[]; 70 b_bind_namebind global() argument
|
/titanic_52/usr/src/uts/common/os/ |
H A D | modsubr.c | 471 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 *m in make_mbind() [all...] |
/titanic_52/usr/src/uts/common/xen/io/ |
H A D | evtchn_dev.c | 98 pid_t pid; /* last pid to bind to this event channel. */ 291 * save away the PID of the last process to bind to this event channel. in evtchn_bind_to_user() 347 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 in evtchndrv_ioctl() 379 struct ioctl_evtchn_bind_unbound_port bind; evtchndrv_ioctl() local [all...] |
/titanic_52/usr/src/uts/i86xpv/os/ |
H A D | evtchn.c | 124 * example. This code allows any cpu to bind to one of these, although 140 * drivers to bind to the their backend event channel. 211 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 in xen_bind_interdomain() 276 evtchn_bind_ipi_t bind; xen_bind_ipi() local 290 evtchn_bind_vcpu_t bind; xen_bind_vcpu() local 303 evtchn_bind_pirq_t bind; xen_bind_pirq() local [all...] |
/titanic_52/usr/src/uts/common/ktli/ |
H A D | t_kfree.c | 70 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 D | t_kalloc.c | 73 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_52/usr/src/lib/libnsl/nsl/ |
H A D | t_free.c | 45 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_52/usr/src/cmd/sgs/libelf/demo/ |
H A D | dispsyms.c | 122 "bind oth shndx name\n"); in print_symtab() 134 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_52/usr/src/stand/lib/inet/ |
H A D | udp.c | 139 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_52/usr/src/uts/i86pc/i86hvm/io/xpv/ |
H A D | evtchn.c | 206 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() 232 * Xen hard-codes all notifications to VCPU0, so we bind in evtchn_callback_fcn()
|
/titanic_52/usr/src/cmd/smbsrv/bind-helper/ |
H A D | Makefile | 16 PROG= bind-helper 17 SRCS= bind-helper.c
|
/titanic_52/usr/src/uts/common/io/softmac/ |
H A D | softmac_ctl.c | 52 dl_bind_req_t *bind; in softmac_send_bind_req() local 56 * create bind req message and send it down in softmac_send_bind_req() 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_52/usr/src/cmd/sgs/librtld/common/ |
H A D | relocate.c | 97 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() 331 * bind unresolved weak references consider ourself in count_reloc()
|
/titanic_52/usr/src/lib/libdtrace/common/ |
H A D | sysevent.d.in | 48 translator syseventchaninfo_t < evch_bind_t *bind > { 49 ec_name = (bind ? stringof(bind->bd_channel->ch_name) : NULL);
|
/titanic_52/usr/src/cmd/sgs/libconv/common/ |
H A D | audit.c | 55 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_52/usr/src/cmd/rpcbind/ |
H A D | Makefile | 29 MANIFEST= bind.xml 30 SVCMETHOD= rpc-bind
|
/titanic_52/usr/src/cmd/cmd-inet/usr.bin/talk/ |
H A D | ctl.c | 81 if (bind(sockt, (struct sockaddr *)&my_addr, sizeof (my_addr)) != 0) { in open_sockt() 108 if (bind(ctl_sockt, (struct sockaddr *)&ctl_addr, sizeof (ctl_addr)) in open_ctl() 110 p_error(gettext("Couldn't bind to control socket")); in open_ctl()
|