Lines Matching refs:dtrace_setopt
1495 (void) dtrace_setopt(g_dtp, "bufsize", "12m");
1496 (void) dtrace_setopt(g_dtp, "aggsize", "12m");
1498 (void) dtrace_setopt(g_dtp, "bufsize", "4m");
1499 (void) dtrace_setopt(g_dtp, "aggsize", "4m");
1501 (void) dtrace_setopt(g_dtp, "temporal", "yes");
1510 (void) dtrace_setopt(g_dtp, "linkmode", "dynamic");
1511 (void) dtrace_setopt(g_dtp, "unodefs", NULL);
1525 (void) dtrace_setopt(g_dtp, "linkmode", "primary");
1537 if (dtrace_setopt(g_dtp, "grabanon", 0) != 0)
1542 if (dtrace_setopt(g_dtp,
1556 if (dtrace_setopt(g_dtp, "define", optarg) != 0)
1568 if (dtrace_setopt(g_dtp, "flowindent", 0) != 0)
1573 if (dtrace_setopt(g_dtp, "cpphdrs", 0) != 0)
1585 if (dtrace_setopt(g_dtp, "incdir", optarg) != 0)
1590 if (dtrace_setopt(g_dtp, "libdir", optarg) != 0)
1616 if (dtrace_setopt(g_dtp, "quiet", 0) != 0)
1636 if (dtrace_setopt(g_dtp, "undef", optarg) != 0)
1645 if (dtrace_setopt(g_dtp, "destructive", 0) != 0)
1653 if (dtrace_setopt(g_dtp, optarg, p) != 0)
1658 if (dtrace_setopt(g_dtp, "stdc", optarg) != 0)