Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dstartup.c2943 u_longlong_t nodes_ll, cpus_pernode_ll, lvalue; in get_system_configuration() local
2947 kobj_getvalue(prop, &nodes_ll) == -1 || in get_system_configuration()
2948 nodes_ll > MAXNODES || in get_system_configuration()
2955 system_hardware.hd_nodes = (int)nodes_ll; in get_system_configuration()