| /f-stack/freebsd/contrib/openzfs/cmd/arcstat/ |
| H A D | arcstat.in | 272 fmt = lambda col: prettynum(cols[col][0], cols[col][1], v[col]) 274 fmt = lambda col: v[col] 276 sys.stdout.write(sep.join(fmt(col) for col in hdr)) 287 fmt = lambda col: "%*s" % (cols[col][0], col) 289 fmt = lambda col: col 291 sys.stdout.write(sep.join(fmt(col) for col in hdr)) 425 hdr = [col for col in cols.keys() if not col.startswith("l2")]
|
| /f-stack/freebsd/contrib/openzfs/cmd/zfs/ |
| H A D | zfs_iter.c | 175 zfs_sort_column_t *col; in zfs_add_sort_column() local 184 col->sc_prop = prop; in zfs_add_sort_column() 185 col->sc_reverse = reverse; in zfs_add_sort_column() 188 (void) strcpy(col->sc_user_prop, name); in zfs_add_sort_column() 192 col->sc_last = col; in zfs_add_sort_column() 193 *sc = col; in zfs_add_sort_column() 195 (*sc)->sc_last->sc_next = col; in zfs_add_sort_column() 196 (*sc)->sc_last = col; in zfs_add_sort_column() 205 zfs_sort_column_t *col; in zfs_free_sort_columns() local 208 col = sc->sc_next; in zfs_free_sort_columns() [all …]
|
| /f-stack/freebsd/contrib/openzfs/cmd/dbufstat/ |
| H A D | dbufstat.in | 230 for col in hdr: 232 prettynum(cols[col][0], cols[col][1], v[col]), sep)) 244 for col in hdr: 245 sys.stdout.write("%*s%s" % (cols[col][0], col, sep)) 378 for col in hdr: 382 val = line[labels[col]] 384 if col in ['pool', 'flags']: 385 new[col] = str(val) 386 elif col in ['dtype', 'btype']: 388 elif col in ['l2_comp']: [all …]
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | gicv3_its.c | 175 struct its_col *col; member 180 struct its_col *col; member 184 struct its_col *col; member 190 struct its_col *col; member 197 struct its_col *col; member 208 struct its_col *col; member 1803 desc.cmd_desc_movi.col = col; in its_cmd_movi() 1815 desc.cmd_desc_mapc.col = col; in its_cmd_mapc() 1840 desc.cmd_desc_mapvi.col = col; in its_cmd_mapti() 1876 desc.cmd_desc_inv.col = col; in its_cmd_inv() [all …]
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | emitter.h | 69 emitter_col_init(emitter_col_t *col, emitter_row_t *row) { in emitter_col_init() argument 70 ql_elm_new(col, link); in emitter_col_init() 71 ql_tail_insert(&row->cols, col, link); in emitter_col_init() 427 emitter_col_t *col; in emitter_table_row() local 428 ql_foreach(col, &row->cols, link) { in emitter_table_row() 429 emitter_print_value(emitter, col->justify, col->width, in emitter_table_row() 430 col->type, (const void *)&col->bool_val); in emitter_table_row()
|
| /f-stack/freebsd/contrib/device-tree/include/dt-bindings/input/ |
| H A D | input.h | 15 #define MATRIX_KEY(row, col, code) \ argument 16 ((((row) & 0xFF) << 24) | (((col) & 0xFF) << 16) | ((code) & 0xFFFF))
|
| /f-stack/freebsd/contrib/device-tree/Bindings/input/ |
| H A D | gpio-matrix-keypad.txt | 14 - col-gpios: List of gpios used as column lines. The gpio specifier 25 - col-scan-delay-us: delay, measured in microseconds, that is needed 34 col-scan-delay-us = <2>; 40 col-gpios = <&gpio2 21 0
|
| H A D | nvidia,tegra20-kbc.txt | 12 - nvidia,kbc-col-pins: The KBC pins which are configured as column. This is an 47 nvidia,kbc-col-pins = <11 12 13>; /* pin 11, 12, 13 as columns */
|
| H A D | brcm,bcm-keypad.txt | 29 - col-debounce-filter-period: The debounce period for the Column filter. 102 col-debounce-filter-period = <5>;
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/ |
| H A D | stats_print.c | 29 size_t col; member 38 size_t col; member 44 size_t pos, size_t len, size_t line, size_t col) { in token_init() argument 50 token->col = col; in token_init() 63 token->line, token->col); in token_error() 67 token->col); in token_error() 82 parser->col = 0; in parser_init() 149 token_col = parser->col; in parser_tokenize() 655 parser->col = 0; in parser_tokenize() 657 parser->col++; in parser_tokenize()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zpool/zpool.d/ |
| H A D | iostat | 67 for col in $cols ; do 76 echo "$col=$val"
|
| /f-stack/freebsd/arm/ti/am335x/ |
| H A D | am335x_lcd_syscons.c | 267 int row, col; in am335x_rend_draw_cursor() local 284 col = (off % adp->va_info.vi_width) * adp->va_info.vi_cwidth; in am335x_rend_draw_cursor() 288 + (sc->depth/8) * (col + sc->xmargin); in am335x_rend_draw_cursor() 532 am335x_syscons_read_hw_cursor(video_adapter_t *adp, int *col, int *row) in am335x_syscons_read_hw_cursor() argument 534 *col = *row = 0; in am335x_syscons_read_hw_cursor() 540 am335x_syscons_set_hw_cursor(video_adapter_t *adp, int col, int row) in am335x_syscons_set_hw_cursor() argument 675 int col; in am335x_syscons_putc() local 688 col = (off % adp->va_info.vi_width) * adp->va_info.vi_cwidth; in am335x_syscons_putc() 692 + (sc->depth/8) * (col + sc->xmargin); in am335x_syscons_putc()
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | imx28-tx28.dts | 191 col-gpios = < 206 0x00010052 /* row 0, col 1, KEY_KP0 */ 207 0x0002004f /* row 0, col 2, KEY_KP1 */ 208 0x00030050 /* row 0, col 3, KEY_KP2 */ 209 0x01000051 /* row 1, col 0, KEY_KP3 */ 210 0x0101004b /* row 1, col 1, KEY_KP4 */ 211 0x0102004c /* row 1, col 2, KEY_KP5 */ 212 0x0103004d /* row 1, col 3, KEY_KP6 */ 213 0x02000047 /* row 2, col 0, KEY_KP7 */ 214 0x02010048 /* row 2, col 1, KEY_KP8 */ [all …]
|
| H A D | s5pv210-pinctrl.dtsi | 526 keypad_col0: keypad-col-0 { 533 keypad_col1: keypad-col-1 { 540 keypad_col2: keypad-col-2 { 547 keypad_col3: keypad-col-3 { 554 keypad_col4: keypad-col-4 { 561 keypad_col5: keypad-col-5 { 568 keypad_col6: keypad-col-6 { 575 keypad_col7: keypad-col-7 {
|
| /f-stack/freebsd/arm/versatile/ |
| H A D | versatile_clcd.c | 515 int row, col; in clcdr_draw_cursor() local 532 col = (off % adp->va_info.vi_width) * adp->va_info.vi_cwidth; in clcdr_draw_cursor() 536 + (sc->depth/8) * (col + sc->xmargin); in clcdr_draw_cursor() 730 versatilefb_read_hw_cursor(video_adapter_t *adp, int *col, int *row) in versatilefb_read_hw_cursor() argument 732 *col = *row = 0; in versatilefb_read_hw_cursor() 738 versatilefb_set_hw_cursor(video_adapter_t *adp, int col, int row) in versatilefb_set_hw_cursor() argument 853 int col; in versatilefb_putc() local 869 col = (off % adp->va_info.vi_width) * adp->va_info.vi_cwidth; in versatilefb_putc() 873 + (sc->depth/8) * (col + sc->xmargin); in versatilefb_putc()
|
| /f-stack/freebsd/arm/broadcom/bcm2835/ |
| H A D | bcm2835_fb.c | 350 int bytes, col, i, j, row; in bcmrend_draw_cursor() local 369 col = (off % adp->va_info.vi_width) * adp->va_info.vi_cwidth; in bcmrend_draw_cursor() 373 + (sc->depth/8) * (col + sc->xmargin); in bcmrend_draw_cursor() 624 bcmfb_read_hw_cursor(video_adapter_t *adp, int *col, int *row) in bcmfb_read_hw_cursor() argument 626 *col = *row = 0; in bcmfb_read_hw_cursor() 632 bcmfb_set_hw_cursor(video_adapter_t *adp, int col, int row) in bcmfb_set_hw_cursor() argument 765 int bytes, col, i, j, k, row; in bcmfb_putc() local 777 col = (off % adp->va_info.vi_width) * adp->va_info.vi_cwidth; in bcmfb_putc() 781 + (sc->depth/8) * (col + sc->xmargin); in bcmfb_putc()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/pinctrl/ |
| H A D | marvell,kirkwood-pinctrl.txt | 33 mii(col) 41 mpp14 14 gpio, sdio(d0), uart1(rxd), mii(col) 71 mii(col), mii-1(rxerr) 79 mpp14 14 gpio, sdio(d0), uart1(rxd), mii(col) 93 mpp28 28 gpio, ge1(col) 115 mii(col), mii-1(rxerr), sata1(prsnt) 123 mpp14 14 gpio, sdio(d0), uart1(rxd), mii(col), sata1(prsnt) 142 mpp28 28 gpio, ge1(col), ts(mp8), tdm(int), audio(extclk) 164 mii(col), mii-1(rxerr), sata1(prsnt) 191 mpp28 28 gpio, ge1(col), ts(mp8), tdm(int), audio(extclk) [all …]
|
| H A D | marvell,orion-pinctrl.txt | 32 mpp8 8 gpio, ge(col) 57 mpp8 8 gpio, ge(col) 82 mpp8 8 gpio, ge(col)
|
| /f-stack/freebsd/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_iter.c | 423 char *col = NULL; in vdev_process_cmd_output() local 438 col = line; in vdev_process_cmd_output() 445 if (col != NULL) { in vdev_process_cmd_output() 447 if (strcmp(col, data->cols[i]) == 0) in vdev_process_cmd_output() 463 if (col != NULL) { in vdev_process_cmd_output() 470 data->cols[data->cols_cnt] = strdup(col); in vdev_process_cmd_output() 474 if (val != NULL && col == NULL) in vdev_process_cmd_output()
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | vdev_raidz.c | 345 abd_copy(tmp, col->rc_abd, col->rc_size); in vdev_raidz_cksum_report() 347 abd_put(col->rc_abd); in vdev_raidz_cksum_report() 348 col->rc_abd = tmp; in vdev_raidz_cksum_report() 350 offset += col->rc_size; in vdev_raidz_cksum_report() 445 col = f + c; in vdev_raidz_map_alloc() 447 if (col >= dcols) { in vdev_raidz_map_alloc() 448 col -= dcols; in vdev_raidz_map_alloc() 451 rc->rc_devidx = col; in vdev_raidz_map_alloc() 1411 col->rc_size); in vdev_raidz_reconstruct_general() 1512 abd_copy(bufs[c], col->rc_abd, col->rc_size); in vdev_raidz_reconstruct_general() [all …]
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/ |
| H A D | zpool_script.shlib | 28 col="$(echo "$out" | \ 32 if [ -z "$col" ] ; then
|
| /f-stack/freebsd/arm/freescale/imx/ |
| H A D | imx51_ipuv3.c | 675 ipu3fb_read_hw_cursor(video_adapter_t *adp, int *col, int *row) in ipu3fb_read_hw_cursor() argument 678 *col = *row = 0; in ipu3fb_read_hw_cursor() 683 ipu3fb_set_hw_cursor(video_adapter_t *adp, int col, int row) in ipu3fb_set_hw_cursor() argument 815 int col, row, bpp; in ipu3fb_putc() local 827 col = (off % adp->va_info.vi_width) * adp->va_info.vi_cwidth; in ipu3fb_putc() 831 + bpp * (col + sc->xmargin); in ipu3fb_putc()
|
| /f-stack/freebsd/contrib/device-tree/src/powerpc/ |
| H A D | ac14xx.dts | 356 col-scan-delay-us = <1>; 358 col-gpios-binary; 359 col-switch-delay-ms = <200>; 361 col-gpios = <&gpio_pic 1 0>; /* pin1 */
|
| /f-stack/freebsd/tools/ |
| H A D | makesyscalls.lua | 563 local function align_sysent_comment(col) 565 col = col + 8 - col % 8 566 while col < 56 do 568 col = col + 8
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | stats.c | 95 emitter_col_t *col; in mutex_stats_init_cols() local 108 col = &col_##counter_type[k_##counter_type]; \ in mutex_stats_init_cols() 110 emitter_col_init(col, row); \ in mutex_stats_init_cols() 111 col->justify = emitter_justify_right; \ in mutex_stats_init_cols() 112 col->width = WIDTH_##counter_type; \ in mutex_stats_init_cols() 113 col->type = emitter_type_title; \ in mutex_stats_init_cols() 114 col->str_val = human; in mutex_stats_init_cols() 203 emitter_col_t *col; in mutex_stats_emit() local 208 col = &col_##type[k_##type]; \ in mutex_stats_emit() 211 (const void *)&col->bool_val); in mutex_stats_emit()
|