Searched refs:f_close (Results 1 - 19 of 19) sorted by relevance

/freebsd-10.0-release/contrib/sendmail/libsm/
H A Dfclose.c97 if (fp->f_close == NULL)
132 if ((*fp->f_close)(fp) < 0)
H A Dfindfp.c157 SM_REQUIRE(t->f_open && t->f_close && (t->f_read || t->f_write));
189 fp->f_close = t->f_close; /* assign close function */
301 fp->f_close = v->f_close;
375 v->f_close = fp->f_close;
H A Dsnprintf.c75 fake.f_close = NULL;
H A Dsscanf.c89 fake.f_close = NULL;
H A Dvasprintf.c73 fake.f_close = NULL;
H A Dvsnprintf.c68 fake.f_close = NULL;
H A Dvfprintf.c116 fake.f_close = NULL;
/freebsd-10.0-release/contrib/sendmail/include/sm/
H A Dio.h121 int (*f_close) __P((SM_FILE_T *)); member in struct:sm_file
201 (f).f_close = (close); \
/freebsd-10.0-release/sys/dev/usb/serial/
H A Dulpt.c144 .f_close = &ulpt_close,
155 .f_close = &ulpt_close,
/freebsd-10.0-release/sys/dev/usb/input/
H A Duep.c117 .f_close = &uep_close,
H A Duhid.c147 .f_close = &uhid_close,
H A Dums.c164 .f_close = &ums_close,
H A Datp.c415 .f_close = &atp_close,
/freebsd-10.0-release/sys/netgraph/bluetooth/drivers/ubtbcmfw/
H A Dubtbcmfw.c108 .f_close = &ubtbcmfw_close,
/freebsd-10.0-release/sys/dev/usb/storage/
H A Durio.c131 .f_close = &urio_close,
/freebsd-10.0-release/sys/dev/usb/
H A Dusb_dev.c833 (f->methods->f_close) (f, fflags);
1626 if (pm->f_close == NULL)
1627 pm->f_close = &usb_fifo_dummy_close;
H A Dusbdi.h451 usb_fifo_close_t *f_close; member in struct:usb_fifo_methods
H A Dusb_generic.c121 .f_close = &ugen_close,
/freebsd-10.0-release/sys/dev/sound/usb/
H A Duaudio.c5639 .f_close = &umidi_close,

Completed in 166 milliseconds