Searched refs:item (Results 376 - 400 of 1345) sorted by relevance

<<11121314151617181920>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant-0.7.3/src/crypto/
H A Dcrypto_nss.c58 SECItem item; local
78 item.type = siBuffer;
79 item.data = pkey;
80 item.len = 8;
82 CKA_ENCRYPT, &item, NULL);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/test/scr023/
H A Dq.c126 sh_l_remove_item(l, item)
128 const char *item;
133 if (ele->content == item[0])
143 sh_l_insert_head(l, item)
145 const char *item;
149 ele->content = item[0];
156 sh_l_insert_tail(l, item)
158 const char *item;
169 ele->content = item[0];
173 ele->content = item[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/test/scr023/
H A Dq.c126 sh_l_remove_item(l, item)
128 const char *item;
133 if (ele->content == item[0])
143 sh_l_insert_head(l, item)
145 const char *item;
149 ele->content = item[0];
156 sh_l_insert_tail(l, item)
158 const char *item;
169 ele->content = item[0];
173 ele->content = item[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/test/scr023/
H A Dq.c126 sh_l_remove_item(l, item)
128 const char *item;
133 if (ele->content == item[0])
143 sh_l_insert_head(l, item)
145 const char *item;
149 ele->content = item[0];
156 sh_l_insert_tail(l, item)
158 const char *item;
169 ele->content = item[0];
173 ele->content = item[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/hotplug2/linux24_compat/
H A Dhotplug2-coldplug-2.4.c110 FILE *item; local
139 item = fopen(pci_dev_name, "rb");
141 if (item == NULL) {
146 fread(pci_desc_info, 256, 1, item);
147 fclose(item);
207 FILE *item; local
236 item = fopen(usb_dev_name, "rb");
238 if (item == NULL) {
243 fread(usb_desc_info, 52, 1, item);
244 fclose(item);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/lighttpd-1.4.39/external_file/js/davclient.js/
H A Ddavfs.js128 /* copy an item (resource or collection) to another location
142 /* move an item (resource or collection) to another location
159 var item = this._cache.getResource(path);
161 // the difference between an item that isn't scanned and one
163 if (item && item.items.length > 0) {
165 for (var i=0; i < item.items.length; i++) {
166 dir.push(item.items[i].href);
179 var item = this._cache.getResource(path);
181 // the difference between an item tha
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/APP-IPK/AiCloud-ipk/opt/etc/aicloud_UI/js/davclient.js/
H A Ddavfs.js128 /* copy an item (resource or collection) to another location
142 /* move an item (resource or collection) to another location
159 var item = this._cache.getResource(path);
161 // the difference between an item that isn't scanned and one
163 if (item && item.items.length > 0) {
165 for (var i=0; i < item.items.length; i++) {
166 dir.push(item.items[i].href);
179 var item = this._cache.getResource(path);
181 // the difference between an item tha
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/lighttpd-1.4.39/external_file/js/davclient.js/
H A Ddavfs.js128 /* copy an item (resource or collection) to another location
142 /* move an item (resource or collection) to another location
159 var item = this._cache.getResource(path);
161 // the difference between an item that isn't scanned and one
163 if (item && item.items.length > 0) {
165 for (var i=0; i < item.items.length; i++) {
166 dir.push(item.items[i].href);
179 var item = this._cache.getResource(path);
181 // the difference between an item tha
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/APP-IPK/AiCloud-ipk/opt/etc/aicloud_UI/js/davclient.js/
H A Ddavfs.js128 /* copy an item (resource or collection) to another location
142 /* move an item (resource or collection) to another location
159 var item = this._cache.getResource(path);
161 // the difference between an item that isn't scanned and one
163 if (item && item.items.length > 0) {
165 for (var i=0; i < item.items.length; i++) {
166 dir.push(item.items[i].href);
179 var item = this._cache.getResource(path);
181 // the difference between an item tha
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/APP-IPK/AiCloud-ipk/opt/etc/aicloud_UI/js/davclient.js/
H A Ddavfs.js128 /* copy an item (resource or collection) to another location
142 /* move an item (resource or collection) to another location
159 var item = this._cache.getResource(path);
161 // the difference between an item that isn't scanned and one
163 if (item && item.items.length > 0) {
165 for (var i=0; i < item.items.length; i++) {
166 dir.push(item.items[i].href);
179 var item = this._cache.getResource(path);
181 // the difference between an item tha
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/hotplug2/linux24_compat/
H A Dhotplug2-coldplug-2.4.c110 FILE *item; local
139 item = fopen(pci_dev_name, "rb");
141 if (item == NULL) {
146 fread(pci_desc_info, 256, 1, item);
147 fclose(item);
207 FILE *item; local
236 item = fopen(usb_dev_name, "rb");
238 if (item == NULL) {
243 fread(usb_desc_info, 52, 1, item);
244 fclose(item);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/hotplug2/linux24_compat/
H A Dhotplug2-coldplug-2.4.c110 FILE *item; local
139 item = fopen(pci_dev_name, "rb");
141 if (item == NULL) {
146 fread(pci_desc_info, 256, 1, item);
147 fclose(item);
207 FILE *item; local
236 item = fopen(usb_dev_name, "rb");
238 if (item == NULL) {
243 fread(usb_desc_info, 52, 1, item);
244 fclose(item);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/lighttpd-1.4.39/external_file/js/davclient.js/
H A Ddavfs.js128 /* copy an item (resource or collection) to another location
142 /* move an item (resource or collection) to another location
159 var item = this._cache.getResource(path);
161 // the difference between an item that isn't scanned and one
163 if (item && item.items.length > 0) {
165 for (var i=0; i < item.items.length; i++) {
166 dir.push(item.items[i].href);
179 var item = this._cache.getResource(path);
181 // the difference between an item tha
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/pidl/lib/Parse/Pidl/Wireshark/
H A DConformance.pm30 =item I<TYPE> name dissector ft_type base_type mask valsstring alignment
35 =item I<NOEMIT> type
39 =item I<PARAM_VALUE> type param
43 =item I<HF_FIELD> hf title filter ft_type base_type valsstring mask description
47 =item I<HF_RENAME> old_hf_name new_hf_name
55 =item I<ETT_FIELD> ett
59 =item I<STRIP_PREFIX> prefix
63 =item I<PROTOCOL> longname shortname filtername
68 =item I<FIELD_DESCRIPTION> field desc
72 =item
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/pidl/lib/Parse/Pidl/Wireshark/
H A DConformance.pm30 =item I<TYPE> name dissector ft_type base_type mask valsstring alignment
35 =item I<NOEMIT> type
39 =item I<PARAM_VALUE> type param
43 =item I<HF_FIELD> hf title filter ft_type base_type valsstring mask description
47 =item I<HF_RENAME> old_hf_name new_hf_name
55 =item I<ETT_FIELD> ett
59 =item I<STRIP_PREFIX> prefix
63 =item I<PROTOCOL> longname shortname filtername
68 =item I<FIELD_DESCRIPTION> field desc
72 =item
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/pidl/lib/Parse/Pidl/Wireshark/
H A DConformance.pm30 =item I<TYPE> name dissector ft_type base_type mask valsstring alignment
35 =item I<NOEMIT> type
39 =item I<PARAM_VALUE> type param
43 =item I<HF_FIELD> hf title filter ft_type base_type valsstring mask description
47 =item I<HF_RENAME> old_hf_name new_hf_name
55 =item I<ETT_FIELD> ett
59 =item I<STRIP_PREFIX> prefix
63 =item I<PROTOCOL> longname shortname filtername
68 =item I<FIELD_DESCRIPTION> field desc
72 =item
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ocfs2/cluster/
H A Dnodemanager.c157 static struct o2nm_cluster *to_o2nm_cluster(struct config_item *item) argument
159 return item ?
160 container_of(to_config_group(item), struct o2nm_cluster,
165 static struct o2nm_node *to_o2nm_node(struct config_item *item) argument
167 return item ? container_of(item, struct o2nm_node, nd_item) : NULL;
170 static void o2nm_node_release(struct config_item *item) argument
172 struct o2nm_node *node = to_o2nm_node(item);
410 static ssize_t o2nm_node_show(struct config_item *item, argument
414 struct o2nm_node *node = to_o2nm_node(item);
424 o2nm_node_store(struct config_item *item, struct configfs_attribute *attr, const char *page, size_t count) argument
655 o2nm_cluster_show(struct config_item *item, struct configfs_attribute *attr, char *page) argument
669 o2nm_cluster_store(struct config_item *item, struct configfs_attribute *attr, const char *page, size_t count) argument
709 o2nm_node_group_drop_item(struct config_group *group, struct config_item *item) argument
752 o2nm_cluster_release(struct config_item *item) argument
831 o2nm_cluster_group_drop_item(struct config_group *group, struct config_item *item) argument
870 o2nm_depend_item(struct config_item *item) argument
875 o2nm_undepend_item(struct config_item *item) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/sis/
H A Dsis_mm.c129 struct drm_memblock_item *item; local
142 item = drm_sman_alloc(&dev_priv->sman, pool, mem->size, 0,
146 if (item) {
149 (item->mm->
150 offset(item->mm, item->mm_info) << SIS_MM_ALIGN_SHIFT);
151 mem->free = item->user_hash.key;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/edac/
H A Dedac_pci.c99 struct list_head *item; local
103 list_for_each(item, &edac_pci_list) {
104 pci = list_entry(item, struct edac_pci_ctl_info, link);
123 struct list_head *item, *insert_before; local
136 list_for_each(item, &edac_pci_list) {
137 rover = list_entry(item, struct edac_pci_ctl_info, link);
143 insert_before = item;
169 * RCU completion callback to indicate item is deleted
231 * initialize a workq item for this edac_pci instance
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/sis/
H A Dsis_mm.c129 struct drm_memblock_item *item; local
142 item = drm_sman_alloc(&dev_priv->sman, pool, mem->size, 0,
146 if (item) {
149 (item->mm->
150 offset(item->mm, item->mm_info) << SIS_MM_ALIGN_SHIFT);
151 mem->free = item->user_hash.key;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/edac/
H A Dedac_pci.c99 struct list_head *item; local
103 list_for_each(item, &edac_pci_list) {
104 pci = list_entry(item, struct edac_pci_ctl_info, link);
123 struct list_head *item, *insert_before; local
136 list_for_each(item, &edac_pci_list) {
137 rover = list_entry(item, struct edac_pci_ctl_info, link);
143 insert_before = item;
169 * RCU completion callback to indicate item is deleted
231 * initialize a workq item for this edac_pci instance
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ocfs2/cluster/
H A Dnodemanager.c157 static struct o2nm_cluster *to_o2nm_cluster(struct config_item *item) argument
159 return item ?
160 container_of(to_config_group(item), struct o2nm_cluster,
165 static struct o2nm_node *to_o2nm_node(struct config_item *item) argument
167 return item ? container_of(item, struct o2nm_node, nd_item) : NULL;
170 static void o2nm_node_release(struct config_item *item) argument
172 struct o2nm_node *node = to_o2nm_node(item);
410 static ssize_t o2nm_node_show(struct config_item *item, argument
414 struct o2nm_node *node = to_o2nm_node(item);
424 o2nm_node_store(struct config_item *item, struct configfs_attribute *attr, const char *page, size_t count) argument
655 o2nm_cluster_show(struct config_item *item, struct configfs_attribute *attr, char *page) argument
669 o2nm_cluster_store(struct config_item *item, struct configfs_attribute *attr, const char *page, size_t count) argument
709 o2nm_node_group_drop_item(struct config_group *group, struct config_item *item) argument
752 o2nm_cluster_release(struct config_item *item) argument
831 o2nm_cluster_group_drop_item(struct config_group *group, struct config_item *item) argument
870 o2nm_depend_item(struct config_item *item) argument
875 o2nm_undepend_item(struct config_item *item) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/util/
H A Dpod2man.pl45 =item center
51 =item date
56 =item fixed
60 =item official
65 =item release
70 =item section
80 =item lax
98 =item NAME
105 =item SYNOPSIS
110 =item DESCRIPTIO
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/util/
H A Dpod2man.pl45 =item center
51 =item date
56 =item fixed
60 =item official
65 =item release
70 =item section
80 =item lax
98 =item NAME
105 =item SYNOPSIS
110 =item DESCRIPTIO
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c82 static struct rsi *rsi_lookup(struct rsi *item);
99 static inline int rsi_hash(struct rsi *item) argument
101 return hash_mem(item->in_handle.data, item->in_handle.len, RSI_HASHBITS)
102 ^ hash_mem(item->in_token.data, item->in_token.len, RSI_HASHBITS);
107 struct rsi *item = container_of(a, struct rsi, h); local
109 return netobj_equal(&item->in_handle, &tmp->in_handle) &&
110 netobj_equal(&item->in_token, &tmp->in_token);
130 struct rsi *item local
149 struct rsi *item = container_of(citem, struct rsi, h); local
287 rsi_lookup(struct rsi *item) argument
536 rsc_lookup(struct rsc *item) argument
[all...]

Completed in 286 milliseconds

<<11121314151617181920>>