Searched refs:shl_dbg_fd (Results 1 – 1 of 1) sorted by relevance
1486 int shl_dbg_fd; variable1511 if ((shl_dbg_fd = open(lfp, O_WRONLY | O_APPEND | O_CREAT, 0600)) < 0) in initio()1513 if (shl_dbg_fd < FDBASE) { in initio()1516 nfd = fcntl(shl_dbg_fd, F_DUPFD, FDBASE); in initio()1517 close(shl_dbg_fd); in initio()1518 if ((shl_dbg_fd = nfd) == -1) in initio()1521 fcntl(shl_dbg_fd, F_SETFD, FD_CLOEXEC); in initio()1522 shf_fdopen(shl_dbg_fd, SHF_WR, shl_dbg); in initio()2001 mksh_lockfd(shl_dbg_fd); in DF()2013 mksh_unlkfd(shl_dbg_fd); in DF()