Searched refs:probe (Results 1 - 25 of 1406) sorted by last modified time

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/tdb/
H A Dtdb.c205 int rw_type, int lck_type, int probe)
230 if (!probe && lck_type != F_SETLK) {
336 static int tdb_oob(TDB_CONTEXT *tdb, tdb_off len, int probe) argument
342 if (!probe) {
355 if (!probe) {
204 tdb_brlock(TDB_CONTEXT *tdb, tdb_off offset, int rw_type, int lck_type, int probe) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/storage/
H A Dusb.c1066 .probe = storage_probe,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dsd.c236 .probe = sd_probe,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/modules/
H A Dgetdate.c2271 time_t probe = Start + quarter * (90 * 24 * 60 * 60);
2272 struct tm *probe_tm = localtime (&probe);
2266 time_t probe = Start + quarter * (90 * 24 * 60 * 60); local
H A Dgetdate.y924 time_t probe = Start + quarter * (90 * 24 * 60 * 60);
925 struct tm *probe_tm = localtime (&probe);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/tdb/
H A Dtdb.c234 int rw_type, int lck_type, int probe)
259 if (!probe && lck_type != F_SETLK) {
361 static int tdb_oob(TDB_CONTEXT *tdb, tdb_off len, int probe) argument
367 if (!probe) {
380 if (!probe) {
233 tdb_brlock(TDB_CONTEXT *tdb, tdb_off offset, int rw_type, int lck_type, int probe) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/dnsmasq-2.15/rpm/
H A Drc.dnsmasq-suse70 probe)
74 echo "Usage: $0 {start|stop|status|try-restart|restart|force-reload|reload|probe}"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-cref.tex1004 \item\verb|probe| --- the delay timer expired but no confirmation was received.
1005 The kernel has started to probe the neighbour with ARP/NDISC messages.
1854 and probe it with ping:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dtdb.c202 int rw_type, int lck_type, int probe)
227 if (!probe && lck_type != F_SETLK) {
329 static int tdb_oob(TDB_CONTEXT *tdb, tdb_off len, int probe) argument
335 if (!probe) {
348 if (!probe) {
201 tdb_brlock(TDB_CONTEXT *tdb, tdb_off offset, int rw_type, int lck_type, int probe) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/src/
H A DMakefile51 bin_PROGRAMS = ntfs-3g.probe$(EXEEXT)
55 $(srcdir)/ntfs-3g.8.in $(srcdir)/ntfs-3g.probe.8.in
62 CONFIG_CLEAN_FILES = ntfs-3g.8 ntfs-3g.probe.8
74 am_ntfs_3g_probe_OBJECTS = ntfs_3g_probe-ntfs-3g.probe.$(OBJEXT)
291 man_MANS = ntfs-3g.8 ntfs-3g.probe.8
304 ntfs_3g_probe_SOURCES = ntfs-3g.probe.c
340 ntfs-3g.probe.8: $(top_builddir)/config.status $(srcdir)/ntfs-3g.probe.8.in
402 ntfs-3g.probe$(EXEEXT): $(ntfs_3g_probe_OBJECTS) $(ntfs_3g_probe_DEPENDENCIES)
403 @rm -f ntfs-3g.probe
[all...]
H A DMakefile.am12 bin_PROGRAMS = ntfs-3g.probe
15 man_MANS = ntfs-3g.8 ntfs-3g.probe.8
33 ntfs_3g_probe_SOURCES = ntfs-3g.probe.c
H A DMakefile.in41 bin_PROGRAMS = ntfs-3g.probe$(EXEEXT)
45 $(srcdir)/ntfs-3g.8.in $(srcdir)/ntfs-3g.probe.8.in
52 CONFIG_CLEAN_FILES = ntfs-3g.8 ntfs-3g.probe.8
64 am_ntfs_3g_probe_OBJECTS = ntfs_3g_probe-ntfs-3g.probe.$(OBJEXT)
240 man_MANS = ntfs-3g.8 ntfs-3g.probe.8
253 ntfs_3g_probe_SOURCES = ntfs-3g.probe.c
289 ntfs-3g.probe.8: $(top_builddir)/config.status $(srcdir)/ntfs-3g.probe.8.in
350 ntfs-3g.probe$(EXEEXT): $(ntfs_3g_probe_OBJECTS) $(ntfs_3g_probe_DEPENDENCIES)
351 @rm -f ntfs-3g.probe
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/watchdog/
H A Dacquirewdt.c83 static int wdt_stop = 0x43; /* You must set this - there is no sane way to probe for this board. */
87 static int wdt_start = 0x443; /* You must set this - there is no sane way to probe for this board. */
303 .probe = acq_probe,
H A Dadvantechwdt.c55 * You must set these - there is no sane way to probe for this board.
315 .probe = advwdt_probe,
H A Dat91rm9200_wdt.c255 .probe = at91wdt_probe,
H A DiTCO_wdt.c723 .probe = iTCO_wdt_probe,
H A Dib700wdt.c361 .probe = ibwdt_probe,
H A Dks8695_wdt.c275 .probe = ks8695wdt_probe,
H A Dmpc83xx_wdt.c205 .probe = mpc83xx_wdt_probe,
H A Dmpcore_wdt.c397 .probe = mpcore_wdt_probe,
H A Dmv64x60_wdt.c214 .probe = mv64x60_wdt_probe,
H A Domap_wdt.c363 .probe = omap_wdt_probe,
H A Dpcwd.c92 * These are the auto-probe addresses available.
985 .probe = pcwd_isa_probe,
H A Dpcwd_pci.c807 .probe = pcipcwd_card_init,
H A Dpcwd_usb.c163 .probe = usb_pcwd_probe,

Completed in 222 milliseconds

1234567891011>>