HomeSort by relevance Sort by last modified time
    Searched refs:astat (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/
move.s 9 r0 = astat;
28 ASTAT = P2;
  /external/tcpdump/
print-nfs.c 1003 enum sunrpc_accept_stat astat; local
1034 astat = (enum sunrpc_accept_stat) EXTRACT_32BITS(dp);
1035 if (astat != SUNRPC_SUCCESS) {
1036 ND_PRINT((ndo, " %s", tok2str(sunrpc_str, "ar_stat %d", astat)));
1041 ND_TCHECK2(*dp, sizeof(astat));
1042 return ((uint32_t *) (sizeof(astat) + ((char *)dp)));
    [all...]

Completed in 2829 milliseconds