| /illumos-gate/usr/src/uts/common/io/hxge/ |
| H A D | hpi_vir.c | 141 * Set interrupt timer and arm bit. 144 hpi_intr_ldg_mgmt_set(hpi_handle_t handle, uint8_t ldg, boolean_t arm, argument 162 if (arm) { 163 mgm.bits.arm = 1;
|
| H A D | hxge_impl.h | 254 boolean_t arm; member in struct:_hxge_ldg_t
|
| H A D | hxge_peu_hw.h | 5719 * interrupt issued. (1 = arm) 5726 uint32_t arm:1; member in struct:__anon5706::__anon5707 5732 uint32_t arm:1;
|
| /illumos-gate/usr/src/cmd/mdb/common/modules/ptm/ |
| H A D | ptm.c | 157 int i, arm = 0; local 162 if (!arm) { 165 arm = 1;
|
| /illumos-gate/usr/src/uts/common/io/nxge/ |
| H A D | nxge_hio_guest.c | 922 nxge_hio_rdc_intr_arm(p_nxge_t nxge, boolean_t arm) argument 945 * Look to arm the the RDCs for the group. 966 ldgp->arm = arm;
|
| /illumos-gate/usr/src/cmd/mdb/common/modules/nca/ |
| H A D | nca.c | 307 boolean_t arm; local 345 arm = B_TRUE; 350 if (arm) { 353 arm = B_FALSE; 526 boolean_t arm; local 559 arm = B_TRUE; 564 if (arm) { 567 arm = B_FALSE;
|
| /illumos-gate/usr/src/uts/common/io/nxge/npi/ |
| H A D | npi_vir.c | 1207 * This function is called to set interrupt timer and arm bit. 1211 * arm - B_TRUE (arm) B_FALSE (disable) 1219 npi_intr_ldg_mgmt_set(npi_handle_t handle, uint8_t ldg, boolean_t arm, argument 1240 if (arm) { 1241 mgm.bits.ldw.arm = 1; 1299 * This function is called to arm the group. 1324 mgm.bits.ldw.arm = 1;
|
| /illumos-gate/usr/src/uts/common/io/mr_sas/ |
| H A D | ld_pd_map.c | 76 MR_ArPdGet(U32 ar, U32 arm, MR_FW_RAID_MAP_ALL *map) argument 78 return (map->raidMap.arMapInfo[ar].pd[arm]); 187 * This routine calculates the arm, span and block for 214 U32 arm; local 229 arm = armQ + 1 + logArm; 230 if (arm >= raid->rowSize) 231 arm -= raid->rowSize; 232 physArm = (U8)arm; 501 megasas_get_best_arm(PLD_LOAD_BALANCE_INFO lbInfo, U8 arm, U64 block, argument 517 if ((bestArm == arm 531 U8 arm, old_arm; local [all...] |
| H A D | mr_sas_tbolt.c | 2322 uint8_t arm; local 2360 arm = lbinfo->raid1DevHandle[0] == 2363 lbinfo->scsi_pending_cmds[arm]--;
|
| /illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
| H A D | streams.c | 458 int i, arm = 0; local 463 if (!arm) { 466 arm = 1; 586 int i, arm = 0; local 591 if (!arm) { 594 arm = 1; 605 if (!arm) { 608 arm = 1; 707 int i, arm = 0; local 712 if (!arm) { 1383 int i, arm = 0; local [all...] |
| /illumos-gate/usr/src/uts/common/inet/ip/ |
| H A D | ip_arp.c | 349 arp_m_t *arm; local 351 for (arm = arp_m_tbl; arm < A_END(arp_m_tbl); arm++) { 352 if (arm->arp_mac_type == mac_type) 353 return (arm); 361 arp_m_t *arm; local 363 if ((arm = arp_m_lookup(mactype)) == NULL) 364 arm = arp_m_lookup(DL_OTHER); 365 return (arm 426 arp_m_t *arm; local [all...] |
| /illumos-gate/usr/src/uts/common/sys/nxge/ |
| H A D | nxge_hw.h | 356 uint32_t arm:1; member in struct:_ldgimgm_t::__anon8316::__anon8317 362 uint32_t arm:1;
|
| H A D | nxge_impl.h | 635 boolean_t arm; member in struct:_nxge_ldg_t
|
| /illumos-gate/usr/src/cmd/mdb/common/modules/ip/ |
| H A D | ip.c | 1715 boolean_t arm; local 1752 arm = B_TRUE; 1757 if (arm) { 1760 arm = B_FALSE;
|