/illumos-gate/usr/src/cmd/dtrace/test/tst/common/io/ |
H A D | tst.fds.d | 33 /pid == $1 && arg0 == -1u/ 39 /pid == $1 && arg0 != -1u && arg1 == -1u && arg2 == NULL/ 41 printf("fds[%d] fi_name = %s\n", arg0, fds[arg0].fi_name); 42 printf("fds[%d] fi_dirname = %s\n", arg0, fds[arg0].fi_dirname); 43 printf("fds[%d] fi_pathname = %s\n", arg0, fds[arg0].fi_pathname); 44 printf("fds[%d] fi_fs = %s\n", arg0, fds[arg0] [all...] |
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/types/ |
H A D | err.D_DECL_COMBO.rptdattr1.d | 41 trace((short short int)arg0);
|
H A D | err.D_DECL_COMBO.rptdattr2.d | 41 trace((signed signed int)arg0);
|
H A D | err.D_DECL_COMBO.rptdattr3.d | 41 trace((unsigned unsigned int)arg0);
|
H A D | err.D_DECL_COMBO.rptdattr4.d | 41 trace((long long long int)arg0);
|
H A D | err.D_DECL_COMBO.rptdattr5.d | 41 trace((long long long long int)arg0);
|
H A D | err.EDT_NOTYPE.cmbdatt1.d | 41 trace((long short int)arg0);
|
H A D | err.EDT_NOTYPE.cmbdatt2.d | 41 trace((signed unsigned int)arg0);
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/profile-n/ |
H A D | tst.argtest.d | 32 * Either one of arg0 (or) arg1 should be 0 and non-zero. 42 /(arg0 != 0 && arg1 == 0) || (arg0 == 0 && arg1 != 0)/ 44 printf("Test passed; either arg0/arg1 is zero\n"); 49 /(arg0 == 0 && arg1 == 0) || (arg0 != 0 && arg1 != 0)/ 51 printf("Test failed; either arg0 (or) arg1 should be non zero\n");
|
/illumos-gate/usr/src/cmd/dtrace/demo/agg/ |
H A D | lquantize.d | 29 @fds[execname] = lquantize(arg0, 0, 100, 1);
|
H A D | writesbycmdfd.d | 29 @counts[execname, arg0] = count();
|
/illumos-gate/usr/src/cmd/dtrace/demo/fbt/ |
H A D | ssd.d | 30 printf("%s+%x returned EIO.", probefunc, arg0);
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/builtinvar/ |
H A D | tst.arg0.d | 31 * print arg0 and make sure it succeeds. 40 printf("The argument is %u\n", arg0);
|
H A D | tst.arg0clause.d | 31 * print arg0 from a profile and make sure it succeeds 45 printf("The argument is %u", arg0);
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/tick-n/ |
H A D | tst.tickarg0.d | 32 * Simple tick-n 'arg0' test. 43 printf("The arg0 is %d\n", (int)arg0);
|
/illumos-gate/usr/src/cmd/smbsrv/dtrace/ |
H A D | smbnode.d | 42 /((smb_node_t *)arg0)->n_state == SMB_NODE_STATE_AVAILABLE/ 45 printf("\n\tNode: %p", arg0); 46 printf("\n\tRefCnt: %d", ((smb_node_t *)arg0)->n_refcnt); 47 printf("\n\tName: %s", (string)((vnode_t *)((smb_node_t *)arg0)->vp)->v_path); 52 /((smb_node_t *)arg0)->n_state == SMB_NODE_STATE_DESTROYING/ 55 printf("\n\tNode: %p", arg0); 56 printf("\n\tRefCnt: %d", ((smb_node_t *)arg0)->n_refcnt); 57 printf("\n\tName: %s", (string)((vnode_t *)((smb_node_t *)arg0)->vp)->v_path); 62 /(((smb_node_t *)arg0)->n_state != SMB_NODE_STATE_DESTROYING) && 63 (((smb_node_t *)arg0) [all...] |
H A D | smbvfs.d | 44 printf("\n Path: %s", (string)((smb_vfs_t *)arg0)->sv_rootvp->v_path); 45 printf("\n RefCount: %d", ((smb_vfs_t *)arg0)->sv_refcnt); 51 printf("\n Path: %s", (string)((smb_vfs_t *)arg0)->sv_rootvp->v_path); 52 printf("\n RefCount: %d", ((smb_vfs_t *)arg0)->sv_refcnt); 56 /(smb_vfs_t *)arg0 != 0/ 59 printf("\n Path: %s", (string)((smb_vfs_t *)arg0)->sv_rootvp->v_path); 60 printf("\n RefCount: %d", ((smb_vfs_t *)arg0)->sv_refcnt - 2); 64 /(smb_vfs_t *)arg0 == 0/ 73 printf("\n Path: %s", (string)((smb_vfs_t *)arg0)->sv_rootvp->v_path); 74 printf("\n RefCount: %d", ((smb_vfs_t *)arg0) [all...] |
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/funcs/ |
H A D | err.D_PROTO_LEN.motoomany.d | 39 mutex_owned((kmutex_t *)arg0, 99);
|
H A D | err.D_PROTO_LEN.mtatoomany.d | 40 mutex_type_adaptive((kmutex_t *)arg0, 99);
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/usdt/ |
H A D | tst.args.d | 44 /arg0 == 10 && arg1 == 4/ 51 printf("args are %d, %d; should be 10, 4", arg0, arg1);
|
/illumos-gate/usr/src/cmd/valtools/ |
H A D | puttext.c | 57 prog_name(char *arg0) argument 62 str = arg0 + strlen(arg0); 63 while (str > arg0 && *--str == '/') 65 if ((str = strrchr(arg0, '/')) != NULL) 67 return (arg0);
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | iscsit.d | 51 ii_initiator = ((idm_conn_t *)arg0)->ic_initiator_name; 52 ii_target = ((idm_conn_t *)arg0)->ic_target_name; 53 ii_isid = ((idm_conn_t *)arg0)->ic_isid; 54 ii_tsih = ((idm_conn_t *)arg0)->ic_tsih; 55 ii_transport = (((idm_conn_t *)arg0)->ic_transport_type == 57 (((idm_conn_t *)arg0)->ic_transport_type == 78 ii_initiator = ((idm_conn_t *)arg0)->ic_initiator_name; 79 ii_target = ((idm_conn_t *)arg0)->ic_target_name; 80 ii_isid = ((idm_conn_t *)arg0)->ic_isid; 81 ii_tsih = ((idm_conn_t *)arg0) [all...] |
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/fbtprovider/ |
H A D | tst.ioctlargs.d | 42 printf("The few arguments are %u %u %u %u\n", arg0, arg1, arg2, arg3); 48 printf("The few arguments are %u %u %u %u\n", arg0, arg1, arg2, arg3);
|
H A D | tst.offsetzero.d | 42 printf("The few arguments are %u %u %u %u\n", arg0, arg1, arg2, arg3); 49 printf("The few arguments are %u %u %u %u\n", arg0, arg1, arg2, arg3);
|
/illumos-gate/usr/src/cmd/tcpd/ |
H A D | inetcf.c | 66 char *arg0; local 134 if ((arg0 = strtok((char *) 0, whitespace)) == 0) { 138 if (arg0[strspn(arg0, "0123456789")] == 0) { 145 if ((arg0 = strtok((char *) 0, whitespace)) == 0) { 153 inet_chk(protocol, path, arg0, arg1); 162 static void inet_chk(protocol, path, arg0, arg1) 165 char *arg0; 172 char *tcpd_proc_name = (arg0[0] == '/' ? base_name(arg0) [all...] |