Searched defs:bind (Results 1 - 25 of 57) sorted by relevance

123

/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Dbind.c37 bind(int s, struct sockaddr *name, int namelen) function
/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dt_free.c45 struct t_bind *bind; member in union:structptrs
62 p.bind = (struct t_bind *)ptr;
63 if (p.bind->addr.buf != NULL)
64 free(p.bind->addr.buf);
H A Dt_alloc.c58 struct t_bind *bind; member in union:structptrs
111 if ((p.bind = calloc(1, sizeof (struct t_bind))) == NULL)
114 if (_alloc_buf(&p.bind->addr,
120 return ((char *)p.bind);
/illumos-gate/usr/src/uts/common/ktli/
H A Dt_kfree.c70 struct t_bind *bind; member in union:structptrs
87 p.bind = (struct t_bind *)ptr;
88 if (p.bind->addr.buf != NULL)
89 kmem_free(p.bind->addr.buf, p.bind->addr.maxlen);
H A Dt_kalloc.c73 struct t_bind *bind; member in union:structptrs
93 p.bind = kmem_zalloc(sizeof (struct t_bind), KM_SLEEP);
95 _alloc_buf(&p.bind->addr, tiptr->tp_info.addr);
96 *ptr = ((char *)p.bind);
/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) argument
65 if (bind == 0)
69 conv_arg.oflags = conv_arg.rflags = bind;
H A Dsymbols.c263 conv_sym_info_bind(uchar_t bind, Conv_fmt_flags_t fmt_flags, argument
266 return (conv_map_ds(ELFOSABI_NONE, EM_NONE, bind,
/illumos-gate/usr/src/uts/common/syscall/
H A Dprocessor_bind.c49 cpu_bind_process(proc_t *pp, processorid_t bind, processorid_t *obind, argument
71 i = cpu_bind_thread(tp, bind, obind, error);
85 cpu_bind_task(task_t *tk, processorid_t bind, processorid_t *obind, argument
99 i = cpu_bind_process(p, bind, obind, error);
112 cpu_bind_project(kproject_t *kpj, processorid_t bind, processorid_t *obind, argument
125 i = cpu_bind_process(p, bind, obind, error);
137 cpu_bind_zone(zone_t *zptr, processorid_t bind, processorid_t *obind, argument
150 i = cpu_bind_process(p, bind, obind, error);
162 cpu_bind_contract(cont_process_t *ctp, processorid_t bind, processorid_t *obind, argument
175 i = cpu_bind_process(p, bind, obin
187 processor_bind(idtype_t idtype, id_t id, processorid_t bind, processorid_t *obindp) argument
[all...]
/illumos-gate/usr/src/lib/ncad_addr/common/
H A Dncad_addr.c31 * This library overloads AF_INET's version of bind(3SOCKET) with AF_NCA's
32 * version. The new version of bind checks to see if that the port is one
34 * the family AF_NCA. Afterwards, the real bind(3SOCKET) is called
61 #pragma weak bind = nca_bind macro
101 real_bind = (sfunc2_t *)dlsym(RTLD_NEXT, "bind");
192 * If the bind is happening on a port NCA is listening on, close
216 if ((real_bind = (sfunc2_t *)dlsym(RTLD_NEXT, "bind"))
/illumos-gate/usr/src/uts/common/sys/
H A Dhwconf.h67 struct bind { struct
68 struct bind *b_next;
89 extern struct bind *mb_hashtab[];
90 extern struct bind *sb_hashtab[];
/illumos-gate/usr/src/lib/libsocket/socket/
H A Dweaks.c44 #pragma weak bind = _bind macro
/illumos-gate/usr/src/cmd/sgs/libelf/demo/
H A Ddispsyms.c122 "bind oth shndx name\n");
134 uint_t type, bind, specshndx; local
213 bind = GELF_ST_BIND(sym.st_info);
223 if (bind < STB_NUM)
224 bindstr = symbind[bind];
227 "%d", bind);
/illumos-gate/usr/src/cmd/sgs/librtld/common/
H A Drelocate.c97 uchar_t bind; local
161 bind = STB_LOCAL;
163 bind = STB_GLOBAL;
171 if (bind == STB_LOCAL) {
197 if (bind == STB_LOCAL) {
236 if (bind == STB_LOCAL) {
331 * bind unresolved weak references consider ourself
/illumos-gate/usr/src/uts/common/io/
H A Ddevpool.c211 pool_bind_t bind; local
448 if (ddi_copyin((void *)arg, &bind,
453 ret = pool_bind(bind.pb_o_pool_id, bind.pb_o_id_type,
454 bind.pb_o_id);
/illumos-gate/usr/src/uts/common/io/drm/
H A Ddrm_agpsupport.c458 agp_bind_t bind; local
461 bind.agpb_pgstart = start;
462 bind.agpb_key = key;
464 (intptr_t)&bind, FKIOCTL, kcred, &rval);
514 agp_bind_pages_t bind; local
517 bind.agpb_pgstart = gtt_offset / AGP_PAGE_SIZE;
518 bind.agpb_pgcount = num_pages;
519 bind.agpb_pages = pages;
521 (intptr_t)&bind, FKIOCTL, kcred, &rval);
571 * The pages are evict on suspend, so re-bind i
[all...]
/illumos-gate/usr/src/uts/i86pc/i86hvm/io/xpv/
H A Devtchn.c206 evtchn_bind_interdomain_t bind; local
209 bind.remote_dom = (domid_t)domid;
210 bind.remote_port = remote_port;
212 &bind)) == 0)
213 *port = bind.local_port;
232 * Xen hard-codes all notifications to VCPU0, so we bind
/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_ctl.c52 dl_bind_req_t *bind; local
56 * create bind req message and send it down
62 bind = (dl_bind_req_t *)reqmp->b_rptr;
63 bind->dl_sap = sap;
64 bind->dl_conn_mgmt = 0;
65 bind->dl_max_conind = 0;
66 bind->dl_xidtest_flg = 0;
67 bind->dl_service_mode = DL_CLDLS;
/illumos-gate/usr/src/cmd/sgs/ldd/common/
H A Dldd.c137 static char bind[] = "LD_BIND_NOW= ", variable
315 bind[sizeof (bind) - 2] = (rflag) ? '1' : '\0';
730 if ((putenv(warn) != 0) || (putenv(bind) != 0) ||
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dversion.c194 uchar_t bind; local
246 bind = STB_WEAK;
248 bind = STB_GLOBAL;
260 ELF_ST_INFO(bind, STT_OBJECT);
288 sym->st_info = ELF_ST_INFO(bind, STT_OBJECT);
/illumos-gate/usr/src/uts/common/inet/
H A Dsqueue.c269 * If the CPU id value is -1, bind the worker thread to the value
271 * different CPU, unbind it from the old CPU and bind to the new one.
275 squeue_bind(squeue_t *sqp, processorid_t bind) argument
278 ASSERT(sqp->sq_bind != PBIND_NONE || bind != PBIND_NONE);
282 if (sqp->sq_bind == bind) {
291 if (bind != PBIND_NONE)
292 sqp->sq_bind = bind;
/illumos-gate/usr/src/stand/lib/sock/
H A Dsocket_impl.h131 struct sockaddr_in bind; /* Binding info */ member in struct:inetboot_socket
/illumos-gate/usr/src/uts/common/xen/io/
H A Devtchn_dev.c98 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.
347 struct ioctl_evtchn_bind_virq bind; local
349 if (copyin((void *)data, &bind, sizeof (bind))) {
354 if ((err = xen_bind_virq(bind.virq, 0, rvalp)) != 0)
362 struct ioctl_evtchn_bind_interdomain bind; local
364 if (copyin((void *)data, &bind, sizeof (bind))) {
369 if ((err = xen_bind_interdomain(bind
379 struct ioctl_evtchn_bind_unbound_port bind; local
[all...]
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_srq.c229 * allocation itself and the other for the DMA handle (for later bind).
590 hermon_bind_info_t bind; local
681 * Fill in the "bind" struct. This struct provides the majority
684 * below). The "bind" struct is later passed to hermon_mr_mem_bind()
688 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(bind))
689 bzero(&bind, sizeof (hermon_bind_info_t));
690 bind.bi_type = HERMON_BINDHDL_VADDR;
691 bind.bi_addr = (uint64_t)(uintptr_t)buf;
692 bind.bi_len = new_srqinfo.qa_size;
693 bind
[all...]
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_srq.c229 * allocation itself and the other for the DMA handle (for later bind).
644 tavor_bind_info_t bind; local
748 * Fill in the "bind" struct. This struct provides the majority
751 * below). The "bind" struct is later passed to tavor_mr_mem_bind()
755 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(bind))
756 bzero(&bind, sizeof (tavor_bind_info_t));
757 bind.bi_type = TAVOR_BINDHDL_VADDR;
758 bind.bi_addr = (uint64_t)(uintptr_t)buf;
759 bind.bi_len = new_srqinfo.qa_size;
760 bind
[all...]
/illumos-gate/usr/src/cmd/abi/appcert/static_prof/
H A Dstatic_prof.c99 store_binding(binding_bucket * bind) argument
104 bktno = my_elf_hash(bind->sym) % DEFBKTS;
114 bkts[bktno].sym = bind->sym;
115 bkts[bktno].obj = bind->obj;
116 bkts[bktno].ref_lib = bind->ref_lib;
117 bkts[bktno].def_lib = bind->def_lib;
118 bkts[bktno].section = bind->section;
119 bkts[bktno].stbind = bind->stbind;
120 bkts[bktno].sttype = bind->sttype;
133 check_store_binding(binding_bucket * bind) argument
199 profile_binding(binding_bucket * bind) argument
[all...]

Completed in 127 milliseconds

123