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

/freebsd-current/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;
374 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-current/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-current/contrib/lua/src/
H A Dliolib.c222 static int f_close (lua_State *L) { function
231 return f_close(L);
766 {"close", f_close},
/freebsd-current/sys/dev/usb/misc/
H A Duled.c89 .f_close = &uled_close,
/freebsd-current/sys/dev/usb/serial/
H A Dulpt.c145 .f_close = &ulpt_close,
156 .f_close = &ulpt_close,
/freebsd-current/sys/netgraph/bluetooth/drivers/ubtbcmfw/
H A Dubtbcmfw.c109 .f_close = &ubtbcmfw_close,
/freebsd-current/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.c154 .f_close = &uhid_close,
H A Dums.c191 .f_close = &ums_fifo_close,
H A Dwsp.c614 .f_close = &wsp_close,
H A Datp.c748 .f_close = &atp_close,
/freebsd-current/sys/dev/usb/storage/
H A Durio.c131 .f_close = &urio_close,
/freebsd-current/sys/dev/usb/
H A Dusb_dev.c861 (f->methods->f_close) (f, fflags);
1794 if (pm->f_close == NULL)
1795 pm->f_close = &usb_fifo_dummy_close;
H A Dusbdi.h538 usb_fifo_close_t *f_close; member in struct:usb_fifo_methods
H A Dusb_generic.c128 .f_close = &ugen_close,
/freebsd-current/sys/dev/sound/usb/
H A Duaudio.c6019 .f_close = &umidi_close,

Completed in 304 milliseconds