/src/sys/arch/hppa/stand/common/ |
ct.c | 96 ctclose(struct open_file *f) function in typeref:typename:int
|
/src/sys/arch/hp300/stand/common/ |
conf.c | 70 #define ctclose xxclose macro 89 { "ct", ctstrategy, ctopen, ctclose, ctioctl }, /*0*/
|
ct.c | 208 ctclose(struct open_file *f) function in typeref:typename:int
|
/src/sys/dev/gpib/ |
ct.c | 179 dev_type_close(ctclose); 187 .d_close = ctclose, 198 .d_close = ctclose, 376 ctclose(dev_t dev, int flag, int fmt, struct lwp *l) function in typeref:typename:int 392 DPRINTF(CDB_BSF, ("%s: ctclose backup eofs prt %d blk %d\n", 401 DPRINTF(CDB_FILES, ("ctclose: flags %x\n", sc->sc_flags));
|
/src/sys/arch/hp300/dev/ |
ct.c | 149 static dev_type_close(ctclose); 157 .d_close = ctclose, 168 .d_close = ctclose, 419 ctclose(dev_t dev, int flag, int fmt, struct lwp *l) function in typeref:typename:int 433 printf("%s: ctclose backup eofs prt %d blk %d\n", 444 printf("ctclose: flags %x\n", sc->sc_flags);
|