Searched refs:names (Results 1 - 11 of 11) sorted by relevance

/openwrt/target/linux/generic/files/drivers/mtd/
H A Dmyloader.c32 char names[MYLO_MAX_PARTITIONS][PART_NAME_LEN]; member in struct:part_data
47 char *names; local
114 names = (char *)&mtd_parts[num_parts];
116 strncpy(names, "myloader", PART_NAME_LEN);
117 mtd_part->name = names;
122 names += PART_NAME_LEN;
124 strncpy(names, "partition_table", PART_NAME_LEN);
125 mtd_part->name = names;
130 names += PART_NAME_LEN;
138 if ((buf->names[
[all...]
/openwrt/package/firmware/ixp4xx-microcode/src/
H A DIxNpeMicrocode.h96 const char *names[] = { "IXP425", "IXP465", "unknown" }; local
128 names[field[0] >> 4], (field[0] & 0xf) + 'A',
/openwrt/package/network/utils/resolveip/
H A DMakefile25 can be used by scripts to turn host names into numeric
/openwrt/docs/
H A Dnetwork-scripts.tex12 Some protocols, such as PPP might change the configured interface names
43 # change the interface names if necessary
H A Dconfig.tex99 While it is possible, using unnamed sections through these autogenerated names is
/openwrt/package/network/services/dnsmasq/files/
H A Ddnsmasq.init470 local ip name names record
472 config_get names "$cfg" name "$2"
473 [ -n "$names" ] || return 0
478 for name in $names; do
537 local names addresses record val
539 config_get names "$cfg" name "$2"
540 if [ -z "$names" ]; then
549 for val in $names $addresses; do
/openwrt/target/linux/oxnas/files/drivers/pinctrl/
H A Dpinctrl-oxnas.c1338 char **names; local
1392 names = devm_kzalloc(&pdev->dev, sizeof(char *) * chip->ngpio,
1395 if (!names) {
1401 names[i] = kasprintf(GFP_KERNEL, "MF_%c%d", alias_idx + 'A', i);
1403 chip->names = (const char *const *)names;
/openwrt/package/utils/px5g-standalone/src/polarssl/
H A Dx509.h19 * * Neither the names of PolarSSL or XySSL nor the names of its contributors
378 * \param names a string that can hold (separete with ";"):
396 unsigned char *names,
/openwrt/scripts/
H A Dfeeds768 -n : List of feed names.
769 -s : List of feed names and their URL.
/openwrt/package/utils/px5g-standalone/src/library/
H A Dx509write.c711 static int x509write_parse_names(x509_node *node, unsigned char *names) argument
722 for (sp = names; ; ++sp) {
/openwrt/package/utils/util-linux/
H A DMakefile93 information such as filesystem labels/volume names, partitions, unique

Completed in 70 milliseconds