HomeSort by relevance Sort by last modified time
    Searched refs:bind (Results 1 - 25 of 230) sorted by null

1 2 3 4 5 6 7 8 910

  /onnv/onnv-gate/usr/src/lib/ncad_addr/amd64/
mapfile-vers 42 # Bind is intended to interpose on the real system call. However,
44 # to prevent "bind" from going into the ELF .SUNW_dynsymsort section
45 bind = NODYNSORT;
  /onnv/onnv-gate/usr/src/lib/ncad_addr/i386/
mapfile-vers 42 # Bind is intended to interpose on the real system call. However,
44 # to prevent "bind" from going into the ELF .SUNW_dynsymsort section
45 bind = NODYNSORT;
  /onnv/onnv-gate/usr/src/lib/ncad_addr/sparcv9/
mapfile-vers 42 # Bind is intended to interpose on the real system call. However,
44 # to prevent "bind" from going into the ELF .SUNW_dynsymsort section
45 bind = NODYNSORT;
  /onnv/onnv-gate/usr/src/lib/libc/common/sys/
_so_bind.s 37 SYSCALL2_RVAL1(_so_bind,bind)
  /onnv/onnv-gate/usr/src/lib/ncad_addr/sparc/
mapfile-vers 47 # Bind is intended to interpose on the real system call. However,
49 # to prevent "bind" from going into the ELF .SUNW_dynsymsort section
50 bind = NODYNSORT;
  /onnv/onnv-gate/usr/src/uts/common/sys/
hwconf.h 67 struct bind { struct
68 struct bind *b_next;
89 extern struct bind *mb_hashtab[];
90 extern struct bind *sb_hashtab[];
  /onnv/onnv-gate/usr/src/lib/libdtrace/common/
sysevent.d.in 48 translator syseventchaninfo_t < evch_bind_t *bind > {
49 ec_name = (bind ? stringof(bind->bd_channel->ch_name) : NULL);
  /onnv/onnv-gate/usr/src/uts/common/io/ib/adapters/hermon/
hermon_mr.c 60 hermon_bind_info_t *bind, hermon_mrhdl_t *mrhdl, hermon_mr_options_t *op,
63 hermon_pdhdl_t pd, hermon_bind_info_t *bind, hermon_mrhdl_t *mrhdl_new,
66 hermon_bind_info_t *bind, hermon_mr_options_t *op, uint64_t *mtt_addr,
69 hermon_bind_info_t *bind, uint_t *mtt_pgsize);
70 static int hermon_mr_mem_bind(hermon_state_t *state, hermon_bind_info_t *bind,
73 hermon_bind_info_t *bind);
75 hermon_bind_info_t *bind, uint32_t mtt_pgsize_bits);
104 hermon_bind_info_t bind; local
108 * Fill in the "bind" struct. This struct provides the majority
111 * below). The "bind" struct is later passed to hermon_mr_mem_bind(
135 hermon_bind_info_t bind; local
177 hermon_bind_info_t *bind; local
451 hermon_bind_info_t bind; local
739 hermon_bind_info_t *bind; local
1080 hermon_bind_info_t bind; local
1110 hermon_bind_info_t bind; local
    [all...]
hermon_srq.c 229 * allocation itself and the other for the DMA handle (for later bind).
591 hermon_bind_info_t bind; local
682 * Fill in the "bind" struct. This struct provides the majority
685 * below). The "bind" struct is later passed to hermon_mr_mem_bind()
689 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(bind))
690 bzero(&bind, sizeof (hermon_bind_info_t));
691 bind.bi_type = HERMON_BINDHDL_VADDR;
692 bind.bi_addr = (uint64_t)(uintptr_t)buf;
693 bind.bi_len = new_srqinfo.qa_size;
694 bind.bi_as = NULL
    [all...]
  /onnv/onnv-gate/usr/src/lib/libsocket/amd64/
mapfile-vers 43 bind;
  /onnv/onnv-gate/usr/src/lib/libsocket/i386/
mapfile-vers 43 bind;
  /onnv/onnv-gate/usr/src/lib/libsocket/sparcv9/
mapfile-vers 43 bind;
  /onnv/onnv-gate/usr/src/uts/common/syscall/
