Home
last modified time | relevance | path

Searched refs:stat_fd (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssh/openbsd-compat/
H A Dport-solaris.c48 int stat_fd; in get_active_process_contract_id() local
52 if ((stat_fd = open64(CT_LATEST, O_RDONLY)) == -1) { in get_active_process_contract_id()
57 if (ct_status_read(stat_fd, CTD_COMMON, &stathdl) != 0) { in get_active_process_contract_id()
70 close(stat_fd); in get_active_process_contract_id()
143 int r, ctl_fd = -1, stat_fd = -1; in solaris_contract_post_fork_parent() local
191 if (stat_fd != -1) in solaris_contract_post_fork_parent()
192 close(stat_fd); in solaris_contract_post_fork_parent()