Lines Matching refs:dtrace_setopt
1439 (void) dtrace_setopt(g_dtp, "bufsize", "12m");
1440 (void) dtrace_setopt(g_dtp, "aggsize", "12m");
1442 (void) dtrace_setopt(g_dtp, "bufsize", "4m");
1443 (void) dtrace_setopt(g_dtp, "aggsize", "4m");
1445 (void) dtrace_setopt(g_dtp, "temporal", "yes");
1454 (void) dtrace_setopt(g_dtp, "linkmode", "dynamic");
1455 (void) dtrace_setopt(g_dtp, "unodefs", NULL);
1469 (void) dtrace_setopt(g_dtp, "linkmode", "primary");
1481 if (dtrace_setopt(g_dtp, "grabanon", 0) != 0)
1486 if (dtrace_setopt(g_dtp,
1500 if (dtrace_setopt(g_dtp, "define", optarg) != 0)
1512 if (dtrace_setopt(g_dtp, "flowindent", 0) != 0)
1517 if (dtrace_setopt(g_dtp, "cpphdrs", 0) != 0)
1529 if (dtrace_setopt(g_dtp, "incdir", optarg) != 0)
1534 if (dtrace_setopt(g_dtp, "libdir", optarg) != 0)
1560 if (dtrace_setopt(g_dtp, "quiet", 0) != 0)
1580 if (dtrace_setopt(g_dtp, "undef", optarg) != 0)
1589 if (dtrace_setopt(g_dtp, "destructive", 0) != 0)
1597 if (dtrace_setopt(g_dtp, optarg, p) != 0)
1602 if (dtrace_setopt(g_dtp, "stdc", optarg) != 0)