Home
last modified time | relevance | path

Searched refs:col_cnt (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/s390/include/uapi/asm/
H A Dfs3270.h19 __u16 col_cnt; member
/openbmc/linux/drivers/net/ethernet/amd/
H A Damd8111e.h727 unsigned int col_cnt; member
H A Damd8111e.c1647 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 Dfs3270.c355 iocb.col_cnt = fp->view.cols; in fs3270_ioctl()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rrdtool/rrdtool/
H A Db76e3c578f1e9f582e9c28f50d82b1f569602075.patch282 - 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 Dexported-sql-viewer.py3935 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):