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

1 2 3 4 5 6 7 8 91011>>

  /onnv/onnv-gate/usr/src/lib/libast/common/misc/
astintercept.c 36 astintercept(Shbltin_t* call, int set)
38 if (call->shgetenv)
41 intercepts.intercept_getenv = call->shgetenv;
45 if (call->shsetenv)
48 intercepts.intercept_setenviron = call->shsetenv;
  /onnv/onnv-gate/usr/src/cmd/bnu/
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;
54 * The CALL structure as (defined in dial.h):
70 * } CALL;
90 * the `attr' field of the CALL structure before passing the
96 * any `lock-file' entry, so no need to call undial()
    [all...]
  /onnv/onnv-gate/usr/src/lib/libnsl/dial/
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;
56 * The CALL structure as (defined in dial.h):
72 * } CALL;
92 * the `attr' field of the CALL structure before passing the
98 * any `lock-file' entry, so no need to call undial()
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/t/
expmod_n.t 16 sub call { subroutine
17 # print "CALL $_[0] => $RETURN\n";
26 memoize 'call',
35 print "not " unless call($_) == 1;
47 ++$n; print ((call(1) == 1 ? '' : 'not '), "ok $n\n"); # 1 expires
48 ++$n; print ((call(1) == 2 ? '' : 'not '), "ok $n\n"); # 1 gets new val
49 ++$n; print ((call(2) == 1 ? '' : 'not '), "ok $n\n"); # 2 expires
55 print "not " unless call($_) == (1,2,3,1)[$_];
  /onnv/onnv-gate/usr/src/lib/libnls/common/
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);
  /onnv/onnv-gate/usr/src/cmd/listen/
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->udata.buf = p
    [all...]
  /onnv/onnv-gate/usr/src/lib/libnsl/nsl/
_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->opt.buf, &creq->OPT_offset) < 0)
    [all...]
t_snddis.c 47 _tx_snddis(int fd, const struct t_call *call, int api_semantics)
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? call->udata.len: 0)
    [all...]
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);
tli_wrappers.c 44 t_accept(int fd, int resfd, struct t_call *call)
46 return (_tx_accept(fd, resfd, call, TX_TLI_API));
107 t_listen(int fd, struct t_call *call)
109 return (_tx_listen(fd, call, TX_TLI_API));
142 t_rcvconnect(int fd, struct t_call *call)
144 return (_tx_rcvconnect(fd, call, TX_TLI_API));
178 t_snddis(int fd, struct t_call *call)
180 return (_tx_snddis(fd, call, TX_TLI_API));
  /onnv/onnv-gate/usr/src/lib/libc/i386/gen/
cuexit.s 35 call _fref_(_exithandle)
  /onnv/onnv-gate/usr/src/lib/libc/sparc/gen/
cuexit.s 42 call _exithandle
  /onnv/onnv-gate/usr/src/lib/libc/sparcv9/gen/
cuexit.s 42 call _exithandle
  /onnv/onnv-gate/usr/src/ucblib/libucb/sparc/sys/
setjmp.s 50 call _sigsetjmp
57 call _sigsetjmp
63 call _siglongjmp
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
Fatal.pm 51 my ($core, $call, $name, $void, @argvs) = @_;
55 return "\t" . one_invocation($core, $call, $name, $void, @argv) . ";\n";
65 "\t\treturn " . one_invocation($core, $call, $name, $void, @argv) . ";\n";
76 my ($core, $call, $name, $void, @argv) = @_;
79 return qq/(defined wantarray)?$call(@argv):
80 $call(@argv) || croak "Can't $name(\@_)/ .
83 return qq{$call(@argv) || croak "Can't $name(\@_)} .
90 my($name, $code, $sref, $real_proto, $proto, $core, $call);
101 $call = '&$sref';
111 $call = "CORE::$name"
    [all...]
  /onnv/onnv-gate/usr/src/lib/common/i386/
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...]
crt1.s 80 * there was a genuine call to _start.
93 call atexit
97 call atexit
144 call atexit /* atexit(__Crun::do_exit_code()) */
171 call __fpstart
172 call __fsr /* support for ftrap/fround/fprecision */
173 call _init
174 call main /* main(argc,argv,envp) */
177 call exit
178 movl 4(%esp),%eax /* if user redefined exit, call _exit *
    [all...]
crti.s 51 call .L1
66 call .L2
  /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/i386/pid/
tst.ret.s 82 call waiting
90 call ret1
91 call ret2
92 call ret3
93 call ret4
94 call ret5
95 call ret6
  /onnv/onnv-gate/usr/src/lib/common/amd64/
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 exit *
    [all...]
  /onnv/onnv-gate/usr/src/lib/libc/i386/sys/
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
  /onnv/onnv-gate/usr/src/lib/libtsol/common/
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...]
  /onnv/onnv-gate/usr/src/grub/grub-0.97/docs/
boot.S 66 call EXT_C(cmain)
70 call EXT_C(printf)
  /onnv/onnv-gate/usr/src/lib/c_synonyms/sparc/
synonyms.s 36 call name; \
47 call name; \
  /onnv/onnv-gate/usr/src/lib/c_synonyms/sparcv9/
synonyms.s 36 call name; \
47 call name; \

Completed in 1080 milliseconds

1 2 3 4 5 6 7 8 91011>>