Lines Matching defs:tmpl_fd
489 int tmpl_fd;
492 tmpl_fd = open64(CTFS_ROOT "/process/template",
494 if (tmpl_fd == -1)
501 err |= ct_tmpl_set_critical(tmpl_fd, 0);
502 err |= ct_tmpl_set_informative(tmpl_fd, 0);
503 err |= ct_pr_tmpl_set_fatal(tmpl_fd,
505 err |= ct_pr_tmpl_set_param(tmpl_fd,
508 if (err || ct_tmpl_activate(tmpl_fd)) {
509 (void) close(tmpl_fd);
514 (void) ct_tmpl_clear(tmpl_fd);
527 (void) ct_tmpl_clear(tmpl_fd);
528 (void) close(tmpl_fd);