Searched refs:item (Results 301 - 325 of 1345) sorted by relevance

<<11121314151617181920>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/
H A Dnetconsole.c77 * @item: Links us into the configfs subsystem hierarchy.
97 struct config_item item; member in struct:netconsole_target
126 if (config_item_name(&nt->item))
127 config_item_get(&nt->item);
132 if (config_item_name(&nt->item))
133 config_item_put(&nt->item);
237 static struct netconsole_target *to_target(struct config_item *item) argument
239 return item ?
240 container_of(item, struct netconsole_target, item)
532 netconsole_target_release(struct config_item *item) argument
537 netconsole_target_attr_show(struct config_item *item, struct configfs_attribute *attr, char *buf) argument
552 netconsole_target_attr_store(struct config_item *item, struct configfs_attribute *attr, const char *buf, size_t count) argument
617 drop_netconsole_target(struct config_group *group, struct config_item *item) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/zlib/contrib/untgz/
H A Duntgz.c255 struct attr_item *item; local
257 item = (struct attr_item *)malloc(sizeof(struct attr_item));
258 if (item == NULL)
260 item->fname = strdup(fname);
261 item->mode = mode;
262 item->time = time;
263 item->next = *list;
264 *list = item;
272 struct attr_item *item, *prev; local
274 for (item
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/zlib/contrib/untgz/
H A Duntgz.c255 struct attr_item *item; local
257 item = (struct attr_item *)malloc(sizeof(struct attr_item));
258 if (item == NULL)
260 item->fname = strdup(fname);
261 item->mode = mode;
262 item->time = time;
263 item->next = *list;
264 *list = item;
272 struct attr_item *item, *prev; local
274 for (item
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/zlib/contrib/untgz/
H A Duntgz.c255 struct attr_item *item; local
257 item = (struct attr_item *)malloc(sizeof(struct attr_item));
258 if (item == NULL)
260 item->fname = strdup(fname);
261 item->mode = mode;
262 item->time = time;
263 item->next = *list;
264 *list = item;
272 struct attr_item *item, *prev; local
274 for (item
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/zlib/contrib/untgz/
H A Duntgz.c255 struct attr_item *item; local
257 item = (struct attr_item *)malloc(sizeof(struct attr_item));
258 if (item == NULL)
260 item->fname = strdup(fname);
261 item->mode = mode;
262 item->time = time;
263 item->next = *list;
264 *list = item;
272 struct attr_item *item, *prev; local
274 for (item
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/zlib/contrib/untgz/
H A Duntgz.c255 struct attr_item *item; local
257 item = (struct attr_item *)malloc(sizeof(struct attr_item));
258 if (item == NULL)
260 item->fname = strdup(fname);
261 item->mode = mode;
262 item->time = time;
263 item->next = *list;
264 *list = item;
272 struct attr_item *item, *prev; local
274 for (item
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/zlib/contrib/untgz/
H A Duntgz.c255 struct attr_item *item; local
257 item = (struct attr_item *)malloc(sizeof(struct attr_item));
258 if (item == NULL)
260 item->fname = strdup(fname);
261 item->mode = mode;
262 item->time = time;
263 item->next = *list;
264 *list = item;
272 struct attr_item *item, *prev; local
274 for (item
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/examples/libsmbclient/
H A Dtestbrowse2.c51 smbitem *item, **array; local
115 smbitem *list = NULL, *item; local
123 if ((item = malloc(sizeof(smbitem) + strlen(dirent->name))) == NULL)
126 item->next = list;
127 item->type = dirent->smbc_type;
128 strcpy(item->name, dirent->name);
129 list = item;
147 smbitem *list, *item; local
188 item = list;
190 free(item);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/examples/libsmbclient/
H A Dtestbrowse2.c51 smbitem *item, **array; local
115 smbitem *list = NULL, *item; local
124 if ((item = malloc(sizeof(smbitem) + strlen(dirent->name))) == NULL)
127 item->next = list;
128 item->type = dirent->smbc_type;
129 strcpy(item->name, dirent->name);
130 list = item;
148 smbitem *list, *item; local
189 item = list;
191 free(item);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/examples/libsmbclient/
H A Dtestbrowse2.c51 smbitem *item, **array; local
115 smbitem *list = NULL, *item; local
123 if ((item = malloc(sizeof(smbitem) + strlen(dirent->name))) == NULL)
126 item->next = list;
127 item->type = dirent->smbc_type;
128 strcpy(item->name, dirent->name);
129 list = item;
147 smbitem *list, *item; local
188 item = list;
190 free(item);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/examples/libsmbclient/
H A Dtestbrowse2.c51 smbitem *item, **array; local
115 smbitem *list = NULL, *item; local
124 if ((item = malloc(sizeof(smbitem) + strlen(dirent->name))) == NULL)
127 item->next = list;
128 item->type = dirent->smbc_type;
129 strcpy(item->name, dirent->name);
130 list = item;
148 smbitem *list, *item; local
189 item = list;
191 free(item);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/examples/libsmbclient/
H A Dtestbrowse2.c51 smbitem *item, **array; local
115 smbitem *list = NULL, *item; local
123 if ((item = malloc(sizeof(smbitem) + strlen(dirent->name))) == NULL)
126 item->next = list;
127 item->type = dirent->smbc_type;
128 strcpy(item->name, dirent->name);
129 list = item;
147 smbitem *list, *item; local
188 item = list;
190 free(item);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/examples/libsmbclient/
H A Dtestbrowse2.c51 smbitem *item, **array; local
115 smbitem *list = NULL, *item; local
124 if ((item = malloc(sizeof(smbitem) + strlen(dirent->name))) == NULL)
127 item->next = list;
128 item->type = dirent->smbc_type;
129 strcpy(item->name, dirent->name);
130 list = item;
148 smbitem *list, *item; local
189 item = list;
191 free(item);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/web_server/
H A Dwsgi.c64 PyObject *item = PyList_GetItem(response_header, i); local
67 if (!PyTuple_Check(item)) {
72 if (PyTuple_Size(item) != 2) {
77 py_name = PyTuple_GetItem(item, 0);
84 py_value = PyTuple_GetItem(item, 1);
141 PyObject *seq = NULL, *item; local
147 while ((item = PyIter_Next(seq))) {
148 char *str = PyString_AsString(item);
325 PyObject *py_environ, *result, *item, *iter; local
360 while ((item
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/web_server/
H A Dwsgi.c64 PyObject *item = PyList_GetItem(response_header, i); local
67 if (!PyTuple_Check(item)) {
72 if (PyTuple_Size(item) != 2) {
77 py_name = PyTuple_GetItem(item, 0);
84 py_value = PyTuple_GetItem(item, 1);
141 PyObject *seq = NULL, *item; local
147 while ((item = PyIter_Next(seq))) {
148 char *str = PyString_AsString(item);
325 PyObject *py_environ, *result, *item, *iter; local
360 while ((item
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/web_server/
H A Dwsgi.c64 PyObject *item = PyList_GetItem(response_header, i); local
67 if (!PyTuple_Check(item)) {
72 if (PyTuple_Size(item) != 2) {
77 py_name = PyTuple_GetItem(item, 0);
84 py_value = PyTuple_GetItem(item, 1);
141 PyObject *seq = NULL, *item; local
147 while ((item = PyIter_Next(seq))) {
148 char *str = PyString_AsString(item);
325 PyObject *py_environ, *result, *item, *iter; local
360 while ((item
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/share/autoconf/Autom4te/
H A DFileUtils.pm55 =item C<open_quote ($file_name)>
81 =item C<find_file ($file_name, @include)>
124 =item C<mtime ($file)>
148 =item C<update_file ($from, $to, [$force])>
208 =item C<up_to_date_p ($file, @dep)>
236 =item C<handle_exec_errors ($command, [$expected_exit_code = 0], [$hint])>
288 =item C<xqx ($command)>
311 =item C<xsystem (@argv)>
330 =item C<xsystem_hint ($msg, @argv)>
349 =item
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/share/automake-1.11/Automake/
H A DFileUtils.pm55 =item C<open_quote ($file_name)>
81 =item C<find_file ($file_name, @include)>
124 =item C<mtime ($file)>
148 =item C<update_file ($from, $to, [$force])>
208 =item C<up_to_date_p ($file, @dep)>
236 =item C<handle_exec_errors ($command, [$expected_exit_code = 0], [$hint])>
288 =item C<xqx ($command)>
311 =item C<xsystem (@argv)>
330 =item C<xsystem_hint ($msg, @argv)>
349 =item
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/hid/
H A Dhid-core.c264 * Read data value from item.
267 static u32 item_udata(struct hid_item *item) argument
269 switch (item->size) {
270 case 1: return item->data.u8;
271 case 2: return item->data.u16;
272 case 4: return item->data.u32;
277 static s32 item_sdata(struct hid_item *item) argument
279 switch (item->size) {
280 case 1: return item->data.s8;
281 case 2: return item
291 hid_parser_global(struct hid_parser *parser, struct hid_item *item) argument
386 hid_parser_local(struct hid_parser *parser, struct hid_item *item) argument
478 hid_parser_main(struct hid_parser *parser, struct hid_item *item) argument
515 hid_parser_reserved(struct hid_parser *parser, struct hid_item *item) argument
565 fetch_item(__u8 *start, __u8 *end, struct hid_item *item) argument
642 struct hid_item item; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/hid/
H A Dhid-core.c264 * Read data value from item.
267 static u32 item_udata(struct hid_item *item) argument
269 switch (item->size) {
270 case 1: return item->data.u8;
271 case 2: return item->data.u16;
272 case 4: return item->data.u32;
277 static s32 item_sdata(struct hid_item *item) argument
279 switch (item->size) {
280 case 1: return item->data.s8;
281 case 2: return item
291 hid_parser_global(struct hid_parser *parser, struct hid_item *item) argument
386 hid_parser_local(struct hid_parser *parser, struct hid_item *item) argument
478 hid_parser_main(struct hid_parser *parser, struct hid_item *item) argument
515 hid_parser_reserved(struct hid_parser *parser, struct hid_item *item) argument
565 fetch_item(__u8 *start, __u8 *end, struct hid_item *item) argument
642 struct hid_item item; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/ssl/
H A Dd1_both.c588 pitem *item; local
593 item = pqueue_peek(s->d1->buffered_messages);
594 if (item == NULL)
597 frag = (hm_fragment *)item->data;
617 pitem_free(item);
650 pitem *item = NULL; local
662 /* Try to find item in queue */
666 item = pqueue_find(s->d1->buffered_messages, seq64be);
668 if (item == NULL) {
676 frag = (hm_fragment *)item
757 pitem *item = NULL; local
1087 pitem *item; local
1110 pitem *item; local
1181 pitem *item; local
1274 pitem *item; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/ssl/
H A Dd1_both.c577 pitem *item; local
582 item = pqueue_peek(s->d1->buffered_messages);
583 if ( item == NULL)
586 frag = (hm_fragment *)item->data;
607 pitem_free(item);
639 pitem *item = NULL; local
651 /* Try to find item in queue */
655 item = pqueue_find(s->d1->buffered_messages, seq64be);
657 if (item == NULL)
668 frag = (hm_fragment*) item
748 pitem *item = NULL; local
1194 pitem *item; local
1218 pitem *item; local
1286 pitem *item; local
1376 pitem *item; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/ssl/
H A Dd1_both.c577 pitem *item; local
582 item = pqueue_peek(s->d1->buffered_messages);
583 if ( item == NULL)
586 frag = (hm_fragment *)item->data;
607 pitem_free(item);
639 pitem *item = NULL; local
651 /* Try to find item in queue */
655 item = pqueue_find(s->d1->buffered_messages, seq64be);
657 if (item == NULL)
668 frag = (hm_fragment*) item
748 pitem *item = NULL; local
1194 pitem *item; local
1218 pitem *item; local
1286 pitem *item; local
1376 pitem *item; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/ssl/
H A Dd1_both.c588 pitem *item; local
593 item = pqueue_peek(s->d1->buffered_messages);
594 if (item == NULL)
597 frag = (hm_fragment *)item->data;
617 pitem_free(item);
650 pitem *item = NULL; local
662 /* Try to find item in queue */
666 item = pqueue_find(s->d1->buffered_messages, seq64be);
668 if (item == NULL) {
676 frag = (hm_fragment *)item
757 pitem *item = NULL; local
1087 pitem *item; local
1110 pitem *item; local
1181 pitem *item; local
1274 pitem *item; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/ssl/
H A Dd1_both.c588 pitem *item; local
593 item = pqueue_peek(s->d1->buffered_messages);
594 if (item == NULL)
597 frag = (hm_fragment *)item->data;
617 pitem_free(item);
650 pitem *item = NULL; local
662 /* Try to find item in queue */
666 item = pqueue_find(s->d1->buffered_messages, seq64be);
668 if (item == NULL) {
676 frag = (hm_fragment *)item
757 pitem *item = NULL; local
1087 pitem *item; local
1110 pitem *item; local
1181 pitem *item; local
1274 pitem *item; local
[all...]

Completed in 223 milliseconds

<<11121314151617181920>>