Searched refs:col_cnt (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/arch/s390/include/uapi/asm/ |
H A D | fs3270.h | 19 __u16 col_cnt; member
|
/openbmc/linux/drivers/net/ethernet/amd/ |
H A D | amd8111e.h | 727 unsigned int col_cnt; member
|
H A D | amd8111e.c | 1647 unsigned int prev_col_cnt = ipg_data->col_cnt; in amd8111e_config_ipg() 1674 total_col_cnt = ipg_data->col_cnt = in amd8111e_config_ipg()
|
/openbmc/linux/drivers/s390/char/ |
H A D | fs3270.c | 355 iocb.col_cnt = fp->view.cols; in fs3270_ioctl()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rrdtool/rrdtool/ |
H A D | b76e3c578f1e9f582e9c28f50d82b1f569602075.patch | 282 - rrd_xport(items+1,argv,&xsize,&start,&end,&step,&col_cnt,&legend_v,&data); 283 + rrd_xport(items+1,(const char **)argv,&xsize,&start,&end,&step,&col_cnt,&legend_v,&data);
|
/openbmc/linux/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 3935 col_cnt = model.columnCount(first) 3936 max_width = [0] * col_cnt 3955 for c in range(col_cnt): 3972 for c in range(col_cnt): 3993 for c in range(col_cnt):
|