Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/modules/common/nic/
H A Dtopo_nic.c427 uint_t ntrans; in nic_enum_nexus() local
431 if (!nic_enum_link_ntrans(handle, linkid, &ntrans, &pt)) in nic_enum_nexus()
434 total_ports += ntrans; in nic_enum_nexus()
447 uint_t i, ntrans; in nic_enum_nexus() local
454 for (i = 0; i < ntrans; i++) { in nic_enum_nexus()
461 total_ports += ntrans; in nic_enum_nexus()
475 uint_t ntrans, i; in nic_enum() local
512 if (!nic_enum_link_ntrans(handle, linkid, &ntrans, &pt)) in nic_enum()
515 if (ntrans == 0) in nic_enum()
518 if (port_range_create(mod, pnode, 0, ntrans - 1) != 0) in nic_enum()
[all …]
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dmain.c293 nexts = (int *)myalloc(ntrans, sizeof (*nexts));
295 nchar = (CHR *)myalloc(ntrans, sizeof (*nchar));
H A Donce.h82 int treesize = TREESIZE, ntrans = NTRANS; variable
H A Dldefs.h237 extern int ntrans, treesize, outsize;
H A Dparser.y413 ntrans = siconv(p);
414 if(ntrans<=0)error("illegal translation number");
416 if (debug)(void) printf("N. trans (%%a) now %d\n",ntrans);
H A Dheader.c376 " %d/%d packed transitions(%%a), ", nptr, ntrans); in statistics()
H A Dsub2.c708 if (nptr > ntrans) in packtrans()
711 (ntrans == NTRANS ? "\nTry using %a num" : "")); in packtrans()
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_commit.c1060 uint64_t ntrans; in pset_allocate_imp() local
1081 ntrans = MIN(res_info[donor].ri_transfer, in pset_allocate_imp()
1087 ntrans) != PO_SUCCESS) { in pset_allocate_imp()
1091 res_info[donor].ri_transfer -= ntrans; in pset_allocate_imp()
1092 res_info[receiver].ri_transfer += ntrans; in pset_allocate_imp()