Searched refs:f_open (Results 1 – 9 of 9) sorted by relevance
/third_party/FatFs/documents/res/ |
D | app1.c | 14 fr = f_open(fp, path, FA_WRITE | FA_OPEN_ALWAYS); in open_append()
|
D | app3.c | 89 fr = f_open(&fil, "fastrec.log", FA_READ | FA_WRITE | FA_OPEN_ALWAYS); in main()
|
/third_party/FatFs/source/ |
D | 00history.txt | 174 Changed f_open() and f_opendir() reject null object pointer to avoid crash. 196 Fixed f_open(), f_mkdir() and f_setlabel() can return incorrect value on error. 261 Added a file open method FA_OPEN_APPEND. An f_lseek() following f_open() is no longer needed. 336 Fixed f_open() function cannot find the file with file name in length of FF_MAX_LFN characters. 354 Fixed the file gets dead-locked when f_open() failed with some conditions. (appeared at R0.12a)
|
D | ff.h | 436 FRESULT f_open (FIL* fp, const TCHAR* path, BYTE mode); /* Open or create a file */
|
D | ff.c | 3272 FRESULT f_open ( in f_open() function
|
/third_party/FreeBSD/sys/dev/usb/ |
D | usb_dev.c | 639 err = (f->methods->f_open) (f, fflags); in usb_fifo_open() 1442 if (pm->f_open == NULL) in usb_fifo_check_methods() 1443 pm->f_open = &usb_fifo_dummy_open; in usb_fifo_check_methods()
|
D | usbdi.h | 473 usb_fifo_open_t *f_open; member
|
D | usb_generic.c | 74 .f_open = &ugen_open,
|
/third_party/FreeBSD/sys/dev/usb/input/ |
D | uhid.c | 127 .f_open = &uhid_open,
|