Searched refs:ntrans (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/lib/fm/topo/modules/common/nic/ |
H A D | topo_nic.c | 427 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 451 if (!nic_enum_link_ntrans(handle, linkid, &ntrans, &pt)) in nic_enum_nexus() 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() [all …]
|
/illumos-gate/usr/src/cmd/sgs/lex/common/ |
H A D | main.c | 302 nexts = (int *)myalloc(ntrans, sizeof (*nexts)); 304 nchar = (CHR *)myalloc(ntrans, sizeof (*nchar));
|
H A D | once.h | 83 int treesize = TREESIZE, ntrans = NTRANS; variable
|
H A D | ldefs.h | 237 extern int ntrans, treesize, outsize;
|
H A D | parser.y | 390 ntrans = siconv(p); 391 if(ntrans<=0)error("illegal translation number"); 393 if (debug)(void) printf("N. trans (%%a) now %d\n",ntrans);
|
H A D | header.c | 376 " %d/%d packed transitions(%%a), ", nptr, ntrans); in statistics()
|
H A D | sub2.c | 708 if (nptr > ntrans) in packtrans() 711 (ntrans == NTRANS ? "\nTry using %a num" : "")); in packtrans()
|
/illumos-gate/usr/src/lib/libpool/common/ |
H A D | pool_commit.c | 1060 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()
|