Searched defs:node_count (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4v/pri/
H A Dio_dev_label.c47 int status, substatus, i, node_count, component_count, busaddr_match; local
71 node_count = md_node_count(mdp);
72 if (node_count == 0) {
77 components = (mde_cookie_t *)malloc(node_count *
H A Dmem_prop_update.c204 int node_count, i, type_size, nac_size, status; local
212 node_count = md_node_count(mdp);
213 dimmlistp = (mde_cookie_t *)malloc(node_count * sizeof (mde_cookie_t));
242 node_count = md_scan_dag(mdp, banklistp, md_find_name(mdp, "component"),
245 for (i = 0; i < node_count; ++i) {
/illumos-gate/usr/src/lib/libtecla/common/
H A Dhash.c108 * node_count int The number of HashTable nodes per free-list block.
113 HashMemory *_new_HashMemory(int hash_count, int node_count) argument
137 mem->node_memory = _new_FreeList(sizeof(HashNode), node_count);
/illumos-gate/usr/src/uts/common/sys/
H A Dmdesc_impl.h128 int node_count; member in struct:MACHINE_DESCRIPTION
/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_csr.c1288 uint32_t node_count; local
1318 node_count = (i & IEEE1394_TOP_MAP_LEN_MASK);
1320 tm_ptr[2] = (node_count << IEEE1394_TOP_MAP_LEN_SHIFT) |
/illumos-gate/usr/src/lib/auditd_plugins/binfile/
H A Dbinfile.c264 int node_count = 0; local
277 if ((rc = growauditlist(&listhead, dirstr, NULL, &node_count)) != 0) {
280 if (node_count == 0) {
311 if (node_count == activeCount) {
331 activeCount, node_count));
345 activeCount = node_count;
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dfc.c3966 hbainfo->node_count = port->node_count;
5015 if (port->node_count >= hba->max_nodes) {
7085 uint32_t node_count; local
7121 node_count = port->node_count;
7123 if (node_count == 0) {
7129 node_count = 0;
7164 node_count++;
7170 bcopy((void *)&node_count, (voi
[all...]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dfc.h383 uint32_t node_count; member in struct:dfc_hbainfo
H A Demlxs_fc.h1060 uint32_t node_count; member in struct:emlxs_port

Completed in 119 milliseconds