Searched defs:arm (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhpi_vir.c141 * 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 Dhxge_impl.h254 boolean_t arm; member in struct:_hxge_ldg_t
H A Dhxge_peu_hw.h5719 * 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 Dptm.c157 int i, arm = 0; local
162 if (!arm) {
165 arm = 1;
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_hio_guest.c922 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 Dnca.c307 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 Dnpi_vir.c1207 * 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 Dld_pd_map.c76 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 Dmr_sas_tbolt.c2322 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 Dstreams.c458 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 Dip_arp.c349 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 Dnxge_hw.h356 uint32_t arm:1; member in struct:_ldgimgm_t::__anon8316::__anon8317
362 uint32_t arm:1;
H A Dnxge_impl.h635 boolean_t arm; member in struct:_nxge_ldg_t
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c1715 boolean_t arm; local
1752 arm = B_TRUE;
1757 if (arm) {
1760 arm = B_FALSE;

Completed in 582 milliseconds