Searched refs:usage (Results 76 - 100 of 1083) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dmdu.c42 static void usage(int ret) NORETURN;
43 static void usage(int ret) function
105 usage(0);
118 usage(0);
120 usage(1);
125 usage(1);
129 usage(1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dres_counter.h28 unsigned long long usage; member in struct:res_counter
30 * the maximal value of the usage from the counter creation
34 * the limit that usage cannot exceed
38 * the limit that usage can be exceed
110 * returns 0 on success and <0 if the counter->usage will exceed the
125 * these calls check for usage underflow and show a warning on the console
134 if (cnt->usage < cnt->limit)
142 if (cnt->usage < cnt->soft_limit)
149 * Get the difference between the usage and the soft limit
152 * Returns 0 if usage i
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/jpeg/
H A Djpegtran.c45 usage (void) function
48 fprintf(stderr, "usage: %s [switches] ", progname);
103 usage();
166 usage();
174 usage();
191 usage();
197 usage();
213 usage();
215 usage();
233 usage();
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test_micro/source/
H A Db_get.c6 static int usage(void);
56 return (usage());
61 return (usage());
66 return (usage());
124 usage() function
127 "usage: b_get [-C cachesz] [-c count] [-t type]\n");
H A Db_load.c6 static int usage(void);
60 return (usage());
65 return (usage());
70 return (usage());
76 return (usage());
155 usage() function
158 "usage: b_load [-d] [-C cachesz] [-c count] [-t type]\n");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/
H A Dhid-cando.c37 struct hid_field *field, struct hid_usage *usage,
40 switch (usage->hid & HID_USAGE_PAGE) {
43 switch (usage->hid) {
45 hid_map_usage(hi, usage, bit, max,
53 hid_map_usage(hi, usage, bit, max,
64 switch (usage->hid) {
70 hid_map_usage(hi, usage, bit, max, EV_KEY, BTN_TOUCH);
73 hid_map_usage(hi, usage, bit, max,
84 struct hid_field *field, struct hid_usage *usage,
87 if (usage
36 cando_input_mapping(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) argument
83 cando_input_mapped(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) argument
164 cando_event(struct hid_device *hid, struct hid_field *field, struct hid_usage *usage, __s32 value) argument
[all...]
H A Dhid-mosart.c39 struct hid_field *field, struct hid_usage *usage,
42 switch (usage->hid & HID_USAGE_PAGE) {
45 switch (usage->hid) {
47 hid_map_usage(hi, usage, bit, max,
55 hid_map_usage(hi, usage, bit, max,
66 switch (usage->hid) {
79 hid_map_usage(hi, usage, bit, max, EV_KEY, BTN_TOUCH);
83 hid_map_usage(hi, usage, bit, max,
99 struct hid_field *field, struct hid_usage *usage,
102 if (usage
38 mosart_input_mapping(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) argument
98 mosart_input_mapped(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) argument
150 mosart_event(struct hid_device *hid, struct hid_field *field, struct hid_usage *usage, __s32 value) argument
[all...]
H A Dhid-quanta.c36 struct hid_field *field, struct hid_usage *usage,
39 switch (usage->hid & HID_USAGE_PAGE) {
42 switch (usage->hid) {
44 hid_map_usage(hi, usage, bit, max,
52 hid_map_usage(hi, usage, bit, max,
63 switch (usage->hid) {
76 hid_map_usage(hi, usage, bit, max, EV_KEY, BTN_TOUCH);
79 hid_map_usage(hi, usage, bit, max,
94 struct hid_field *field, struct hid_usage *usage,
97 if (usage
35 quanta_input_mapping(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) argument
93 quanta_input_mapped(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) argument
146 quanta_event(struct hid_device *hid, struct hid_field *field, struct hid_usage *usage, __s32 value) argument
[all...]
H A Dhid-microsoft.c50 #define ms_map_key_clear(c) hid_map_usage_clear(hi, usage, bit, max, \
52 static int ms_ergonomy_kb_quirk(struct hid_input *hi, struct hid_usage *usage, argument
57 switch (usage->hid & HID_USAGE) {
74 static int ms_presenter_8k_quirk(struct hid_input *hi, struct hid_usage *usage, argument
78 switch (usage->hid & HID_USAGE) {
91 struct hid_field *field, struct hid_usage *usage,
96 if ((usage->hid & HID_USAGE_PAGE) != HID_UP_MSVENDOR)
100 int ret = ms_ergonomy_kb_quirk(hi, usage, bit, max);
106 ms_presenter_8k_quirk(hi, usage, bit, max))
113 struct hid_usage *usage, __s3
90 ms_input_mapping(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) argument
112 ms_event(struct hid_device *hdev, struct hid_field *field, struct hid_usage *usage, __s32 value) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rxrpc/
H A Dar-transport.c49 atomic_set(&trans->usage, 1);
80 int usage; local
116 atomic_inc(&trans->peer->usage);
128 _leave(" = %p {u=%d}", trans, atomic_read(&trans->usage));
133 usage = atomic_inc_return(&trans->usage);
139 usage = atomic_inc_return(&trans->usage);
172 atomic_inc(&trans->usage);
183 _enter("%p{u=%d}", trans, atomic_read(&trans->usage));
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libexif-0.6.19/
H A Dmkinstalldirs20 usage="\
32 echo "$usage"
37 test $# -eq 0 && { echo "$usage" 1>&2; exit 1; }
50 echo "$usage" 1>&2
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/
H A Dmkinstalldirs20 usage="\
32 echo "$usage"
37 test $# -eq 0 && { echo "$usage" 1>&2; exit 1; }
50 echo "$usage" 1>&2
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/
H A Dmkinstalldirs20 usage="\
32 echo "$usage"
37 test $# -eq 0 && { echo "$usage" 1>&2; exit 1; }
50 echo "$usage" 1>&2
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/
H A Dmkinstalldirs20 usage="\
32 echo "$usage"
37 test $# -eq 0 && { echo "$usage" 1>&2; exit 1; }
50 echo "$usage" 1>&2
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dmkinstalldirs17 usage="\
29 echo "$usage"
34 test $# -eq 0 && { echo "$usage" 1>&2; exit 1; }
47 echo "$usage" 1>&2
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/distrib/config/
H A Dnetatalk-config11 ## Define usage()
13 usage() function
41 usage 1 1>&2
49 usage 1 1>&2
62 usage 0 0>&2
101 usage 1 1>&2
124 usage 1 1>&2
H A Dnetatalk-config.in11 ## Define usage()
13 usage() function
41 usage 1 1>&2
49 usage 1 1>&2
62 usage 0 0>&2
101 usage 1 1>&2
124 usage 1 1>&2
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/autoconf/
H A Dmkinstalldirs20 usage="\
32 echo "$usage"
37 test $# -eq 0 && { echo "$usage" 1>&2; exit 1; }
50 echo "$usage" 1>&2
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/utils/
H A Dmkinstalldirs20 usage="\
32 echo "$usage"
37 test $# -eq 0 && { echo "$usage" 1>&2; exit 1; }
50 echo "$usage" 1>&2
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/
H A Dmkinstalldirs20 usage="\
32 echo "$usage"
37 test $# -eq 0 && { echo "$usage" 1>&2; exit 1; }
50 echo "$usage" 1>&2
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/
H A Dmkinstalldirs20 usage="\
32 echo "$usage"
37 test $# -eq 0 && { echo "$usage" 1>&2; exit 1; }
50 echo "$usage" 1>&2
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgpg-error-1.10/
H A Dmkinstalldirs17 usage="\
29 echo "$usage"
34 test $# -eq 0 && { echo "$usage" 1>&2; exit 1; }
47 echo "$usage" 1>&2
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/
H A Dmkinstalldirs20 usage="\
32 echo "$usage"
37 test $# -eq 0 && { echo "$usage" 1>&2; exit 1; }
50 echo "$usage" 1>&2
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgpg-error-1.10/
H A Dmkinstalldirs17 usage="\
29 echo "$usage"
34 test $# -eq 0 && { echo "$usage" 1>&2; exit 1; }
47 echo "$usage" 1>&2
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/build-aux/
H A Dmkinstalldirs17 usage="\
29 echo "$usage"
34 test $# -eq 0 && { echo "$usage" 1>&2; exit 1; }
47 echo "$usage" 1>&2

Completed in 344 milliseconds

1234567891011>>