| /f-stack/dpdk/buildtools/ |
| H A D | map-list-symbol.sh | 5 section=all 12 [ $section = 'all' ] || { 16 section=$OPTARG 41 if ("'$section'" == "all" && "'$symbol'" == "all") { 48 if ("'$section'" == "all" || $1 == "'$section'") {
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/vdev_zaps/ |
| H A D | vdev_zaps.kshlib | 22 typeset dsk_line next_vd_line conf section 34 section=$(cat "$conf" | sed "1,${dsk_line}d" | head -n \ 38 section=$(tail -n +$dsk_line "$conf") 40 echo "$section" 45 typeset section=$(get_conf_section "$1" "$2") 46 echo "$section" | egrep \ 52 typeset section=$(get_conf_section "$1" "$2") 53 echo "$section" | egrep \
|
| /f-stack/dpdk/lib/librte_eal/include/ |
| H A D | rte_compat.h | 13 section(".text.experimental"))) 18 __attribute__((section(".text.experimental"))) 26 section(".text.internal"))) 31 __attribute__((section(".text.internal")))
|
| /f-stack/lib/ |
| H A D | ff_config.c | 168 if (strcmp(section, "boot") == 0) { in freebsd_conf_handler() 173 } else if (strcmp(section, "sysctl") == 0) { in freebsd_conf_handler() 475 int ret = sscanf(section, "port%d", &portid); in port_cfg_handler() 489 cur->name = strdup(section); in port_cfg_handler() 555 int ret = sscanf(section, "vdev%d", &vdevid); in vdev_cfg_handler() 569 cur->name = strdup(section); in vdev_cfg_handler() 609 int ret = sscanf(section, "bond%d", &bondid); in bond_cfg_handler() 623 cur->name = strdup(section); in bond_cfg_handler() 656 printf("[%s]: %s=%s\n", section, name, value); in ini_parse_handler() 720 } else if (strncmp(section, "port", 4) == 0) { in ini_parse_handler() [all …]
|
| H A D | ff_ini_parser.c | 82 char section[MAX_SECTION] = ""; in ini_parse_stream() local 121 if (!handler(user, section, prev_name, start) && !error) in ini_parse_stream() 130 strncpy0(section, start + 1, sizeof(section)); in ini_parse_stream() 155 if (!handler(user, section, name, value) && !error) in ini_parse_stream()
|
| /f-stack/dpdk/usertools/ |
| H A D | dpdk-pmdinfo.py | 268 if section is None: 273 return section 327 if section is None: 330 data = section.data() 353 def find_librte_eal(self, section): argument 354 for tag in section.iter_tags(): 366 section = self._section_from_spec(".dynamic") 368 eallib = self.find_librte_eal(section) 373 dtr = self.get_dt_runpath(section) 391 if section is None: [all …]
|
| /f-stack/freebsd/contrib/ck/include/ |
| H A D | ck_epoch.h | 126 ck_epoch_begin(ck_epoch_record_t *record, ck_epoch_section_t *section) in ck_epoch_begin() argument 163 if (section != NULL) in ck_epoch_begin() 164 _ck_epoch_addref(record, section); in ck_epoch_begin() 174 ck_epoch_end(ck_epoch_record_t *record, ck_epoch_section_t *section) in ck_epoch_end() argument 180 if (section != NULL) in ck_epoch_end() 181 return _ck_epoch_delref(record, section); in ck_epoch_end()
|
| /f-stack/freebsd/contrib/openzfs/cmd/arc_summary/ |
| H A D | arc_summary3 | 96 def load_kstats(section): 97 base = 'kstat.zfs.misc.{section}.'.format(section=section) 133 def load_kstats(section): 409 for section in SECTION_PATHS.values(): 410 if section not in result: 411 result[section] = load_kstats(section) 462 for section in sections: 465 lines = sorted(kstats_dict[section]) 928 elif ARGS.section: 959 for section in calls: [all …]
|
| /f-stack/dpdk/lib/librte_cfgfile/ |
| H A D | rte_cfgfile.c | 103 _add_entry(struct rte_cfgfile_section *section, const char *entryname, in _add_entry() argument 107 if (section->num_entries == section->allocated_entries) { in _add_entry() 109 section->entries, in _add_entry() 111 ((section->allocated_entries) + in _add_entry() 117 section->entries = n_entries; in _add_entry() 118 section->allocated_entries += CFG_ALLOC_ENTRY_BATCH; in _add_entry() 122 §ion->entries[section->num_entries]; in _add_entry() 126 section->num_entries++; in _add_entry()
|
| /f-stack/dpdk/app/test/test_cfgfiles/etc/ |
| H A D | sample1.ini | 4 ; this is section 1 8 ; this is section 2
|
| H A D | sample2.ini | 4 # this is section 1 8 # this is section 2
|
| /f-stack/freebsd/arm/include/ |
| H A D | asmacros.h | 43 #define ELFNOTE(section, type, vendor, desctype, descdata...) \ argument 44 .pushsection section ; \
|
| /f-stack/freebsd/contrib/device-tree/Bindings/sound/ |
| H A D | cirrus,cs42l51.yaml | 33 description: phandle to voltage regulator of digital interface section 36 description: phandle to voltage regulator of digital internal section 39 description: phandle to voltage regulator of analog internal section
|
| /f-stack/freebsd/i386/linux/ |
| H A D | linux_locore.asm | 52 .section .note.Linux, "a",@note 78 .section .eh_frame,"a",@progbits 120 .section .eh_frame,"a",@progbits
|
| /f-stack/freebsd/amd64/linux32/ |
| H A D | linux32_locore.asm | 59 .section .note.Linux, "a",@note 85 .section .eh_frame,"a",@progbits 127 .section .eh_frame,"a",@progbits
|
| /f-stack/dpdk/lib/librte_bpf/ |
| H A D | bpf_load_elf.c | 135 find_elf_code(Elf *elf, const char *section, Elf_Data **psd, size_t *pidx) in find_elf_code() argument 148 __func__, elf, section, rc, elf_errmsg(rc)); in find_elf_code() 160 if (sn != NULL && strcmp(section, sn) == 0 && in find_elf_code() 171 __func__, elf, section, rc, elf_errmsg(rc)); in find_elf_code() 267 bpf_load_elf(const struct rte_bpf_prm *prm, int32_t fd, const char *section) in bpf_load_elf() argument 279 rc = find_elf_code(elf, section, &sd, &sidx); in bpf_load_elf()
|
| /f-stack/dpdk/doc/guides/ |
| H A D | conf.py | 158 def generate_overview_table(output_filename, table_id, section, table_name, title): argument 175 default_features = config.items(section) 221 if not config.has_section(section): 224 section), 231 for name, value in config.items(section):
|
| /f-stack/dpdk/doc/guides/rel_notes/ |
| H A D | release_16_11.rst | 25 .. This section should contain new features added in this release. Sample format: 40 This section is a comment. Make sure to start the actual text at the margin. 70 the ``RTE_VHOST_USER_DEQUEUE_ZERO_COPY`` flag is set. Check the VHost section 167 * **code/section Fixed issue in the past tense with a full stop.** 170 The title should contain the code/lib section like a commit message. 173 This section is a comment. Make sure to start the actual text at the margin. 190 .. This section should contain new known issues in this release. Sample format: 197 This section is a comment. Make sure to start the actual text at the margin. 226 .. This section should contain API changes. Sample format: 231 This section is a comment. Make sure to start the actual text at the margin. [all …]
|
| /f-stack/freebsd/amd64/linux/ |
| H A D | linux_locore.asm | 63 .section .note.Linux, "a",@note 79 .section .eh_frame,"a",@progbits
|
| /f-stack/dpdk/examples/performance-thread/common/ |
| H A D | lthread_api.h | 535 __typeof__(type)__attribute((section("per_lt"))) per_lt_##name 541 extern __typeof__(type)__attribute((section("per_lt"))) per_lt_##name
|
| /f-stack/freebsd/contrib/device-tree/Bindings/usb/ |
| H A D | samsung-hsotg.txt | 23 - vusb_d-supply: phandle to voltage regulator of digital section, 24 - vusb_a-supply: phandle to voltage regulator of analog section.
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-shared-linux-o32.ld | 54 * binary is the addition of the ".cvmx_shared" memory section. This script 143 could instead move the label definition inside the section, but 144 the linker would then create the section even if it turns out to 179 /* We don't want to include the .ctor section from 181 The .ctor section from the crtend file contains the 233 /* Align here to ensure that the .bss section occupies space up to 235 .bss section disappears because there are no input sections. */ 253 of the section so we begin them at 0. */
|
| H A D | cvmx-shared-linux-n32.ld | 54 * binary is the addition of the ".cvmx_shared" memory section. This script 189 /* We don't want to include the .ctor section from 191 The .ctor section from the crtend file contains the 255 /* Align here to ensure that the .bss section occupies space up to 257 .bss section disappears because there are no input sections. 258 FIXME: Why do we need it? When there is no .bss section, we don't 259 pad the .data section. */ 277 of the section so we begin them at 0. */
|
| H A D | cvmx-shared-linux.ld | 54 * binary is the addition of the ".cvmx_shared" memory section. This script 188 /* We don't want to include the .ctor section from 190 The .ctor section from the crtend file contains the 254 /* Align here to ensure that the .bss section occupies space up to 256 .bss section disappears because there are no input sections. 257 FIXME: Why do we need it? When there is no .bss section, we don't 258 pad the .data section. */ 276 of the section so we begin them at 0. */
|
| /f-stack/freebsd/contrib/ck/src/ |
| H A D | ck_epoch.c | 152 struct ck_epoch_section *section) in CK_STACK_CONTAINER() 155 unsigned int i = section->bucket; in CK_STACK_CONTAINER() 187 struct ck_epoch_section *section) in _ck_epoch_addref() argument 224 section->bucket = i; in _ck_epoch_addref()
|