| /bind-9.11.3/ |
| H A D | ltmain.sh | 132 # positional parameter $0, within a function call, is the name of the 186 # call: 1750 # because $build is cygwin, we call "the" cygpath in $PATH; no need to use 4979 Note that spawn() does not by itself call the command interpreter
|
| H A D | configure | 1720 --enable-seccomp enable support for libseccomp system call filtering 15698 # sure we call pthread_setconcurrency. 19342 # Look for a sysctl call to get the list of network interfaces. 26218 # Save a `func_append' function call where possible by direct use of '+=' 26224 # Save a `func_append' function call even when '+=' is not available 26375 echo " Use libseccomp system call filtering (--enable-seccomp)" 26436 echo " Use libseccomp system call filtering (--enable-seccomp)"
|
| /bind-9.11.3/unit/atf-src/admin/ |
| H A D | ltmain.sh | 388 # bash to show function call trace with: 406 # positional parameter $0, within a function call, is the name of the 522 # This section contains a variety of useful functions to call in your 693 # call: 1496 # Request that FUNC_NAME call HOOK_FUNC before it returns. FUNC_NAME must 1497 # first have been declared "hookable" by a call to 'func_hookable'. 3008 # because $build is cygwin, we call "the" cygpath in $PATH; no need to use 6324 Note that spawn() does not by itself call the command interpreter
|
| /bind-9.11.3/bin/tests/system/delzone/ |
| H A D | tests.sh | 36 res = r.call('addzone z%d.example { type master; file "added.db"; };' % i) 49 res = r.call('delzone z%d.example' % i)
|
| /bind-9.11.3/bin/tests/system/rndc/ |
| H A D | tests.sh | 617 result = r.call('status')
|
| /bind-9.11.3/unit/atf-src/tools/ |
| H A D | test_program_test.cpp | 128 std::string call = "got_tc(" + ident + ", {"; local 132 call += ", "; 133 call += (*iter).first + '=' + (*iter).second; 135 call += "})"; 136 m_calls.push_back(call);
|
| /illumos-gate/usr/src/lib/common/amd64/ |
| H A D | gcrt1.s | 105 * there was a genuine call to _start. 132 call atexit 139 call atexit 143 call atexit 150 call monstartup 167 * number of un-popped pushq instructions whenever a call is reached 176 call __fpstart 177 call _init 182 call main /* main(argc,argv,envp) */ 185 movq %rax,%rdi /* and call exi [all...] |
| /illumos-gate/usr/src/lib/common/i386/ |
| H A D | gcrt1.s | 80 * there was a genuine call to _start. 99 call atexit 106 call atexit /* register rt_do_exit */ 111 call atexit 119 call monstartup 167 call atexit /* atexit(__Crun::do_exit_code()) */ 195 call __fpstart 196 call _init 197 call main /* main(argc,argv,envp) */ 201 call exi [all...] |
| /illumos-gate/usr/src/lib/libtsol/common/ |
| H A D | misc.c | 90 labeld_data_t call; local 91 labeld_data_t *callp = &call; 95 call.callop = BLINSET; 138 labeld_data_t call; local 139 labeld_data_t *callp = &call; 156 call.callop = BSLVALID; 191 labeld_data_t call; local 192 labeld_data_t *callp = &call; 209 call.callop = BCLEARVALID; 239 labeld_data_t call; local 279 labeld_data_t call; local 343 labeld_data_t call; local [all...] |
| /illumos-gate/usr/src/lib/libnls/common/ |
| H A D | nlsenv.c | 131 struct t_call *call; local 134 if (!(call = (struct t_call *) calloc(1, sizeof(struct t_call)))) 141 call->addr.len = nlsenv(&call->addr, NLSADDR); 142 call->opt.len = nlsenv(&call->opt, NLSOPT); 143 call->udata.len = nlsenv(&call->udata, NLSUDATA); 145 return (call);
|
| /illumos-gate/usr/src/lib/libnsl/dial/ |
| H A D | dial.c | 37 * terminate, and call undial(). This will release the `lock' 40 * system call, nor issue a `signal(SIGALRM, xxx)' call. 48 * int dial(call); 49 * CALL call; 98 * any `lock-file' entry, so no need to call undial(). 158 dial(CALL call) argument 173 if (call.attr != NULL) { 174 if (call.attr->c_cflag & PARENB) { 175 Evenflag = ((call [all...] |
| /illumos-gate/usr/src/lib/libnsl/nsl/ |
| H A D | _conn_util.c | 52 * All signals for the caller are blocked during the call to simplify design. 59 const struct t_call *call, 80 creq->DEST_length = call->addr.len; 82 creq->OPT_length = call->opt.len; 86 if (call->addr.len) { 87 if (_t_aligned_copy(ctlbufp, call->addr.len, size, 88 call->addr.buf, &creq->DEST_offset) < 0) { 99 if (call->opt.len) { 100 if (_t_aligned_copy(ctlbufp, call->opt.len, size, 101 call 57 _t_snd_conn_req( struct _ti_user *tiptr, const struct t_call *call, struct strbuf *ctlbufp) argument 152 _t_rcv_conn_con( struct _ti_user *tiptr, struct t_call *call, struct strbuf *ctlbufp, int api_semantics) argument [all...] |
| H A D | t_free.c | 46 struct t_call *call; member in union:structptrs 69 p.call = (struct t_call *)ptr; 70 if (p.call->addr.buf != NULL) 71 free(p.call->addr.buf); 72 if (p.call->opt.buf != NULL) 73 free(p.call->opt.buf); 74 if (p.call->udata.buf != NULL) 75 free(p.call->udata.buf);
|
| H A D | t_snddis.c | 47 _tx_snddis(int fd, const struct t_call *call, int api_semantics) argument 89 if (call != NULL && call->udata.len) { 92 (call->udata.len > 106 * If disconnect is done on a listener, the 'call' parameter 110 (call == NULL)) { 126 if ((tiptr->ti_lookcnt > 0) && (call == 0)) 145 dreq.SEQ_number = (call? call->sequence: -1); 147 databuf.maxlen = (call [all...] |
| H A D | tli_wrappers.c | 44 t_accept(int fd, int resfd, struct t_call *call) argument 46 return (_tx_accept(fd, resfd, call, TX_TLI_API)); 107 t_listen(int fd, struct t_call *call) argument 109 return (_tx_listen(fd, call, TX_TLI_API)); 142 t_rcvconnect(int fd, struct t_call *call) argument 144 return (_tx_rcvconnect(fd, call, TX_TLI_API)); 178 t_snddis(int fd, struct t_call *call) argument 180 return (_tx_snddis(fd, call, TX_TLI_API));
|
| /illumos-gate/usr/src/lib/libc/i386/gen/ |
| H A D | cuexit.s | 35 call _fref_(_exithandle)
|
| /illumos-gate/usr/src/lib/libc/i386/sys/ |
| H A D | getcontext.s | 49 pushl %eax; /* push ucp for system call */ \ 50 call __getcontext; /* call getcontext: syscall */ \ 65 leal 4(%esp), %eax; /* get caller's sp at time of call */ \ 86 / call setcontext 89 call setcontext
|
| /illumos-gate/usr/src/lib/libc/sparc/gen/ |
| H A D | cuexit.s | 42 call _exithandle
|
| /illumos-gate/usr/src/lib/libc/sparcv9/gen/ |
| H A D | cuexit.s | 42 call _exithandle
|
| /illumos-gate/usr/src/grub/grub-0.97/docs/ |
| H A D | boot.S | 66 call EXT_C(cmain) 70 call EXT_C(printf)
|
| /illumos-gate/usr/src/lib/c_synonyms/sparc/ |
| H A D | synonyms.s | 36 call name; \ 47 call name; \
|
| /illumos-gate/usr/src/lib/c_synonyms/sparcv9/ |
| H A D | synonyms.s | 36 call name; \ 47 call name; \
|
| /illumos-gate/usr/src/cmd/dtrace/test/tst/i386/pid/ |
| H A D | tst.ret.s | 82 call waiting 90 call ret1 91 call ret2 92 call ret3 93 call ret4 94 call ret5 95 call ret6
|
| /illumos-gate/usr/src/cmd/bnu/ |
| H A D | dial.c | 35 * terminate, and call undial(). This will release the `lock' 38 * system call, nor issue a `signal(SIGALRM, xxx)' call. 46 * int dial(call); 47 * CALL call; 96 * any `lock-file' entry, so no need to call undial(). 167 dial(call) 168 CALL call; 183 if (call.attr != NULL) { 184 if ( call [all...] |
| /illumos-gate/usr/src/cmd/listen/ |
| H A D | nlsaddr.c | 46 * Use t_free to release the call structure. 99 * nlscalloc: allocate a call structure large enough to hold the 115 struct t_call *call; local 128 if (!(call = (struct t_call *)t_alloc(fd, T_CALL, T_NONE))) { 136 if (call->addr.maxlen = size) 137 call->addr.buf = p; 142 if (call->opt.maxlen = size) 143 call->opt.buf = p; 148 if (call->udata.maxlen = size) 149 call [all...] |