Searched refs:usage (Results 226 - 250 of 617) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/tc/
H A Dq_fifo.c31 #define usage() return(-1) macro
H A Dtc.c180 static void usage(void) function
203 usage();
279 usage();
299 usage();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/
H A Dinstall-sh73 usage="Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE
112 --help) echo "$usage"; exit $?;;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/bin/aecho/
H A Daecho.c68 static void usage(char *);
148 usage( av[ 0 ] );
153 usage( av[ 0 ] );
260 static void usage( char * av0 ) function
262 fprintf( stderr, "usage:\t%s [-A source address ] [-c count] ( addr | nbpname )\n", av0 );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/build-aux/
H A Dinstall-sh73 usage="Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE
112 --help) echo "$usage"; exit $?;;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libogg-1.1.4/
H A Dinstall-sh73 usage="Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE
112 --help) echo "$usage"; exit $?;;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/
H A Dinstall-sh73 usage="Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE
112 --help) echo "$usage"; exit $?;;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/sqlite-3.6.22/
H A Dinstall-sh73 usage="Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE
112 --help) echo "$usage"; exit $?;;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/testsuite/printing/
H A Dpsec.c382 void usage(void) function
396 usage();
415 usage();
425 usage();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/db_dump185/
H A Ddb_dump185.c179 int usage __P((void));
207 return (usage());
213 return (usage());
350 * usage --
351 * Display the usage message.
354 usage() function
356 (void)fprintf(stderr, "usage: db_dump185 [-p] [-f file] db_file\n");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/db_recover/
H A Ddb_recover.c21 int usage __P((void));
86 return (usage());
92 return (usage());
291 usage() function
293 (void)fprintf(stderr, "usage: %s %s\n", progname,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/bin/aecho/
H A Daecho.c68 static void usage(char *);
148 usage( av[ 0 ] );
153 usage( av[ 0 ] );
260 static void usage( char * av0 ) function
262 fprintf( stderr, "usage:\t%s [-A source address ] [-c count] ( addr | nbpname )\n", av0 );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/emu10k1/
H A Dvoicemgr.h37 /* struct emu_voice.usage flags */
79 u8 usage; /* Free, MIDI, playback */ member in struct:emu_voice
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/extras/volume_id/lib/
H A Dvolume_id.c216 * @usage: Usage string. Must not be freed by the caller.
218 * Get the usage string after a successful probe.
222 int volume_id_get_usage(struct volume_id *id, const char **usage) argument
226 if (usage == NULL)
231 *usage = id->usage;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/chat/
H A Dchat.c215 void usage __P((void));
327 usage();
334 usage();
357 usage();
364 usage();
368 usage();
396 usage();
485 void usage() function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/tablet/
H A Dgtco.c120 u32 usage; member in struct:gtco
219 __u32 usage = 0; local
292 local usage value
296 dbg("GER: X Usage: 0x%x", usage);
304 dbg("GER: Y Usage: 0x%x", usage);
313 if (usage == DIGITIZER_USAGE_TILT_X) {
321 if (usage == DIGITIZER_USAGE_TILT_Y) {
329 if (usage == DIGITIZER_USAGE_TIP_PRESSURE) {
408 * First time we hit the global usage tag,
411 if (device->usage
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/afs/
H A Dinternal.h152 int usage; member in struct:afs_writeback
191 atomic_t usage; member in struct:afs_cell
246 atomic_t usage; member in struct:afs_vlocation
247 time_t time_of_death; /* time at which put reduced usage to 0 */
270 atomic_t usage; member in struct:afs_server
271 time_t time_of_death; /* time at which put reduced usage to 0 */
302 atomic_t usage; member in struct:afs_volume
445 #define afs_get_cell(C) do { atomic_inc(&(C)->usage); } while(0)
593 _debug("GET SERVER %d", atomic_read(&(S)->usage)); \
594 atomic_inc(&(S)->usage); \
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/
H A DMakefile.IMA139 applets/usage:
140 $(HOSTCC) -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -I$(srctree)/include -o applets/usage applets/usage.c
141 include/usage_compressed.h: $(srctree)/include/usage.h applets/usage
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/rxrpc/
H A Dar-internal.h156 atomic_t usage; member in struct:rxrpc_local
172 atomic_t usage; member in struct:rxrpc_peer
206 atomic_t usage; member in struct:rxrpc_transport
222 atomic_t usage; member in struct:rxrpc_conn_bundle
254 atomic_t usage; member in struct:rxrpc_connection
342 atomic_t usage; member in struct:rxrpc_call
765 CHECK_SLAB_OKAY(&local->usage);
766 if (atomic_inc_return(&local->usage) == 1)
774 CHECK_SLAB_OKAY(&(CALL)->usage); \
775 if (atomic_inc_return(&(CALL)->usage)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/excxx_repquote/
H A DRepQuoteExample.cpp424 static void usage() { function
425 cerr << "usage: " << progname << endl
466 usage();
480 usage();
495 usage();
501 usage();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgattrib.c119 static void usage (int status)
316 usage (EXIT_FAILURE);
337 usage (EXIT_SUCCESS);
347 usage (EXIT_FAILURE);
386 /* Display usage information and exit. */
388 usage (int status) function
H A Dmsggrep.c135 static void usage (int status)
389 usage (EXIT_FAILURE);
410 usage (EXIT_SUCCESS);
420 usage (EXIT_FAILURE);
486 usage (EXIT_FAILURE);
490 /* Display usage information and exit. */
492 usage (int status) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/ip/
H A Dipmaddr.c37 static void usage(void) __attribute__((noreturn));
39 static void usage(void) function
257 usage();
298 usage();
341 usage();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/mm/
H A Dnuma.c48 printk(" memcluster %2d, usage %1lx, start %8lu, end %8lu\n",
49 i, cluster->usage, cluster->start_pfn,
84 if (cluster->usage & 3)
97 printk(" memcluster %2d, usage %1lx, start %8lu, end %8lu\n",
98 i, cluster->usage, cluster->start_pfn,
167 if (cluster->usage & 3)
207 if (cluster->usage & 3)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppstats/
H A Dpppstats.c110 static void usage __P((void));
119 usage() function
481 usage();
486 usage();
489 usage();
505 usage();

Completed in 245 milliseconds

1234567891011>>