Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/audio/utilities/
H A Dfilehdr.c758 struct stat fd_stat; in audio_decode_filehdr() local
771 if (fstat(fd, &fd_stat) < 0) { in audio_decode_filehdr()
774 if (S_ISFIFO(fd_stat.st_mode) && (*file_type == FILE_AU)) { in audio_decode_filehdr()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystoreUtil.c502 struct stat fn_stat, fd_stat; in is_inode_same() local
504 if (fstat(fd, &fd_stat) != 0) { in is_inode_same()
513 if ((fd_stat.st_ino == fn_stat.st_ino) && in is_inode_same()
514 (fd_stat.st_dev == fn_stat.st_dev)) { in is_inode_same()