Searched refs:out_fn (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/arcwatch/ |
H A D | arcwatch.c | 256 run_dtrace(char *bufsize, char *out_fn, avl_tree_t *awr, int argc, char **argv) in run_dtrace() argument 273 if (out_fn) { in run_dtrace() 274 ofd = open(out_fn, O_CREAT | O_TRUNC | O_WRONLY, 0644); in run_dtrace() 277 out_fn, strerror(errno)); in run_dtrace() 532 get_arc(avl_tree_t *awr, uint64_t color, char *out_fn) in get_arc() argument 556 if (out_fn != NULL) { in get_arc() 557 ofd = open(out_fn, O_CREAT | O_TRUNC | O_WRONLY, 0644); in get_arc() 560 out_fn, strerror(errno)); in get_arc() 751 char *out_fn = NULL; in main() local 780 out_fn = optarg; in main() [all …]
|