Home
last modified time | relevance | path

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

/dragonfly/sys/bus/cam/scsi/
H A Dscsi_sg.c763 u_short hstat, dstat; in sgread() local
790 if (tsleep(&hstat, PCATCH, "sgnull", 0) == ERESTART) in sgread()
812 sg_scsiio_status(csio, &hstat, &dstat); in sgread()
813 hdr->host_status = hstat; in sgread()
817 switch (hstat) { in sgread()
/dragonfly/stand/lib/
H A Dhammer1.c699 hstat(struct hfs *hfs, ino_t ino, struct stat* st) in hstat() function
944 if (hstat(&hf->hfs, hf->ino, &st) == -1) in hammer_open()
1029 return (hstat(&hf->hfs, hf->ino, st)); in hammer_stat()
1081 if (hstat(&hfs, ino, &st)) { in main()