Searched refs:tmpl_fd (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dport-solaris.c43 static int tmpl_fd = -1; variable
78 if ((tmpl_fd = open64(CT_TEMPLATE, O_RDWR)) == -1) {
85 __func__, tmpl_fd);
88 if (ct_pr_tmpl_set_param(tmpl_fd, CT_PR_PGRPONLY) != 0) {
93 if (ct_pr_tmpl_set_fatal(tmpl_fd, CT_PR_EV_HWERR) != 0) {
98 if (ct_tmpl_set_critical(tmpl_fd, 0) != 0) {
103 if (ct_tmpl_set_informative(tmpl_fd, CT_PR_EV_HWERR) != 0) {
110 if (ct_tmpl_activate(tmpl_fd) != 0) {
118 if (tmpl_fd != -1) {
119 close(tmpl_fd);
[all...]

Completed in 106 milliseconds