/external/grub/netboot/ |
fa311.c | 96 s32 cmd_status; member in struct:netdev_desc 241 desc_status = dev->rx_ring[entry].cmd_status; 258 dev->rx_ring[entry].cmd_status = cpu_to_le32(dev->rx_buf_sz); 297 dev->tx_ring[entry].cmd_status = cpu_to_le32(DescOwn | len); 309 desc_status = dev->tx_ring[entry].cmd_status; 400 dev->rx_ring[i].cmd_status = DescOwn; 408 dev->rx_ring[i].cmd_status = cpu_to_le32(dev->rx_buf_sz); 413 dev->tx_ring[i].cmd_status = 0;
|
/external/libnfc-nxp/src/ |
phHciNfc_Pipe.c | 288 NFCSTATUS cmd_status = NFCSTATUS_SUCCESS; local 299 cmd_status = phHciNfc_Send_Admin_Cmd( psHciContext, pHwRef, 301 status = ( (cmd_status == NFCSTATUS_PENDING)? 302 NFCSTATUS_SUCCESS : cmd_status); 1054 NFCSTATUS cmd_status = NFCSTATUS_SUCCESS; local 1097 NFCSTATUS cmd_status = NFCSTATUS_SUCCESS; local [all...] |
/system/extras/tests/wifi/stress/ |
wifiLoadScanAssoc.c | 80 #define CMD_STATUS "wpa_cli status 2>&1" 304 rv = snprintf(cmd, sizeof(cmd), "%s", CMD_STATUS); 306 testPrintE("Command too long for: %s\n", CMD_STATUS); 350 rv = snprintf(cmd, sizeof(cmd), "%s", CMD_STATUS); 352 testPrintE("Command too long for: %s\n", CMD_STATUS);
|
/external/bluetooth/bluedroid/stack/gatt/ |
gatt_api.c | 597 tGATT_STATUS cmd_status = GATT_ILLEGAL_PARAMETER; local 627 cmd_status = GATT_SUCCESS; 631 cmd_status = GATT_NO_RESOURCES; 639 cmd_status = attp_send_sr_msg (p_tcb, p_msg); 641 if (cmd_status == GATT_SUCCESS) 649 return cmd_status; [all...] |
/device/samsung/tuna/audio/ |
audio_hw.c | 2825 int32_t cmd_status; local 2874 int32_t cmd_status; local 2970 int32_t cmd_status; local [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
i2o-dev.h | 252 __u32 cmd_status:8; member in struct:_i2o_status_block
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
i2o-dev.h | 252 __u32 cmd_status:8; member in struct:_i2o_status_block
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
i2o-dev.h | 252 __u32 cmd_status:8; member in struct:_i2o_status_block
|