Home
last modified time | relevance | path

Searched refs:calls (Results 1 – 25 of 101) sorted by relevance

12345

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpcsec_gss_if.c58 static rpcgss_calls_t calls; variable
82 if ((calls.rpc_gss_seccreate = (AUTH *(*)()) dlsym(handle, in rpcgss_calls_init()
109 if ((calls.rpc_gss_getcred = (bool_t (*)()) dlsym(handle, in rpcgss_calls_init()
122 if ((calls.__rpc_gss_wrap = (bool_t (*)()) dlsym(handle, in rpcgss_calls_init()
192 return ((*calls.rpc_gss_get_mechanisms)()); in rpc_gss_get_mechanisms()
216 return ((*calls.rpc_gss_is_installed)(mechanism)); in rpc_gss_is_installed()
238 return ((*calls.rpc_gss_set_callback)(cb)); in rpc_gss_set_callback()
255 return ((*calls.rpc_gss_mech_to_oid)(mech, oid)); in rpc_gss_mech_to_oid()
263 return ((*calls.rpc_gss_qop_to_num)(qop, mech, num)); in rpc_gss_qop_to_num()
298 return ((*calls.rpc_gss_max_data_length)(rpcgss_handle, in rpc_gss_max_data_length()
[all …]
/illumos-gate/usr/src/cmd/abi/appcert/etc/
H A Detc.warn.in48 WARNING:libkvm:gettext("calls libkvm kernel interfaces"):libkvm.so.1|*|*DIRECT*:
50 WARNING:libproc:gettext("calls libproc interfaces"):libproc.so.1|*|*DIRECT*:
52 WARNING:libxgl:gettext("calls libxgl graphics library"):libxgl.so.3|*|*DIRECT*:
54 WARNING:libxil:gettext("calls libxil imaging library"):libxil.so.1|*|*DIRECT*:
56 WARNING:libkrb:gettext("calls libkrb kerberos library"):libkrb.so.1|*|*DIRECT*:
58 WARNING:libauth:gettext("calls libauth library"):libauth.so.1|*|*DIRECT*:
60 WARNING:libdevfsevent:gettext("calls libdevfsevent library"):libdevfsevent.so.1|*|*DIRECT*:
62 WARNING:libdhcp:gettext("calls libdhcp.so.2 library"):libdhcp.so.2|*|*DIRECT*:
76 WARNING:libldap.so.3:gettext("calls obsolete LDAP library libldap.so.3"):libldap.so.3|*|*DIRECT*:
84 WARNING:libkcs:gettext("calls KCMS library libkcs.so.1"):libkcs.so.1|*|*DIRECT*:
[all …]
/illumos-gate/usr/src/test/util-tests/tests/awk/tests/
H A DT.func128 1 (1 calls)
129 3 (4 calls)
130 7 (27 calls)
131 61 (2432 calls)
132 125 (10307 calls)
133 253 (42438 calls)
/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Dlibrary.c34 static char *calls[] = { variable
83 return (calls); in papiLibrarySupportedCalls()
91 for (i = 0; calls[i] != NULL; i++) in papiLibrarySupportedCall()
92 if (strcmp(name, calls[i]) == 0) in papiLibrarySupportedCall()
/illumos-gate/usr/src/lib/print/libpapi-common/common/
H A Dlibrary.c40 static char *calls[] = { variable
90 return (calls); in papiLibrarySupportedCalls()
98 for (i = 0; calls[i] != NULL; i++) in papiLibrarySupportedCall()
99 if (strcmp(name, calls[i]) == 0) in papiLibrarySupportedCall()
/illumos-gate/usr/src/lib/print/libpapi-lpd/common/
H A Dlibrary.c38 static char *calls[] = { variable
75 return (calls); in papiLibrarySupportedCalls()
83 for (i = 0; calls[i] != NULL; i++) in papiLibrarySupportedCall()
84 if (strcmp(name, calls[i]) == 0) in papiLibrarySupportedCall()
/illumos-gate/usr/src/tools/smatch/src/gvpr/
H A Dsubg-rev19 graph_t calls[]; // Crude hash table for tracking who calls what
48 calls[sprintf("%s%d", g2.name, ++i)] = g;
59 while(calls[sprintf("%s%d", g.name, ++i)]) {
61 calls[sprintf("%s%d", g.name, i)] = find_owner(tail, $G);
82 while(calls[sprintf("%s%d", g.name, ++i)]) {
83 if (isIn(calls[sprintf("%s%d", g.name, i)],e.head))
H A Dreturn-paths19 node_t calls[]; // Crude hash table for tracking who calls what
/illumos-gate/usr/src/cmd/dtrace/demo/struct/
H A Drwinfo.d30 uint64_t calls; /* number of calls made */ member
40 i[probefunc].calls++;
56 i["read"].calls, i["read"].maxbytes, i["read"].elapsed);
58 i["write"].calls, i["write"].maxbytes, i["write"].elapsed);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/docsExamples/
H A Drwinfo.d41 uint64_t calls; member
52 i[probefunc].calls++;
68 printf(" read %5d %9d %d\n", i["read"].calls,
70 printf(" write %5d %9d %d\n", i["write"].calls,
/illumos-gate/usr/src/uts/common/syscall/
H A DSYSCALL.README30 The universal dumping grounds for system calls in Solaris 2.x,
36 like a good idea to permit system calls or underlying routines
38 of unrelated system calls.
51 to them if you add new system calls.
68 o System calls that are internally related, either because
71 The system calls in sigqueue.c and lwpsys.c are examples
75 calls. The file rlimit.c, containing getrlimit() and
78 o System calls that are basically "variations on a theme,"
94 The system calls in common/os/scalls.c, common/fs/vncalls.c
96 calls that previously resided in <arch>/os/archdep.c have
[all …]
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.callg.blurb22 than recursive calls).
24 self the number of times this function calls itself
38 which is due to calls from this parent.
42 descendent time which is due to calls from this
H A Dgprof.flat.blurb13 calls the number of times this function was invoked, if
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dreplay.c51 static int calls = 0; variable
81 calls++; in kdc_check_lookaside()
/illumos-gate/usr/src/cmd/fm/modules/common/sw-diag-response/common/
H A Dsw_main_cmn.c74 int calls = 0; in sw_recv() local
98 calls++; in sw_recv()
104 if (calls) in sw_recv()
105 BUMPSTATN(sw_recv_callback, calls); in sw_recv()
/illumos-gate/usr/src/cmd/dtrace/demo/fbt/
H A Dputnext.d29 @calls[stringof(args[0]->q_qinfo->qi_minfo->mi_idname)] = count();
/illumos-gate/usr/src/lib/libc/
H A DREADME66 - The code must be of guaranteed short duration; no calls
68 This means no calls into stdio or syslog() and no calls
123 calls to fork() and forkall(), but it also serializes calls to
125 and furthermore it serializes I18N calls to functions in other
215 - Don't mix calls to mutex_[un]lock(), lmutex_[un]lock() and
/illumos-gate/usr/src/lib/librstp/common/
H A DREADME.files51 stp_in.c - API for calls from outside.
52 sttrans.c - API for calls from outside (dedicated for creation
/illumos-gate/usr/src/cmd/sgs/gprof/
H A DMakefile.com34 COMOBJS= gprof.o arcs.o dfn.o lookup.o calls.o \
/illumos-gate/usr/src/boot/i386/btx/lib/
H A Dbtxsys.s19 # BTX system calls.
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dip_fil.c1035 static int calls = 0; in ipf_random() local
1038 calls++; in ipf_random()
1044 switch (calls) in ipf_random()
1066 last *= calls; in ipf_random()
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Task/pod/
H A DTask.pod19 system calls.
/illumos-gate/usr/src/test/crypto-tests/runfiles/
H A Ddefault.run24 # socket calls left and right that take a bit to timeout which induce latency
/illumos-gate/usr/src/uts/common/os/
H A Dpriv_defs375 calls the kernel drv_priv(9F) function to check for allowed
392 filesystem configuration ioctls, quota calls and creation/deletion
439 Allows a process to perform Sun private NFS specific system calls.
481 that calls the kernel suser() function to check for allowed access.
488 appropriate system calls: stime, adjtime, ntp_adjtime and
489 the IA specific RTC calls.
/illumos-gate/usr/src/lib/libtermcap/common/
H A Dmapfile-vers37 # symbols below, in which case those will be used by all calls

12345