Home
last modified time | relevance | path

Searched refs:f_close (Results 1 – 23 of 23) sorted by relevance

/freebsd/contrib/sendmail/libsm/
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;
374 v->f_close = fp->f_close;
H A Dfclose.c97 if (fp->f_close == NULL)
132 if ((*fp->f_close)(fp) < 0)
H A Dvsnprintf.c68 fake.f_close = NULL;
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 Dvfprintf.c116 fake.f_close = NULL;
/freebsd/contrib/sendmail/include/sm/
H A Dio.h121 int (*f_close) __P((SM_FILE_T *)); member
201 (f).f_close = (close); \
/freebsd/contrib/lua/src/
H A Dliolib.c222 static int f_close (lua_State *L) { in f_close() function
231 return f_close(L); in io_close()
766 {"close", f_close},
/freebsd/sys/dev/usb/serial/
H A Dulpt.c144 .f_close = &ulpt_close,
155 .f_close = &ulpt_close,
/freebsd/sys/dev/usb/misc/
H A Duled.c88 .f_close = &uled_close,
/freebsd/sys/netgraph/bluetooth/drivers/ubtbcmfw/
H A Dubtbcmfw.c109 .f_close = &ubtbcmfw_close,
/freebsd/sys/dev/usb/input/
H A Duep.c140 .f_close = &uep_close,
H A Duhid_snes.c131 .f_close = &uhid_snes_close,
H A Duhid.c153 .f_close = &uhid_close,
H A Dums.c190 .f_close = &ums_fifo_close,
H A Dwsp.c653 .f_close = &wsp_close,
H A Datp.c747 .f_close = &atp_close,
/freebsd/sys/dev/usb/storage/
H A Durio.c130 .f_close = &urio_close,
/freebsd/sys/dev/usb/
H A Dusb_dev.c861 (f->methods->f_close) (f, fflags); in usb_fifo_close()
1794 if (pm->f_close == NULL) in usb_fifo_check_methods()
1795 pm->f_close = &usb_fifo_dummy_close; in usb_fifo_check_methods()
H A Dusbdi.h540 usb_fifo_close_t *f_close; member
H A Dusb_generic.c128 .f_close = &ugen_close,
/freebsd/sys/dev/sound/usb/
H A Duaudio.c5989 .f_close = &umidi_close,