HomeSort by: relevance | last modified time | path
    Searched refs:DEV_CLOSE (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/lib/libsa/
close.c 92 err2 = DEV_CLOSE(f->f_dev)(f);
open.c 149 if (DEV_CLOSE(f->f_dev) != NULL)
151 (void)DEV_CLOSE(f->f_dev)(f);
stand.h 193 #define DEV_CLOSE(d) ((d)->dv_close)
201 #define DEV_CLOSE(d) ___CONCAT(LIBSA_SINGLE_DEVICE,close)
207 int (DEV_CLOSE(unused))(struct open_file *);
  /src/sys/arch/acorn32/stand/nbfs/
nbfs.c 161 DEV_CLOSE(f->f_dev)(f);
171 derr = DEV_CLOSE(f->f_dev)(f);
  /src/sys/arch/i386/stand/efiboot/
devopen.c 281 DEV_CLOSE(f->f_dev)(f);

Completed in 65 milliseconds