Searched refs:f_open (Results 1 - 22 of 22) sorted by relevance

/freebsd-current/contrib/sendmail/libsm/
H A Dfindfp.c157 SM_REQUIRE(t->f_open && t->f_close && (t->f_read || t->f_write));
193 fp->f_open = t->f_open; /* assign open function */
305 fp->f_open = v->f_open;
378 v->f_open = fp->f_open;
H A Dsnprintf.c76 fake.f_open = NULL;
H A Dsscanf.c90 fake.f_open = NULL;
H A Dvasprintf.c74 fake.f_open = NULL;
H A Dvsnprintf.c69 fake.f_open = NULL;
H A Dfopen.c148 if ((*fp->f_open)(fp, info, flags, rpool) < 0)
288 ret = (*fp2->f_open)(fp2, info, flags, rpool);
H A Dvfprintf.c117 fake.f_open = NULL;
/freebsd-current/contrib/sendmail/include/sm/
H A Dio.h125 int (*f_open) __P((SM_FILE_T *, const void *, int, member in struct:sm_file
205 (f).f_open = (open); \
/freebsd-current/sys/dev/usb/misc/
H A Duled.c88 .f_open = &uled_open,
/freebsd-current/sys/dev/usb/serial/
H A Dulpt.c147 .f_open = &ulpt_open,
158 .f_open = &unlpt_open,
/freebsd-current/sys/netgraph/bluetooth/drivers/ubtbcmfw/
H A Dubtbcmfw.c111 .f_open = &ubtbcmfw_open,
395 * f_open fifo method can only be called with either FREAD
/freebsd-current/sys/dev/usb/input/
H A Duep.c139 .f_open = &uep_open,
H A Duhid_snes.c130 .f_open = &uhid_snes_open,
H A Duhid.c153 .f_open = &uhid_open,
H A Dums.c190 .f_open = &ums_fifo_open,
H A Dwsp.c613 .f_open = &wsp_open,
H A Datp.c747 .f_open = &atp_open,
/freebsd-current/sys/dev/usb/storage/
H A Durio.c133 .f_open = &urio_open,
/freebsd-current/sys/dev/usb/
H A Dusb_dev.c713 err = (f->methods->f_open) (f, fflags);
1791 if (pm->f_open == NULL)
1792 pm->f_open = &usb_fifo_dummy_open;
H A Dusbdi.h537 usb_fifo_open_t *f_open; member in struct:usb_fifo_methods
H A Dusb_generic.c127 .f_open = &ugen_open,
/freebsd-current/sys/dev/sound/usb/
H A Duaudio.c6018 .f_open = &umidi_open,

Completed in 478 milliseconds