Searched refs:bal (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/lib/libresolv2/common/isc/ |
H A D | tree.c | 201 (*ppr)->bal = 0; 220 switch ((*ppr)->bal) { 222 /* right branch WAS longer; bal is ok now */ 223 MSG("LESS: case 1.. bal restored implicitly") 224 (*ppr)->bal = 0; 230 (*ppr)->bal = -1; 236 if (p1->bal == -1) { /*%< LL */ 240 (*ppr)->bal = 0; 252 if (p2->bal == -1) 253 (*ppr)->bal [all...] |
/illumos-gate/usr/src/lib/libresolv2/include/isc/ |
H A D | tree.h | 45 short bal; member in struct:tree_s
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | getprm.c | 38 static char *bal(); 125 c = bal(s, rightq); 146 * bal - get balanced quoted string 159 bal(s, r) function 207 c = bal(arg++, RQUOTE);
|
/illumos-gate/usr/src/uts/common/io/i40e/core/ |
H A D | i40e_adminq.h | 69 u32 bal; member in struct:i40e_adminq_ring
|
H A D | i40e_adminq.c | 64 hw->aq.asq.bal = I40E_VF_ATQBAL1; 69 hw->aq.arq.bal = I40E_VF_ARQBAL1; 75 hw->aq.asq.bal = I40E_PF_ATQBAL; 80 hw->aq.arq.bal = I40E_PF_ARQBAL; 324 wr32(hw, hw->aq.asq.bal, I40E_LO_DWORD(hw->aq.asq.desc_buf.pa)); 328 reg = rd32(hw, hw->aq.asq.bal); 357 wr32(hw, hw->aq.arq.bal, I40E_LO_DWORD(hw->aq.arq.desc_buf.pa)); 364 reg = rd32(hw, hw->aq.arq.bal); 506 wr32(hw, hw->aq.asq.bal, 0); 539 wr32(hw, hw->aq.arq.bal, [all...] |
/illumos-gate/usr/src/cmd/cpio/ |
H A D | cpio.c | 313 int bal; /* Subtree balance factor */ member in struct:sl_info 9094 head->bal = 0; 9100 p->bal = 0; 9147 if (q->bal != 0) { 9161 q->bal = 0; 9174 p->bal = -1; 9182 p->bal = 1; 9196 if (s->bal == 0) { 9197 s->bal = a; 9200 } else if (s->bal [all...] |
/illumos-gate/usr/src/cmd/cfgadm/ |
H A D | cfgadm.c | 950 int bal = 0; /* Tracks balancing */ local 968 bal = 0; 979 bal = 1; 986 bal++; 989 bal--; 990 if (bal == 0) {
|
Completed in 68 milliseconds