Searched refs:bal (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/lib/libresolv2/common/isc/ |
H A D | tree.c | 201 (*ppr)->bal = 0; in sprout() 220 switch ((*ppr)->bal) { in sprout() 224 (*ppr)->bal = 0; in sprout() 230 (*ppr)->bal = -1; in sprout() 236 if (p1->bal == -1) { /*%< LL */ in sprout() 240 (*ppr)->bal = 0; in sprout() 252 if (p2->bal == -1) in sprout() 253 (*ppr)->bal = 1; in sprout() 255 (*ppr)->bal = 0; in sprout() 257 if (p2->bal == 1) in sprout() [all …]
|
/titanic_44/usr/src/cmd/bnu/ |
H A D | getprm.c | 38 static char *bal(); 125 c = bal(s, rightq); 159 bal(s, r) in bal() function 207 c = bal(arg++, RQUOTE);
|
/titanic_44/usr/src/uts/common/io/i40e/core/ |
H A D | i40e_adminq.c | 54 hw->aq.asq.bal = I40E_VF_ATQBAL1; in i40e_adminq_init_regs() 59 hw->aq.arq.bal = I40E_VF_ARQBAL1; in i40e_adminq_init_regs() 65 hw->aq.asq.bal = I40E_PF_ATQBAL; in i40e_adminq_init_regs() 70 hw->aq.arq.bal = I40E_PF_ARQBAL; in i40e_adminq_init_regs() 310 wr32(hw, hw->aq.asq.bal, I40E_LO_DWORD(hw->aq.asq.desc_buf.pa)); in i40e_config_asq_regs() 314 reg = rd32(hw, hw->aq.asq.bal); in i40e_config_asq_regs() 339 wr32(hw, hw->aq.arq.bal, I40E_LO_DWORD(hw->aq.arq.desc_buf.pa)); in i40e_config_arq_regs() 346 reg = rd32(hw, hw->aq.arq.bal); in i40e_config_arq_regs() 492 wr32(hw, hw->aq.asq.bal, 0); in i40e_shutdown_asq() 526 wr32(hw, hw->aq.arq.bal, 0); in i40e_shutdown_arq()
|
H A D | i40e_adminq.h | 69 u32 bal; member
|
/titanic_44/usr/src/lib/libresolv2/include/isc/ |
H A D | tree.h | 45 short bal; member
|
/titanic_44/usr/src/cmd/cfgadm/ |
H A D | cfgadm.c | 950 int bal = 0; /* Tracks balancing */ in parse_select_opt() local 968 bal = 0; in parse_select_opt() 979 bal = 1; in parse_select_opt() 986 bal++; in parse_select_opt() 989 bal--; in parse_select_opt() 990 if (bal == 0) { in parse_select_opt()
|
/titanic_44/usr/src/cmd/cpio/ |
H A D | cpio.c | 313 int bal; /* Subtree balance factor */ member 9094 head->bal = 0; in sl_insert() 9100 p->bal = 0; in sl_insert() 9147 if (q->bal != 0) { in sl_insert() 9161 q->bal = 0; in sl_insert() 9174 p->bal = -1; in sl_insert() 9182 p->bal = 1; in sl_insert() 9196 if (s->bal == 0) { in sl_insert() 9197 s->bal = a; in sl_insert() 9200 } else if (s->bal == -a) { in sl_insert() [all …]
|
/titanic_44/usr/src/cmd/ssh/doc/ |
H A D | ChangeLog | 13 - (bal) Sync with OpenBSD: 20 - (bal) rijndel.c - fix up RCSID to match OpenBSD tree 21 - (bal) auth2-skey.c - Checked in. Missing from portable tree. 22 - (bal) Reworked NEWS-OS and NeXT ports to extract waitpid() and 25 - (bal) Missed auth-skey.o in Makefile.in and minor correction to 32 - (bal) Resolved more $xno and $xyes issues in configure.in 33 - (bal) next-posix.h - spelling and forgot a prototype 86 - (bal) Added USE_PIPS defined to NeXT configure.in since scp hangs randomly. 87 - (bal) Apply fixes to configure.in pointed out by Pavel Roskin 92 - (bal) Imported NEWS-OS waitpid() macros into NeXT. Since implementation [all …]
|