| /f-stack/freebsd/contrib/openzfs/cmd/dbufstat/ |
| H A D | dbufstat.in | 373 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 D | sparkline.c | 77 if (label) seq->labels++; in sparklineSequenceAddSample() 138 if (seq->labels && row-rows < label_margin_top) { in sparklineRenderRange()
|
| H A D | sparkline.h | 41 int labels; member
|
| /f-stack/app/redis-5.0.5/utils/graphs/commits-over-time/ |
| H A D | genhtml.tcl | 87 foreach l $labels {
|
| /f-stack/freebsd/contrib/openzfs/.github/ISSUE_TEMPLATE/ |
| H A D | feature_request.md | 5 labels: 'Type: Feature'
|
| H A D | bug_report.md | 5 labels: 'Type: Defect, Status: Triage Needed'
|
| /f-stack/dpdk/drivers/net/softnic/ |
| H A D | parser.h | 54 uint32_t *labels, uint32_t *n_labels);
|
| H A D | parser.c | 314 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 D | parser.h | 51 int parse_mpls_labels(char *string, uint32_t *labels, uint32_t *n_labels);
|
| H A D | parser.c | 297 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 D | stale.yml | 7 # 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 D | zpool_reopen.shlib | 18 # Clear labels on the given disks
|
| /f-stack/app/nginx-1.16.1/auto/cc/ |
| H A D | gcc | 105 CPU_OPT="$CPU_OPT -falign-functions=32 -falign-labels=32"
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | zio.h | 581 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 D | armada-8040-mcbin.dtsi | 33 /* Regulator labels correspond with schematics */
|
| /f-stack/freebsd/contrib/dev/ice/ |
| H A D | README | 62 - MPLS (up to 5 consecutive MPLS labels in the outermost Layer 2 header group)
|
| /f-stack/freebsd/contrib/device-tree/src/powerpc/ |
| H A D | mpc832x_mds.dts | 16 * Note that there's a typo in the schematic. The board labels the last column
|
| /f-stack/freebsd/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 4057 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 D | zpool_main.c | 3768 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 D | field-formatting.rst | 233 For padding and labels, the content string is considered the content,
|
| /f-stack/freebsd/contrib/dev/ipw/ |
| H A D | LICENSE | 68 notices and/or any labels from the Software and accompanying materials without
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | packet_framework.rst | 182 …| 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 D | LICENSE | 71 notices and/or any labels from the Software and accompanying materials without
|
| /f-stack/dpdk/drivers/net/ice/base/ |
| H A D | ice_flex_pipe.c | 405 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 D | zio.c | 1361 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()
|