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

/external/openssh/openbsd-compat/
H A Dport-solaris.c45 static int tmpl_fd = -1; variable
80 if ((tmpl_fd = open64(CT_TEMPLATE, O_RDWR)) == -1) {
87 __func__, tmpl_fd);
90 if (ct_pr_tmpl_set_param(tmpl_fd, CT_PR_PGRPONLY) != 0) {
95 if (ct_pr_tmpl_set_fatal(tmpl_fd, CT_PR_EV_HWERR) != 0) {
100 if (ct_tmpl_set_critical(tmpl_fd, 0) != 0) {
105 if (ct_tmpl_set_informative(tmpl_fd, CT_PR_EV_HWERR) != 0) {
112 if (ct_tmpl_activate(tmpl_fd) != 0) {
120 if (tmpl_fd != -1) {
121 close(tmpl_fd);
[all...]

Completed in 187 milliseconds