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

12

/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
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
93 struct NameValue * nv; local
105 struct NameValue * nv; local
124 struct NameValue * nv; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/third-party/miniupnp/
H A Dupnpreplyparse.c29 struct NameValue * nv; local
46 nv = malloc(sizeof(struct NameValue));
49 strncpy(nv->name, data->curelt, 64);
50 nv->name[63] = '\0';
51 memcpy(nv->value, datas, l);
52 nv->value[l] = '\0';
53 LIST_INSERT_HEAD( &(data->head), nv, entries);
79 struct NameValue * nv; local
86 while((nv = pdata->head.lh_first) != NULL)
88 LIST_REMOVE(nv, entrie
97 struct NameValue * nv; local
141 struct NameValue * nv; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dtool_setopt.c246 const NameValue *nv = NULL; local
247 for(nv=nvlist; nv->name; nv++) {
248 if(nv->value == lval) break; /* found it */
250 if(! nv->name) {
257 CODE2("curl_easy_setopt(hnd, %s, (long)%s);", name, nv->name);
281 const NameValue *nv = NULL; local
284 for(nv=nvlist; nv
324 const NameValueUnsigned *nv = NULL; local
485 const NameValue *nv = NULL; local
[all...]
H A Dtool_setopt.h76 const NameValue *nv, long lval);
79 const NameValue *nv, long lval);
82 const NameValueUnsigned *nv, long lval);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dxt_DSCP.c79 u_int8_t orig, nv; local
82 nv = (orig & ~info->tos_mask) ^ info->tos_value;
84 if (orig != nv) {
88 ipv4_change_dsfield(iph, 0, nv);
99 u_int8_t orig, nv; local
102 nv = (orig & info->tos_mask) ^ info->tos_value;
104 if (orig != nv) {
108 ipv6_change_dsfield(iph, 0, nv);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla2xxx/
H A Dqla_init.c2122 static void qla2xxx_nvram_wwn_from_ofw(scsi_qla_host_t *vha, nvram_t *nv) argument
2133 memcpy(nv->port_name, val, WWN_SIZE);
2137 memcpy(nv->node_name, val, WWN_SIZE);
2163 nvram_t *nv = ha->nvram; local
2182 DEBUG5(qla2x00_dump_buffer((uint8_t *)nv, ha->nvram_size));
2185 if (chksum || nv->id[0] != 'I' || nv->id[1] != 'S' ||
2186 nv->id[2] != 'P' || nv->id[3] != ' ' || nv
4202 qla24xx_nvram_wwn_from_ofw(scsi_qla_host_t *vha, struct nvram_24xx *nv) argument
4227 struct nvram_24xx *nv; local
4985 struct nvram_81xx *nv; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dqla1280.c619 struct nvram *nv; local
629 nv = &ha->nvram;
638 if (nv->id0 != 'I' || nv->id1 != 'S' ||
639 nv->id2 != 'P' || nv->id3 != ' ' || nv->version < 1) {
652 " version %i\n", nv->id0, nv->id1, nv
1153 struct nvram *nv; local
1222 struct nvram *nv; local
1972 qla1280_print_settings(struct nvram *nv) argument
2024 struct nvram *nv = &ha->nvram; local
2053 struct nvram *nv = &ha->nvram; local
2107 struct nvram *nv = &ha->nvram; local
2165 struct nvram *nv = &ha->nvram; local
2198 struct nvram *nv = &ha->nvram; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/devices/
H A DMakefile13 obj-$(CONFIG_MTD_MS02NV) += ms02-nv.o
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/netkit-ftp-0.18-pre1/ftp/
H A Dglob.c706 char **nv = malloc((blklen(v) + 1) * sizeof(char **)); local
707 if (nv == NULL) fatal("Out of memory");
710 nv[i] = v[i].text;
713 nv[i] = NULL;
715 return nv;
723 char **nv = malloc((cblklen(v) + 1) * sizeof(char **)); local
724 if (nv == NULL) fatal("Out of memory");
727 nv[i] = strdup(v[i].text);
729 nv[i] = NULL;
731 return nv;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/mouse/
H A Dsentelic.c193 int v, nv; local
199 nv = v | FSP_BIT_EN_REG_CLK;
201 nv = v & ~FSP_BIT_EN_REG_CLK;
204 if (nv != v)
205 if (fsp_reg_write(psmouse, FSP_REG_SYSCTL1, nv) == -1)
323 int v, nv; local
332 nv = v | FSP_BIT_EN_OPC_TAG;
334 nv = v & ~FSP_BIT_EN_OPC_TAG;
337 if (nv != v) {
339 res = fsp_reg_write(psmouse, FSP_REG_OPC_QDOWN, nv);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dperf_event.c255 unsigned long mask, value, nv; local
279 nv = (value | cpuhw->avalues[i][0]) +
281 if ((((nv + tadd) ^ value) & mask) != 0 ||
282 (((nv + tadd) ^ cpuhw->avalues[i][0]) &
285 value = nv;
307 value = mask = nv = 0;
320 nv = (value | cpuhw->avalues[i][j]) +
322 if ((((nv + tadd) ^ value) & mask) == 0 &&
323 (((nv + tadd) ^ cpuhw->avalues[i][j])
345 value = nv;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/char/
H A Draw3270.c888 struct raw3270_view *oldview, *nv; local
915 list_for_each_entry(nv, &rp->view_list, list)
916 if (nv != view && nv != oldview) {
917 rp->view = nv;
918 if (nv->fn->activate(nv) == 0)
1040 struct raw3270_view *nv; local
1052 list_for_each_entry(nv, &rp->view_list, list) {
1053 if (nv
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-stat.c213 size_t res, nv; local
219 nv = scale ? 3 : 1;
226 single_count, nv * sizeof(u64));
227 assert(res == nv * sizeof(u64));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/unicase/
H A Dlocale-languages.h329 char stringpool_str303[sizeof("nv")];
592 "nv",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dlparser.c1140 struct LHS_assign nv; local
1141 nv.prev = lh;
1142 suffixedexp(ls, &nv.v);
1143 if (nv.v.k != VINDEXED)
1144 check_conflict(ls, lh, &nv.v);
1147 assignment(ls, &nv, nvars+1);
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nilfs2/
H A Dsegment.c730 unsigned nv = 0; local
747 ivec[nv++] = ii;
748 if (nv == SC_N_INODEVEC)
753 for (pii = ivec; nv > 0; pii++, nv--)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnouveau_drv.h667 struct drm_nouveau_private *nv = dev->dev_private; \
673 (ch) = nv->fifos[(id)]; \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/pvrusb2/
H A Dpvrusb2-hdw.c5216 unsigned int nv,m,idx; local
5219 nv = hdw->input_allowed_mask & ~change_mask;
5220 nv |= (change_val & change_mask);
5221 nv &= hdw->input_avail_mask;
5222 if (!nv) {
5227 hdw->input_allowed_mask = nv;
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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 645 milliseconds

12