HomeSort by relevance Sort by last modified time
    Searched defs:return_code (Results 1 - 6 of 6) sorted by null

  /hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/
CmdHndlr.h 57 TI_UINT32 return_code; member in struct:__anon10793
  /system/wlan/ti/wilink_6_1/stad/src/Ctrl_Interface/
CmdHndlr.h 57 TI_UINT32 return_code; member in struct:__anon19113
  /external/chromium/base/
iat_patch.cc 17 DWORD return_code; member in struct:iat_patch::InterceptFunctionInformation
69 intercept_information->return_code =
116 return intercept_information.return_code;
  /external/e2fsprogs/ext2ed/
dir_com.c 102 int return_code, next; local
110 *status=return_code=action (&info); /* Call the client function to test */
112 if (return_code==ABORT || return_code==FOUND)
  /external/grub/netboot/
pci.c 100 unsigned char return_code; /* %al */ local
113 : "=a" (return_code),
122 switch (return_code) {
130 service, return_code);
  /external/tcpdump/
print-lspping.c 71 u_int8_t return_code; member in struct:lspping_common_header
531 if (lspping_com_header->return_code == 3 ||
532 lspping_com_header->return_code == 4 ||
533 lspping_com_header->return_code == 8 ||
534 lspping_com_header->return_code == 10 ||
535 lspping_com_header->return_code == 11 ||
536 lspping_com_header->return_code == 12 )
538 tok2str(lspping_return_code_values, "unknown",lspping_com_header->return_code),
540 lspping_com_header->return_code,
544 tok2str(lspping_return_code_values, "unknown",lspping_com_header->return_code),
    [all...]

Completed in 1197 milliseconds