/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/ |
H A D | clang-c++11.patch | 27 @@ -585,7 +585,7 @@ static void NewSimulatorClose( void *hnd 34 static SaErrorT NewSimulatorGetEvent( void *hnd ) { 43 static SaErrorT NewSimulatorDiscoverResources( void *hnd ) { 52 static SaErrorT NewSimulatorSetResourceTag( void *hnd, SaHpiResourceIdT id, 61 static SaErrorT NewSimulatorSetResourceSeverity( void *hnd, SaHpiResourceIdT id, 70 static SaErrorT NewSimulatorGetSensorReading( void *hnd, 73 static SaErrorT NewSimulatorGetSensorThresholds( void *hnd, 79 static SaErrorT NewSimulatorGetSensorThresholds( void *hnd, 88 static SaErrorT NewSimulatorSetSensorThresholds( void *hnd, 97 static SaErrorT NewSimulatorGetSensorEnable( void *hnd, [all …]
|
/openbmc/linux/arch/x86/include/asm/xen/ |
H A D | interface.h | 53 #define set_xen_guest_handle(hnd, val) \ argument 55 if (sizeof(hnd) == 8) \ 56 *(uint64_t *)&(hnd) = 0; \ 57 (hnd).p = val; \ 60 #define set_xen_guest_handle(hnd, val) do { (hnd).p = val; } while (0) argument 64 #define set_xen_guest_handle(hnd, val) \ argument 66 if (sizeof(hnd) == 8) \ 67 *(uint64_t *)&(hnd) = 0; \ 68 (hnd) = val; \ 71 #define set_xen_guest_handle(hnd, val) do { (hnd) = val; } while (0) argument
|
/openbmc/linux/include/xen/arm/ |
H A D | interface.h | 24 #define set_xen_guest_handle(hnd, val) \ argument 26 if (sizeof(hnd) == 8) \ 27 *(uint64_t *)&(hnd) = 0; \ 28 (hnd).p = val; \
|
/openbmc/qemu/include/hw/xen/interface/arch-x86/ |
H A D | xen-x86_32.h | 83 #define set_xen_guest_handle_raw(hnd, val) \ argument 84 do { if ( sizeof(hnd) == 8 ) *(uint64_t *)&(hnd) = 0; \ 85 (hnd).p = val; \
|
H A D | xen.h | 39 #define set_xen_guest_handle_raw(hnd, val) do { (hnd).p = val; } while (0) argument 40 #define set_xen_guest_handle(hnd, val) set_xen_guest_handle_raw(hnd, val) argument
|
/openbmc/qemu/include/hw/xen/interface/ |
H A D | arch-arm.h | 179 #define set_xen_guest_handle_raw(hnd, val) \ argument 181 __typeof__(&(hnd)) _sxghr_tmp = &(hnd); \ 185 #define set_xen_guest_handle(hnd, val) set_xen_guest_handle_raw(hnd, val) argument
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | l2t.h | 95 arp_failure_handler_func hnd) in set_arp_failure_handler() argument 97 L2T_SKB_CB(skb)->arp_failure_handler = hnd; in set_arp_failure_handler()
|
/openbmc/linux/drivers/net/ethernet/alacritech/ |
H A D | slic.h | 469 __le32 hnd; member 486 __le32 hnd; member
|
H A D | slicoss.c | 92 idx = (le32_to_cpu(stat->hnd) & 0xffff) - 1; in slic_next_compl_idx() 94 stat->hnd = 0; in slic_next_compl_idx() 872 desc->hnd = cpu_to_le32((u32)(i + 1)); in slic_init_tx_queue()
|
/openbmc/linux/drivers/net/can/usb/ |
H A D | esd_usb.c | 163 u32 hnd; /* opaque handle, not used by device */ member 176 u32 hnd; /* opaque handle, not used by device */ member 462 context = &priv->tx_contexts[msg->txdone.hnd & (ESD_USB_MAX_TX_URBS - 1)]; in esd_usb_tx_done_msg() 896 msg->tx.hnd = BIT(31) | i; /* returned in TX done message */ in esd_usb_start_xmit()
|
/openbmc/linux/kernel/trace/ |
H A D | ftrace.c | 3358 struct hlist_node *hnd = NULL; in t_probe_next() 3378 hnd = &iter->probe_entry->hlist; in t_probe_next() 3406 hnd = NULL; in t_probe_next() 3410 if (!hnd) in t_probe_next() 3411 hnd = hhd->first; in t_probe_next() 3413 hnd = hnd->next; in t_probe_next() 3414 if (!hnd) { in t_probe_next() 3420 if (WARN_ON_ONCE(!hnd)) in t_probe_next() 3423 iter->probe_entry = hlist_entry(hnd, struc in t_probe_next() 3361 struct hlist_node *hnd = NULL; t_probe_next() local [all...] |
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | sge.c | 2204 struct sge_fl *fl, rspq_handler_t hnd) in t4vf_sge_alloc_rxq() argument 2353 rspq->handler = hnd; in t4vf_sge_alloc_rxq()
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4.h | 1621 struct sge_fl *fl, rspq_handler_t hnd,
|
H A D | sge.c | 4375 struct sge_fl *fl, rspq_handler_t hnd, in t4_sge_alloc_rxq() argument 4483 iq->handler = hnd; in t4_sge_alloc_rxq()
|