Searched refs:mi_strtol (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_ndd.c658 grp = mi_strtol(prop_name, &end, 10);
673 channel = mi_strtol(prop_name, &end, 10);
1224 new_value = (uint32_t)mi_strtol(value, &end, 10);
1257 new_value = (uint32_t)mi_strtol(value, &end, BASE_DECIMAL);
1288 cfg_value = (uint32_t)mi_strtol(value, &end, BASE_ANY);
1316 cfg_value = (uint32_t)mi_strtol(value, &end, BASE_ANY);
1355 cfg_value = (uint32_t)mi_strtol(value, &end, BASE_HEX);
1430 cfg_value = (uint32_t)mi_strtol(value, &end, BASE_HEX);
1665 cfg_value = (uint32_t)mi_strtol(value, &end, BASE_BINARY);
1697 cfg_value = (uint32_t)mi_strtol(valu
[all...]
H A Dnxge_kstats.c537 channel = mi_strtol(ch_name, &end, 10);
606 channel = mi_strtol(ch_name, &end, 10);
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_ndd.c322 channel = mi_strtol(prop_name, &end, 10);
612 new_value = (uint32_t)mi_strtol(value, &end, 10);
633 new_value = (uint32_t)mi_strtol(value, &end, BASE_DECIMAL);
675 cfg_value = (uint32_t)mi_strtol(value, &end, BASE_HEX);
706 cfg_value = (uint32_t)mi_strtol(value, &end, BASE_HEX);
749 cfg_value = (uint32_t)mi_strtol(value, &end, BASE_HEX);
901 cfg_value = (uint32_t)mi_strtol(value, &end, BASE_BINARY);
933 cfg_value = (uint32_t)mi_strtol(value, &end, BASE_HEX);
978 cfg_value = (uint32_t)mi_strtol(value, &end, BASE_HEX);
1045 cfg_value = (uint32_t)mi_strtol(valu
[all...]
H A Dhxge_kstats.c365 channel = mi_strtol(ch_name, &end, 10);
454 channel = mi_strtol(ch_name, &end, 10);
/illumos-gate/usr/src/uts/common/inet/
H A Dmi.h133 extern long mi_strtol(const char *str, char **ptr, int base);
H A Dmi.c1009 mi_strtol(const char *str, char **ptr, int base) function
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_ndd.c169 new_value = mi_strtol(value, &end, 10);
/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxgell.c2649 bar0_offset = mi_strtol(value, &end, 16);
2682 level = mi_strtol(value, &end, 10);
2720 mask = mi_strtol(value, &end, 16);
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddman.c7297 meta_ppa = (int)mi_strtol(meta_ppap, &end, 10);
7298 pg_id = (int)mi_strtol(pg_idp, &end, 10);
7299 phys_ppa = (int)mi_strtol(phys_ppap, &end, 10);
7457 new_value = mi_strtol(value, &end, 10);
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge.c5024 new_value = mi_strtol(value, &end, 10);
5056 new_value = mi_strtol(value, &end, 10);
5087 new_value = mi_strtol(value, &end, 10);
/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Didn.c2493 new_value = (ulong_t)mi_strtol(value, &end, 10);
2630 net = mi_strtol(value, &end, 10);
2635 cpuid = (processorid_t)mi_strtol(cpup, &end, 10);

Completed in 134 milliseconds