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

/illumos-gate/usr/src/lib/print/libpapi-common/common/
H A Dlibrary.c42 static char *calls[] = { variable
92 return (calls);
100 for (i = 0; calls[i] != NULL; i++)
101 if (strcmp(name, calls[i]) == 0)
/illumos-gate/usr/src/lib/print/libpapi-lpd/common/
H A Dlibrary.c40 static char *calls[] = { variable
77 return (calls);
85 for (i = 0; calls[i] != NULL; i++)
86 if (strcmp(name, calls[i]) == 0)
/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Dlibrary.c36 static char *calls[] = { variable
85 return (calls);
93 for (i = 0; calls[i] != NULL; i++)
94 if (strcmp(name, calls[i]) == 0)
/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/libnsl/rpc/
H A Drpcsec_gss_if.c60 static rpcgss_calls_t calls; variable
84 if ((calls.rpc_gss_seccreate = (AUTH *(*)()) dlsym(handle,
87 if ((calls.rpc_gss_set_defaults = (bool_t (*)()) dlsym(handle,
90 if ((calls.rpc_gss_get_principal_name = (bool_t (*)()) dlsym(handle,
93 if ((calls.rpc_gss_get_mechanisms = (char **(*)()) dlsym(handle,
96 if ((calls.rpc_gss_get_mech_info = (char **(*)()) dlsym(handle,
99 if ((calls.rpc_gss_get_versions = (bool_t (*)()) dlsym(handle,
102 if ((calls.rpc_gss_is_installed = (bool_t (*)()) dlsym(handle,
105 if ((calls.rpc_gss_set_svc_name = (bool_t (*)()) dlsym(handle,
108 if ((calls
[all...]
/illumos-gate/usr/src/cmd/dtrace/demo/struct/
H A Drwinfo.d30 uint64_t calls; /* number of calls made */
40 i[probefunc].calls++;
53 printf(" calls max bytes elapsed nsecs\n");
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.d43 uint64_t calls;
54 i[probefunc].calls++;
68 printf(" calls max bytes elapsed nsecs\n");
70 printf(" read %5d %9d %d\n", i["read"].calls,
72 printf(" write %5d %9d %d\n", i["write"].calls,
/illumos-gate/usr/src/cmd/sgs/gprof/
H A DMakefile.com33 COMOBJS= gprof.o arcs.o dfn.o lookup.o calls.o \
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dreplay.c51 static int calls = 0; variable
81 calls++;
/illumos-gate/usr/src/boot/sys/boot/i386/btx/lib/
H A Dbtxsys.s19 # BTX system calls.
/illumos-gate/usr/src/cmd/fm/modules/common/sw-diag-response/common/
H A Dsw_main_cmn.c74 int calls = 0; local
98 calls++;
104 if (calls)
105 BUMPSTATN(sw_recv_callback, calls);
/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/cmd/ipf/tools/
H A Dip_fil.c1034 static int calls = 0; local
1037 calls++;
1043 switch (calls)
1065 last *= calls;
/illumos-gate/usr/src/uts/common/dtrace/
H A Dsystrace.c45 #error 1 << SYSTRACE_SHIFT must exceed number of system calls
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Diosram.c2661 * interface as ddi_find_devinfo() couldn't be used (calls
3382 uint32_t calls; local
3385 calls = iosram_stats.read;
3386 cmn_err(CE_CONT, " read ... calls:%x bytes:%lx avg_sz:%x\n",
3387 calls, iosram_stats.bread,
3388 (uint32_t)((calls != 0) ? (iosram_stats.bread/calls) : 0));
3390 calls = iosram_stats.write;
3391 cmn_err(CE_CONT, " write ... calls:%x bytes:%lx avg_sz:%x\n",
3392 calls, iosram_stat
[all...]
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/
H A DLgrp.xs278 # lgrp_latency_cookie calls our internal wrapper _lgrp_latency_cookie() which
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs_clnt.h317 * mi_curr_serv and mi_klmconfig is NULL. If NLM calls need to use a
643 kstat_named_t calls; /* client requests */ member in struct:clstat
H A Dnfs4_clnt.h179 kstat_named_t calls; /* client requests */ member in struct:clstat4
875 * mi_curr_serv and mi_klmconfig is NULL. If NLM calls need to use a
1228 * server. It used as the credential for the renew thread's calls to the
1654 * stream will no longer be used for future OTW state releasing calls.
1769 * this lock owner will no longer be used for future OTW calls. Once set,
/illumos-gate/usr/src/common/bignum/amd64/
H A Dbignum_amd64_asm.s474 / No more function calls after this.
/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/
H A Dboot_elf.s113 mov %g4, %l5 ! Save g4 (safe across function calls)
157 * Initialize a plt entry so that function calls go to 'bindfunc'
286 * any subsequent calls go directly to the bound function. If the library
659 mov %g4, %l5 ! save g4 (safe across function calls)
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex2743 % be used as many times as user calls for columns.
3106 % \doindex just uses \parsearg; it calls \doind for the actual work.
4043 \outer\parseargdef\chapter{\numhead0{#1}} % normally numhead0 calls chapterzzz
4065 \outer\parseargdef\appendix{\apphead0{#1}} % normally apphead0 calls appendixzzz
4082 \outer\parseargdef\unnumbered{\unnmhead0{#1}} % normally unnmhead0 calls unnumberedzzz
4126 \outer\parseargdef\numberedsec{\numhead1{#1}} % normally calls seczzz
4132 \outer\parseargdef\appendixsection{\apphead1{#1}} % normally calls appendixsectionzzz
4139 \outer\parseargdef\unnumberedsec{\unnmhead1{#1}} % normally calls unnumberedseczzz
4146 \outer\parseargdef\numberedsubsec{\numhead2{#1}} % normally calls numberedsubseczzz
4152 \outer\parseargdef\appendixsubsec{\apphead2{#1}} % normally calls appendixsubseczz
[all...]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_subr.c172 { "calls", KSTAT_DATA_UINT64 },
510 * clget calls sec_clnt_geth() to get an auth handle. For RPCSEC_GSS
571 * clget calls sec_clnt_geth() to get an auth handle. For RPCSEC_GSS
964 nfscl->nfscl_stat.calls.value.ui64++;
1058 * clget() calls clnt_tli_kinit() which clears the xid, so we
1280 * On read or write calls, return
1517 nfscl->nfscl_stat.calls.value.ui64++;
1609 * acl_clget() calls clnt_tli_kinit() which clears the xid, so we
1867 * On read or write calls, return
4236 * Specifically, over-the-wire calls mad
[all...]
H A Dnfs4_subr.c63 { "calls", KSTAT_DATA_UINT64 },
1021 * clget4 calls authget() to get an auth handle. For RPCSEC_GSS
1254 * clget() calls clnt_tli_kinit() which clears the xid, so we
1578 * rfs4call - general wrapper for RPC calls initiated by the client
1593 nfscl->nfscl_stat.calls.value.ui64++;
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire_copy.s138 * because of calls it makes, this is no hardship).
157 * particular, any calls to kpreempt() should not be made until after the
175 * BCOPY_FLAG: Set for bcopy calls, cleared for kcopy calls
4789 * the criteria for using this routine are not met then it calls bzero
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dniagara_copy.s216 * LOFAULT_SET: Set for bcopy calls, cleared for kcopy calls
7438 * If the criteria for using this routine are not met then it calls bzero

Completed in 185 milliseconds