/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | rpcsec_gss_if.c | 58 static rpcgss_calls_t calls; variable 82 if ((calls.rpc_gss_seccreate = (AUTH *(*)()) dlsym(handle, in rpcgss_calls_init() 85 if ((calls.rpc_gss_set_defaults = (bool_t (*)()) dlsym(handle, in rpcgss_calls_init() 88 if ((calls.rpc_gss_get_principal_name = (bool_t (*)()) dlsym(handle, in rpcgss_calls_init() 91 if ((calls.rpc_gss_get_mechanisms = (char **(*)()) dlsym(handle, in rpcgss_calls_init() 94 if ((calls.rpc_gss_get_mech_info = (char **(*)()) dlsym(handle, in rpcgss_calls_init() 97 if ((calls.rpc_gss_get_versions = (bool_t (*)()) dlsym(handle, in rpcgss_calls_init() 100 if ((calls.rpc_gss_is_installed = (bool_t (*)()) dlsym(handle, in rpcgss_calls_init() 103 if ((calls.rpc_gss_set_svc_name = (bool_t (*)()) dlsym(handle, in rpcgss_calls_init() 106 if ((calls.rpc_gss_set_callback = (bool_t (*)()) dlsym(handle, in rpcgss_calls_init() [all …]
|
/illumos-gate/usr/src/cmd/abi/appcert/etc/ |
H A D | etc.warn.in | 48 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*: 64 WARNING:libami:gettext("calls libami library"):libami.so.1|*|*DIRECT*,libami-global.so.1|*|*DIRECT*: 66 WARNING:ALT_USAGE _XtwaitForSomething:gettext("calls incompatible _XtwaitForSomething"):libXt.so.*|… [all …]
|
/illumos-gate/usr/src/test/util-tests/tests/awk/tests/ |
H A D | T.func | 128 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/lib/print/libpapi-common/common/ |
H A D | library.c | 40 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 D | library.c | 38 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/cmd/lp/lib/papi/ |
H A D | library.c | 34 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/tools/smatch/src/gvpr/ |
H A D | subg-rev | 19 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 D | return-paths | 19 node_t calls[]; // Crude hash table for tracking who calls what
|
/illumos-gate/usr/src/cmd/dtrace/demo/struct/ |
H A D | rwinfo.d | 30 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 D | rwinfo.d | 41 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 D | SYSCALL.README | 30 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. 54 1) System calls now live in directories called "syscall". Architecture 55 independant system calls live in common/syscall and architecture 56 dependant system calls live in sparc/syscall or i86/syscall. 58 2) Most system calls have their own separate file. We try to keep 61 3) Unrelated system calls should NEVER be put in the same file. Do 68 o System calls that are internally related, either because [all …]
|
/illumos-gate/usr/src/cmd/sgs/gprof/common/ |
H A D | gprof.callg.blurb | 22 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 D | gprof.flat.blurb | 13 calls the number of times this function was invoked, if
|
/illumos-gate/usr/src/cmd/krb5/krb5kdc/ |
H A D | replay.c | 51 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 D | sw_main_cmn.c | 74 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 D | putnext.d | 29 @calls[stringof(args[0]->q_qinfo->qi_minfo->mi_idname)] = count();
|
/illumos-gate/usr/src/lib/libc/ |
H A D | README | 66 - 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 D | README.files | 51 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 D | Makefile.com | 34 COMOBJS= gprof.o arcs.o dfn.o lookup.o calls.o \
|
/illumos-gate/usr/src/boot/i386/btx/lib/ |
H A D | btxsys.s | 19 # BTX system calls.
|
/illumos-gate/usr/src/cmd/ipf/tools/ |
H A D | ip_fil.c | 1035 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 D | Task.pod | 19 system calls.
|
/illumos-gate/usr/src/test/crypto-tests/runfiles/ |
H A D | default.run | 24 # socket calls left and right that take a bit to timeout which induce latency
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | priv_defs | 375 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 D | mapfile-vers | 37 # symbols below, in which case those will be used by all calls
|