processor_bind.c 46 * Bind all the threads of a process to a CPU.
49 cpu_bind_process(proc_t *pp, processorid_t bind, processorid_t *obind,
71 i = cpu_bind_thread(tp, bind, obind, error);
82 * Bind all the processes of a task to a CPU.
85 cpu_bind_task(task_t *tk, processorid_t bind, processorid_t *obind,
99 i = cpu_bind_process(p, bind, obind, error);
109 * Bind all the processes in a project to a CPU.
112 cpu_bind_project(kproject_t *kpj, processorid_t bind, processorid_t *obind,
125 i = cpu_bind_process(p, bind, obind, error);
134 * Bind all the processes in a zone to a CPU
    [all...]
  /onnv/onnv-gate/usr/src/lib/libbc/libc/sys/common/
bind.c 37 bind(int s, struct sockaddr *name, int namelen) function
  /onnv/onnv-gate/usr/src/uts/common/io/ib/adapters/tavor/
tavor_mr.c 56 tavor_bind_info_t *bind, tavor_mrhdl_t *mrhdl, tavor_mr_options_t *op);
58 tavor_pdhdl_t pd, tavor_bind_info_t *bind, tavor_mrhdl_t *mrhdl_new,
61 tavor_bind_info_t *bind, tavor_mr_options_t *op, uint64_t *mtt_addr,
64 tavor_bind_info_t *bind, uint_t *mtt_pgsize);
65 static int tavor_mr_mem_bind(tavor_state_t *state, tavor_bind_info_t *bind,
68 tavor_bind_info_t *bind);
69 static int tavor_mr_fast_mtt_write(tavor_rsrc_t *mtt, tavor_bind_info_t *bind,
96 tavor_bind_info_t bind; local
102 * Fill in the "bind" struct. This struct provides the majority
105 * below). The "bind" struct is later passed to tavor_mr_mem_bind(
136 tavor_bind_info_t bind; local
189 tavor_bind_info_t *bind; local
485 tavor_bind_info_t bind; local
802 tavor_bind_info_t *bind; local
1163 tavor_bind_info_t bind; local
1203 tavor_bind_info_t bind; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fs.d/nfs/svc/
nlockmgr 33 BIND_FMRI=svc:/network/rpc/bind
  /onnv/onnv-gate/usr/src/lib/libsocket/sparc/
mapfile-vers 47 bind;
  /onnv/onnv-gate/usr/src/cmd/abi/appcert/static_prof/
static_prof.c 99 store_binding(binding_bucket * bind)
106 bktno = my_elf_hash(bind->sym) % DEFBKTS;
110 bkts[bktno].sym = bind->sym;
111 bkts[bktno].obj = bind->obj;
112 bkts[bktno].ref_lib = bind->ref_lib;
113 bkts[bktno].def_lib = bind->def_lib;
114 bkts[bktno].section = bind->section;
115 bkts[bktno].stbind = bind->stbind;
116 bkts[bktno].sttype = bind->sttype;
128 bkts[i].sym = bind->sym
    [all...]
  /onnv/onnv-gate/usr/src/lib/libnsl/nsl/
t_free.c 45 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);
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/talk/
ctl.c 81 if (bind(sockt, (struct sockaddr *)&my_addr, sizeof (my_addr)) != 0) {
108 if (bind(ctl_sockt, (struct sockaddr *)&ctl_addr, sizeof (ctl_addr))
110 p_error(gettext("Couldn't bind to control socket"));
  /onnv/onnv-gate/usr/src/cmd/rpcbind/
Makefile 30 MANIFEST= bind.xml
31 SVCMETHOD= rpc-bind
  /onnv/onnv-gate/usr/src/cmd/svc/seed/
inc.flg 30 echo_file usr/src/cmd/rpcbind/bind.xml
  /onnv/onnv-gate/usr/src/uts/common/ktli/
t_kfree.c 70 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);
  /onnv/onnv-gate/usr/src/cmd/ssh/libopenbsd-compat/common/
rresvport.c 88 if (bind(s, sa, salen) >= 0)
  /onnv/onnv-gate/usr/src/lib/libbc/libc/net/
bindresvport.c 35 * Bind a socket to a privileged IP port
67 res = bind(sd, sin, sizeof(struct sockaddr_in));

Completed in 820 milliseconds

1 2 3 4 5 6 7 8 910