Searched refs:nv (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/
H A Dupnpreplyparse.c29 struct NameValue * nv; local
30 nv = malloc(sizeof(struct NameValue));
33 strncpy(nv->name, data->curelt, 64);
34 nv->name[63] = '\0';
35 memcpy(nv->value, datas, l);
36 nv->value[l] = '\0';
37 LIST_INSERT_HEAD( &(data->head), nv, entries);
60 struct NameValue * nv; local
61 while((nv = pdata->head.lh_first) != NULL)
63 LIST_REMOVE(nv, entrie
72 struct NameValue * nv; local
91 struct NameValue * nv; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/
H A Dupnpreplyparse.c48 struct NameValue * nv; local
49 nv = malloc(sizeof(struct NameValue)+l+1);
50 strcpy(nv->name, "rootElement");
51 memcpy(nv->value, name, l);
52 nv->value[l] = '\0';
53 LIST_INSERT_HEAD(&(data->head), nv, entries);
61 struct NameValue * nv; local
64 nv = malloc(sizeof(struct NameValue)+l+1);
65 strncpy(nv->name, data->curelt, 64);
66 nv
92 struct NameValue * nv; local
104 struct NameValue * nv; local
123 struct NameValue * nv; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/
H A Dupnpreplyparse.c27 struct NameValue * nv; local
28 nv = malloc(sizeof(struct NameValue));
29 strcpy(nv->name, "rootElement");
30 memcpy(nv->value, name, l);
31 nv->value[l] = '\0';
32 LIST_INSERT_HEAD( &(data->head), nv, entries);
40 struct NameValue * nv; local
41 nv = malloc(sizeof(struct NameValue));
44 strncpy(nv->name, data->curelt, 64);
45 nv
71 struct NameValue * nv; local
83 struct NameValue * nv; local
102 struct NameValue * nv; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dvolume.h110 #define test_nvol_flag(nv, flag) test_bit(NV_##flag, (nv)->state)
111 #define set_nvol_flag(nv, flag) set_bit(NV_##flag, (nv)->state)
112 #define clear_nvol_flag(nv, flag) clear_bit(NV_##flag, (nv)->state)
114 #define NVolReadOnly(nv) test_nvol_flag(nv, ReadOnly)
115 #define NVolSetReadOnly(nv) set_nvol_flag(nv, ReadOnl
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/extras/volume_id/lib/
H A Dnvidia_raid.c42 struct nvidia_meta *nv; local
55 nv = (struct nvidia_meta *) buf;
56 if (memcmp(nv->vendor, NVIDIA_SIGNATURE, sizeof(NVIDIA_SIGNATURE)-1) != 0)
60 snprintf(id->type_version, sizeof(id->type_version)-1, "%u", le16_to_cpu(nv->version));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/qla2xxx/
H A Dqla_init.c1393 static void qla2xxx_nvram_wwn_from_ofw(scsi_qla_host_t *ha, nvram_t *nv) argument
1403 memcpy(nv->port_name, val, WWN_SIZE);
1407 memcpy(nv->node_name, val, WWN_SIZE);
1432 nvram_t *nv = (nvram_t *)ha->request_ring; local
1455 if (chksum || nv->id[0] != 'I' || nv->id[1] != 'S' ||
1456 nv->id[2] != 'P' || nv->id[3] != ' ' || nv->nvram_version < 1) {
1459 "checksum=0x%x id=%c version=0x%x.\n", chksum, nv
3365 qla24xx_nvram_wwn_from_ofw(scsi_qla_host_t *ha, struct nvram_24xx *nv) argument
3388 struct nvram_24xx *nv; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dqla1280.c618 struct nvram *nv; local
628 nv = &ha->nvram;
637 if (nv->id0 != 'I' || nv->id1 != 'S' ||
638 nv->id2 != 'P' || nv->id3 != ' ' || nv->version < 1) {
651 " version %i\n", nv->id0, nv->id1, nv
1154 struct nvram *nv; local
1223 struct nvram *nv; local
1904 qla1280_print_settings(struct nvram *nv) argument
1956 struct nvram *nv = &ha->nvram; local
1985 struct nvram *nv = &ha->nvram; local
2039 struct nvram *nv = &ha->nvram; local
2097 struct nvram *nv = &ha->nvram; local
2130 struct nvram *nv = &ha->nvram; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/devices/
H A DMakefile14 obj-$(CONFIG_MTD_MS02NV) += ms02-nv.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospfd/
H A Dospf_spf.c150 ospf_spf_has_vertex (struct route_table *rv, struct route_table *nv,
163 rn = route_node_get (nv, &p);
472 struct route_table *nv)
577 if (ospf_spf_has_vertex (rv, nv, w_lsa->data))
647 struct route_table *nv)
659 rn = route_node_get (nv, &p);
880 struct route_table *nv;
903 nv = route_table_init ();
912 ospf_spf_register (v, rv, nv);
921 ospf_spf_next (v, area, candidate, rv, nv);
148 ospf_spf_has_vertex(struct route_table *rv, struct route_table *nv, struct lsa_header *lsa) argument
468 ospf_spf_next(struct vertex *v, struct ospf_area *area, list candidate, struct route_table *rv, struct route_table *nv) argument
644 ospf_spf_register(struct vertex *v, struct route_table *rv, struct route_table *nv) argument
878 struct route_table *nv; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/char/
H A Draw3270.c925 struct raw3270_view *oldview, *nv; local
950 list_for_each_entry(nv, &rp->view_list, list)
951 if (nv != view && nv != oldview) {
952 rp->view = nv;
953 if (nv->fn->activate(nv) == 0)
1074 struct raw3270_view *nv; local
1085 list_for_each_entry(nv, &rp->view_list, list) {
1086 if (nv
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dmetadata_object.c1324 const size_t nv = strlen(field_value); local
1325 entry->length = nn + 1 /*=*/ + nv;
1326 if(0 == (entry->entry = (FLAC__byte*)safe_malloc_add_4op_(nn, /*+*/1, /*+*/nv, /*+*/1)))
1330 memcpy(entry->entry+nn+1, field_value, nv);
1349 const size_t nv = entry.length-nn-1; /* -1 for the '=' */ local
1355 if(0 == (*field_value = (char*)safe_malloc_add_2op_(nv, /*+*/1))) {
1360 memcpy(*field_value, entry.entry+nn+1, nv);
1362 (*field_value)[nv] = '\0';
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/editors/
H A Dawk.c118 var nv[0]; member in struct:nvblock_s
854 if ((g_cb->pos - g_cb->nv) + n <= g_cb->size) break;
862 g_cb->pos = g_cb->nv;
884 if (v < g_cb->nv || v >= g_cb->pos)
900 while (g_cb->prev && g_cb->pos == g_cb->nv) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest.tcl427 ^\t*[e|E]nv[0-9][0-9][0-9].*|

Completed in 281 milliseconds