Searched refs:node (Results 1 - 25 of 37) sorted by relevance

12

/netgear-R7800-V1.0.2.28/package/px5g/src/library/
H A Dx509write.c53 static int x509write_realloc_node(x509_node *node, size_t larger);
54 static int x509write_file(x509_node *node, char *path, int format, const char* pem_prolog, const char* pem_epilog);
73 static int asn1_add_len(unsigned int size, x509_node *node) argument
81 *(node->p) = (0x80 | byte) & 0xFF;
82 ++node->p;
86 *(node->p) = (size >> ((i - 1) * 8)) & 0xFF;
87 ++node->p;
93 *(node->p) = size & 0xFF;
95 ++node->p;
105 x509_node *node)
104 asn1_add_obj(unsigned char *value, unsigned int size, int tag, x509_node *node) argument
150 asn1_add_int(signed int value, x509_node *node) argument
204 asn1_add_mpi(mpi *value, int tag, x509_node *node) argument
252 asn1_append_tag(x509_node *node, int tag) argument
307 asn1_append_nodes(x509_node *node, int tag, int anz, ...) argument
362 asn1_add_oid(x509_node *node, unsigned char *oid, size_t len, int tag, int tag_val, unsigned char *value, size_t val_len) argument
395 asn1_add_date_utc(unsigned char *time, x509_node *node) argument
430 x509write_serialize_key(rsa_context *rsa, x509_node *node) argument
468 x509_node node; local
486 x509write_realloc_node(x509_node *node, size_t larger) argument
511 x509write_init_node(x509_node *node) argument
519 x509write_free_node(x509_node *node) argument
553 x509write_file(x509_node *node, char *path, int format, const char* pem_prolog, const char* pem_epilog) argument
614 x509_node n_tmp, n_tmp2, *node; local
683 x509write_add_name(x509_node *node, unsigned char *oid, unsigned int oid_len, unsigned char *value, int len, int value_tag) argument
711 x509write_parse_names(x509_node *node, unsigned char *names) argument
873 x509write_copy_from_raw(x509_node *node, x509_buf *raw) argument
951 x509_node *node = &chain->validity; local
[all...]
/netgear-R7800-V1.0.2.28/package/igmpproxy/src/
H A Dcallout.c120 struct timeOutQueue *ptr, *node, *prev; local
123 /* create a node */
124 node = (struct timeOutQueue *)malloc(sizeof(struct timeOutQueue));
125 if (node == 0) {
129 node->func = action;
130 node->data = data;
131 node->time = delay;
132 node->next = 0;
133 node->id = ++id;
137 /* insert node i
[all...]
/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/arch/ubicom32/mach-common/
H A Dprofile.c45 static struct profilenode *node = NULL; variable in typeref:struct:profilenode
50 if (!node) {
53 node->busy = 1;
54 if (!node->enabled) {
55 node->enabled = 1;
56 node->busy = 0;
60 node->busy = 0;
86 ph.clocks = node->clocks;
88 ph.instruction_count[i] = node->inst_count[i];
91 ph.enabled = node
[all...]
H A Dswitch-core.c82 struct list_head node; member in struct:switch_handler_entry
93 struct list_head node; member in struct:switch_vlan_entry
260 INIT_LIST_HEAD(&she->node);
265 list_add(&she->node, &switch_dev->handlers);
278 printk("Failed to create node '%s' in parent %p\n",
322 sve = list_entry(pos, struct switch_vlan_entry, node);
340 she = list_entry(pos, struct switch_handler_entry, node);
400 list_entry(pos, struct switch_vlan_entry, node);
451 sve = list_entry(pos, struct switch_vlan_entry, node);
504 INIT_LIST_HEAD(&sve->node);
[all...]
H A Dswitch-core.h37 struct list_head node; member in struct:switch_device
/netgear-R7800-V1.0.2.28/package/qca-ssdk/src/src/util/
H A Dutil.c78 aos_printk("\n%s node number = %d\n", info, sll->nd_nr);
94 sll_node_t *node; local
122 node = (sll_node_t *) ((a_uint8_t *) head + sizeof (sll_head_t));
125 node[i].next = head->free_nd;
126 head->free_nd = &(node[i]);
155 sll_node_t *node; local
158 node = sll->fst_nd;
159 while (NULL != node)
161 rslt = sll->nd_cmp(node->data, data);
164 *iterator = (a_uint32_t) node;
209 sll_node_t *node = NULL; local
[all...]
/netgear-R7800-V1.0.2.28/package/dni-libmtd/src/
H A Dlibmtd_legacy.c226 * @node: name of the MTD device node
232 int legacy_get_dev_info(const char *node, struct mtd_dev_info *mtd) argument
240 if (stat(node, &st)) {
241 sys_errmsg("cannot open \"%s\"", node);
250 return errmsg("\"%s\" is not a character device", node);
260 "major %d", node, mtd->major, MTD_DEV_MAJOR);
265 fd = open(node, O_RDONLY);
267 return sys_errmsg("cannot open \"%s\"", node);
293 mtd->mtd_num, node, mt
375 char node[sizeof(MTD_DEV_PATT) + 20]; local
[all...]
H A Dlibmtd_int.h71 * are initializing the library, because this requires an MTD device node.
77 * we actually have a device node and can invoke an ioctl command on it.
100 int legacy_get_dev_info(const char *node, struct mtd_dev_info *mtd);
H A Dlibmtd.h138 * @node: name of the MTD device node
141 * This function gets information about MTD device defined by the @node device
142 * node file and saves this information in the @mtd object. Returns %0 in case
146 int mtd_get_dev_info(libmtd_t desc, const char *node, struct mtd_dev_info *mtd);
163 * @fd: MTD device node file descriptor
175 * @fd: MTD device node file descriptor
187 * @fd: MTD device node file descriptor
197 * @fd: MTD device node file descriptor
211 * @fd: MTD device node fil
[all...]
H A Dlibmtd.c422 * dev_node2num - find UBI device number by its character device node.
424 * @node: name of the MTD device node
429 static int dev_node2num(struct libmtd *lib, const char *node, int *mtd_num) argument
435 if (stat(node, &st))
436 return sys_errmsg("cannot get information about \"%s\"", node);
439 errmsg("\"%s\" is not a character device", node);
783 int mtd_get_dev_info(libmtd_t desc, const char *node, struct mtd_dev_info *mtd) argument
789 return legacy_get_dev_info(node, mtd);
792 if (dev_node2num(lib, node,
1378 mtd_probe_node(libmtd_t desc, const char *node) argument
[all...]
/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/arch/ubicom32/kernel/
H A Dos_node.c41 struct devtree_node node; member in struct:os_node
64 .node = {
/netgear-R7800-V1.0.2.28/package/qca-nss-crypto/src/src/
H A Dnss_crypto_if.c44 * internal structure for a buffer node
47 struct llist_node node; /* lockless node */ member in struct:nss_crypto_buf_node
55 struct list_head node; /* user list */ member in struct:nss_crypto_user
117 llist_add(&entry->node, &user->pool_head);
121 list_add_tail(&user->node, &user_head);
133 struct llist_node *node; local
150 node = llist_del_first(&user->pool_head);
151 entry = container_of(node, struct nss_crypto_buf_node, node);
181 struct llist_node *node; local
[all...]
/netgear-R7800-V1.0.2.28/package/qca-nss-clients/src/profiler/
H A Dprofile.c53 * profilenode.h specifies the driver node communication between NetAP and the profile driver. (two versions)
325 static struct profile_io *node[NSS_MAX_CORES]; variable in typeref:struct:profile_io
338 pn = node[n];
524 struct profile_io *pio = node[0];
564 struct profile_io *pn = node[0];
733 static void profile_init(struct profile_io *node) argument
737 memset(&node->pnc, 0, sizeof(node->pnc));
738 node->ccl_read = 0;
739 node
[all...]
/netgear-R7800-V1.0.2.28/package/mtd/src/
H A Djffs2.c252 struct jffs2_unknown_node *node = (struct jffs2_unknown_node *) buf; local
256 node = (struct jffs2_unknown_node *) (buf + ofs);
257 if (node->magic != 0x1985)
260 ofs += PAD(node->totlen);
261 if (node->nodetype == JFFS2_NODETYPE_DIRENT) {
262 struct jffs2_raw_dirent *de = (struct jffs2_raw_dirent *) node;
300 struct jffs2_unknown_node *node = (struct jffs2_unknown_node *) buf; local
308 if (node->magic == 0x8519) {
315 if (node->magic != 0x1985)
/netgear-R7800-V1.0.2.28/package/sbmacouid/
H A DMakefile31 Streamboost 2.0 node management daemon
/netgear-R7800-V1.0.2.28/package/sbnoded/
H A DMakefile30 Streamboost 2.0 node management daemon
/netgear-R7800-V1.0.2.28/tools/wrt350nv2-builder/src/
H A Dupgrade.h64 void dl_GetAddr(unsigned char *node);
/netgear-R7800-V1.0.2.28/package/px5g/src/
H A Dpx5g.c80 x509_node node; local
143 x509write_init_node(&node);
/netgear-R7800-V1.0.2.28/package/sbnamed/
H A DMakefile37 sbnamed updates node names based on dhcp leases.
/netgear-R7800-V1.0.2.28/package/leash/
H A DMakefile14 TITLE:=Filter to read node data from DHCP, ARP table and WiFi table
/netgear-R7800-V1.0.2.28/package/nodedetectd/
H A DMakefile37 Nodedetectd computes node types using characteristics sensed by other daemons.
/netgear-R7800-V1.0.2.28/target/linux/generic/files/drivers/net/phy/
H A Drtl8366_smi.c831 struct dentry *node; local
844 node = debugfs_create_x16("reg", S_IRUGO | S_IWUSR, root,
846 if (!node) {
852 node = debugfs_create_file("val", S_IRUGO | S_IWUSR, root, smi,
854 if (!node) {
860 node = debugfs_create_file("vlan_mc", S_IRUSR, root, smi,
862 if (!node) {
868 node = debugfs_create_u8("vlan_4k_page", S_IRUGO | S_IWUSR, root,
870 if (!node) {
876 node
[all...]
/netgear-R7800-V1.0.2.28/package/qca-ssdk/src/app/nathelper/linux/lib/
H A Dnat_helper_dt.c122 struct napt_ct *entry = 0,*last = 0,*node = 0; local
163 node = &(hash[index]);
164 node->ct_addr = ct_addr;
165 node->ct_packets = 0;
166 node->in_hw = 0;
167 node->hw_index = 0;
168 node->deny = 0;
172 head->next = node;
176 last->next = node;
180 return node;
[all...]
/netgear-R7800-V1.0.2.28/package/fast-classifier/src/
H A Dfast-classifier.c409 struct hlist_node *node; local
411 hash_for_each_possible(fc_conn_ht, conn, node, hl, key) {
549 struct hlist_node *node; local
667 hash_for_each_possible(fc_conn_ht, conn, node, hl, key) {
881 struct hlist_node *node; local
885 hash_for_each_possible(fc_conn_ht, conn, node, hl, key) {
926 struct hlist_node *node; local
1024 hash_for_each_possible(fc_conn_ht, conn, node, hl, key) {
1287 struct hlist_node *node; local
1299 hash_for_each(fc_conn_ht, i, node, con
[all...]
/netgear-R7800-V1.0.2.28/package/qca-nss-ecm/src/
H A Decm_db.h27 void ecm_db_traverse_node_from_connection_list_and_decelerate(struct ecm_db_node_instance *node);
28 void ecm_db_traverse_node_to_connection_list_and_decelerate(struct ecm_db_node_instance *node);
29 void ecm_db_traverse_node_from_nat_connection_list_and_decelerate(struct ecm_db_node_instance *node);
30 void ecm_db_traverse_node_to_nat_connection_list_and_decelerate(struct ecm_db_node_instance *node);

Completed in 212 milliseconds

12