Home
last modified time | relevance | path

Searched refs:labels (Results 1 – 25 of 28) sorted by relevance

12

/f-stack/freebsd/contrib/openzfs/cmd/dbufstat/
H A Ddbufstat.in373 def parse_line(line, labels):
382 val = line[labels[col]]
397 pool = line[labels['pool']]
398 objset = line[labels['objset']]
399 key = line[labels[k]]
463 labels = dict()
472 labels[v] = i
482 labels = dict()
491 labels[v] = i
501 labels = dict()
[all …]
/f-stack/app/redis-5.0.5/src/
H A Dsparkline.c77 if (label) seq->labels++; in sparklineSequenceAddSample()
138 if (seq->labels && row-rows < label_margin_top) { in sparklineRenderRange()
H A Dsparkline.h41 int labels; member
/f-stack/app/redis-5.0.5/utils/graphs/commits-over-time/
H A Dgenhtml.tcl87 foreach l $labels {
/f-stack/freebsd/contrib/openzfs/.github/ISSUE_TEMPLATE/
H A Dfeature_request.md5 labels: 'Type: Feature'
H A Dbug_report.md5 labels: 'Type: Defect, Status: Triage Needed'
/f-stack/dpdk/drivers/net/softnic/
H A Dparser.h54 uint32_t *labels, uint32_t *n_labels);
H A Dparser.c314 softnic_parse_mpls_labels(char *string, uint32_t *labels, uint32_t *n_labels) in softnic_parse_mpls_labels() argument
344 labels[count++] = (uint32_t)value; in softnic_parse_mpls_labels()
/f-stack/dpdk/examples/ip_pipeline/
H A Dparser.h51 int parse_mpls_labels(char *string, uint32_t *labels, uint32_t *n_labels);
H A Dparser.c297 parse_mpls_labels(char *string, uint32_t *labels, uint32_t *n_labels) in parse_mpls_labels() argument
327 labels[count++] = (uint32_t) value; in parse_mpls_labels()
/f-stack/freebsd/contrib/openzfs/.github/
H A Dstale.yml7 # Issues with these labels will never be considered stale
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_reopen/
H A Dzpool_reopen.shlib18 # Clear labels on the given disks
/f-stack/app/nginx-1.16.1/auto/cc/
H A Dgcc105 CPU_OPT="$CPU_OPT -falign-functions=32 -falign-labels=32"
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzio.h581 enum zio_flag flags, boolean_t labels);
586 enum zio_flag flags, boolean_t labels);
/f-stack/freebsd/contrib/device-tree/src/arm64/marvell/
H A Darmada-8040-mcbin.dtsi33 /* Regulator labels correspond with schematics */
/f-stack/freebsd/contrib/dev/ice/
H A DREADME62 - MPLS (up to 5 consecutive MPLS labels in the outermost Layer 2 header group)
/f-stack/freebsd/contrib/device-tree/src/powerpc/
H A Dmpc832x_mds.dts16 * Note that there's a typo in the schematic. The board labels the last column
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb.c4057 boolean_t labels[VDEV_LABELS]; member
4085 rec->labels[l] = B_TRUE; in cksum_record_alloc()
4106 rec->labels[l] = B_TRUE; in cksum_record_insert()
4119 if (rec->labels[i]) in first_label()
4130 if (rec->labels[i] == B_TRUE) in print_label_numbers()
4591 zdb_label_t labels[VDEV_LABELS]; in dump_label() local
4602 bzero(labels, sizeof (labels)); in dump_label()
4657 zdb_label_t *label = &labels[l]; in dump_label()
4729 zdb_label_t *label = &labels[l]; in dump_label()
/f-stack/freebsd/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c3768 label_array_len(const name_and_columns_t *labels) in label_array_len() argument
3772 while (labels[i].name) in label_array_len()
3834 const name_and_columns_t labels[][IOSTAT_MAX_LABELS]) in print_iostat_labels()
3848 for (i = 0; i < label_array_len(labels[idx]); i++) { in print_iostat_labels()
3849 const char *name = labels[idx][i].name; in print_iostat_labels()
3855 unsigned int columns = MAX(1, labels[idx][i].columns); in print_iostat_labels()
3958 const name_and_columns_t *labels; in print_iostat_dashes() local
3990 labels = iostat_bottom_labels[idx]; in print_iostat_dashes()
3991 for (i = 0; i < label_array_len(labels); i++) { in print_iostat_dashes()
/f-stack/tools/libxo/doc/
H A Dfield-formatting.rst233 For padding and labels, the content string is considered the content,
/f-stack/freebsd/contrib/dev/ipw/
H A DLICENSE68 notices and/or any labels from the Software and accompanying materials without
/f-stack/dpdk/doc/guides/prog_guide/
H A Dpacket_framework.rst182 …| 3 | Access Control List (ACLs) | Lookup key is 7-tuple of two VLAN/MPLS labels, IP destination a…
186 …| | | masks for the VLAN/MPLS labels, IP prefix for IP destination ad…
1073 …| 4 | Push/pop labels | Push/pop VLAN/MPLS labels to/from the current packet. …
/f-stack/freebsd/contrib/dev/iwi/
H A DLICENSE71 notices and/or any labels from the Software and accompanying materials without
/f-stack/dpdk/drivers/net/ice/base/
H A Dice_flex_pipe.c405 struct ice_label_section *labels; in ice_label_enum_handler() local
416 labels = (struct ice_label_section *)section; in ice_label_enum_handler()
417 if (index >= LE16_TO_CPU(labels->count)) in ice_label_enum_handler()
420 return labels->label + index; in ice_label_enum_handler()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzio.c1361 zio_priority_t priority, enum zio_flag flags, boolean_t labels) in zio_read_phys() argument
1366 ASSERT(!labels || offset + size <= VDEV_LABEL_START_SIZE || in zio_read_phys()
1382 zio_priority_t priority, enum zio_flag flags, boolean_t labels) in zio_write_phys() argument
1387 ASSERT(!labels || offset + size <= VDEV_LABEL_START_SIZE || in zio_write_phys()

12