/illumos-gate/usr/src/cmd/dtrace/demo/agg/ |
H A D | trunc.d | 36 @func[execname] = count(); 41 trunc(@func, 10); 42 normalize(@func, (timestamp - last) / 1000000000); 43 printa(@func); 44 clear(@func);
|
H A D | renormalize.d | 36 @func[execname] = count(); 41 normalize(@func, (timestamp - start) / 1000000000); 42 printa(@func);
|
H A D | clear.d | 36 @func[execname] = count(); 41 normalize(@func, (timestamp - last) / 1000000000); 42 printa(@func); 43 clear(@func);
|
H A D | normalize.d | 39 @func[execname] = count(); 48 normalize(@func, (timestamp - start) / 1000000000);
|
H A D | denorm.d | 36 @func[execname] = count(); 45 normalize(@func, this->seconds); 46 printa(@func); 49 denormalize(@func); 50 printa(@func);
|
/illumos-gate/usr/src/cmd/cdrw/ |
H A D | msgs.h | 39 #define TRACE(func) func 43 #define TRACE(func)
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/docsExamples/ |
H A D | renormalize.d | 48 @func[execname] = count(); 53 normalize(@func, (timestamp - start) / 1000000000); 54 printa(@func);
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/aggs/ |
H A D | tst.denormalize.d | 50 @func[i % 5] = sum(i * 100); 57 normalize(@func, 5); 60 denormalize(@func); 61 printa(@func);
|
H A D | tst.cleardenormalize.d | 52 @func[i%5] = sum(i * 100); 60 denormalize(@func); 61 printa(@func); 63 clear(@func); 66 printa(@func); 74 denormalize(@func); 75 printa(@func);
|
H A D | tst.clearnormalize.d | 51 @func[i % 5] = sum(i * 100); 59 normalize(@func, 5); 60 printa(@func); 62 clear(@func); 65 printa(@func); 73 normalize(@func, 5); 74 printa(@func);
|
/illumos-gate/usr/src/cmd/sgs/test/ld/x64/tls/ie/orig/ |
H A D | style1-main.c | 18 extern void func(); 27 func();
|
H A D | style1-func.c | 21 func() function
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/pragma/ |
H A D | err.D_PRAGMA_UNUSED.UnusedPragma.d | 37 void func(int, int); 40 #pragma D attributes Stable/Stable/Common func;
|
/illumos-gate/usr/src/uts/sun4/os/ |
H A D | mach_sysconfig.c | 48 void (*func)(void); 50 func = (void (*)(void))modgetsymvalue("plat_nodename_set", 0); 51 if (func) 52 (*func)();
|
/illumos-gate/usr/src/lib/libast/common/comp/ |
H A D | atexit.c | 26 * arrange for func to be called LIFO on exit() 46 atexit(void (*func)(void)) 48 return(onexit(func)); 56 void (*func)(void); 64 atexit(void (*func)(void)) 69 p->func = func; 83 (*p->func)();
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | CryptoAlg.c | 32 mDNSexport mStatus DigestAlgInit(mDNSu8 digestType, AlgFuncs *func) argument 47 DigestAlgFuncs[digestType] = func; 51 mDNSexport mStatus CryptoAlgInit(mDNSu8 alg, AlgFuncs *func) argument 67 CryptoAlgFuncs[alg] = func; 71 mDNSexport mStatus EncAlgInit(mDNSu8 alg, AlgFuncs *func) argument 87 EncAlgFuncs[alg] = func; 93 AlgFuncs *func = mDNSNULL; local 99 func = CryptoAlgFuncs[alg]; 104 func = DigestAlgFuncs[alg]; 109 func 139 AlgFuncs *func = mDNSNULL; local 164 AlgFuncs *func = mDNSNULL; local 188 AlgFuncs *func = mDNSNULL; local 212 AlgFuncs *func = mDNSNULL; local 236 AlgFuncs *func = mDNSNULL; local 260 AlgFuncs *func = mDNSNULL; local [all...] |
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | cleanup.h | 8 void (*func)(void *); member in struct:cleanup 17 cleanup_data[cleanup_count].func = y; \ 21 if ((--cleanup_count) && x && (cleanup_data[cleanup_count].func)) \ 22 cleanup_data[cleanup_count].func(cleanup_data[cleanup_count].arg); 26 if (cleanup_data[cleanup_count].func) \ 27 cleanup_data[cleanup_count].func(cleanup_data[cleanup_count].arg);
|
/illumos-gate/usr/src/uts/intel/sys/ |
H A D | pci_cfgspace.h | 45 extern uint8_t (*pci_getb_func)(int bus, int dev, int func, int reg); 46 extern uint16_t (*pci_getw_func)(int bus, int dev, int func, int reg); 47 extern uint32_t (*pci_getl_func)(int bus, int dev, int func, int reg); 48 extern void (*pci_putb_func)(int bus, int dev, int func, int reg, uint8_t val); 49 extern void (*pci_putw_func)(int bus, int dev, int func, int reg, uint16_t val); 50 extern void (*pci_putl_func)(int bus, int dev, int func, int reg, uint32_t val);
|
/illumos-gate/usr/src/lib/libeti/form/common/ |
H A D | field_init.c | 39 set_field_init(FORM *f, PTF_void func) argument 41 Form(f)->fieldinit = func;
|
H A D | field_term.c | 39 set_field_term(FORM *f, PTF_void func) argument 41 Form(f)->fieldterm = func;
|
H A D | form_init.c | 39 set_form_init(FORM *f, PTF_void func) argument 41 Form(f)->forminit = func;
|
H A D | form_term.c | 43 set_form_term(FORM *f, PTF_void func) argument 45 Form(f)->formterm = func;
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/ |
H A D | tst.FunctionLookup.c | 40 f2(f func, int i) argument 42 func(i);
|
/illumos-gate/usr/src/cmd/sgs/test/ld/x64/tls/ie/ |
H A D | x64-ie-test.sh | 28 func=${2} 32 dis -F${func} ${file} | grep_test "${name}" "${pattern}" 37 dis_test "addq-->leaq 1" func style1 \ 38 'func+0x10: 48 8d 92 f8 ff ff leaq -0x8(%rdx),%rdx' 39 dis_test "addq-->leaq 2" func style1 \ 40 'func+0x17: 48 8d b6 f0 ff ff leaq -0x10(%rsi),%rsi' 42 dis_test "addq-->leaq w/REX 1" func style1-with-r13 \ 43 'func+0x10: 48 8d 92 f8 ff ff leaq -0x8(%rdx),%rdx' 44 dis_test "addq-->leaq w/REX 2" func style1-with-r13 \ 45 'func [all...] |
/illumos-gate/usr/src/uts/sun4v/promif/ |
H A D | promif_test.c | 36 cif_func_t func; local 43 func = promif_find_cif_callback(opname); 46 rv = (func != NULL) ? 0 : 1;
|