HomeSort by relevance Sort by last modified time
    Searched full:flushp (Results 1 - 8 of 8) sorted by null

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/nios2/
cache.s 18 #flushp
19 flushp
cache.d 16 0+001c <[^>]*> 0000203a flushp
  /external/iproute2/ip/
ipneigh.c 40 int flushp; member in struct:__anon13964
87 if (rtnl_send_check(&rth, filter.flushb, filter.flushp) < 0) {
91 filter.flushp = 0;
256 if (NLMSG_ALIGN(filter.flushp) + n->nlmsg_len > filter.flushe) {
260 fn = (struct nlmsghdr*)(filter.flushb + NLMSG_ALIGN(filter.flushp));
265 filter.flushp = (((char*)fn) + n->nlmsg_len) - filter.flushb;
433 filter.flushp = 0;
tcp_metrics.c 74 int flushp; member in struct:__anon13987
83 if (rtnl_send_check(&grth, f.flushb, f.flushp) < 0) {
87 f.flushp = 0;
179 if (NLMSG_ALIGN(f.flushp) + req2.n.nlmsg_len > f.flushe) {
183 fn = (struct nlmsghdr *) (f.flushb + NLMSG_ALIGN(f.flushp));
186 f.flushp = (((char *) fn) + req2.n.nlmsg_len) - f.flushb;
434 f.flushp = 0;
ipaddress.c 58 int flushp; member in struct:__anon13957
915 if ((rtnl_send_check(&rth, filter.flushb, filter.flushp) < 0) &&
920 filter.flushp = 0;
1007 if (NLMSG_ALIGN(filter.flushp) + n->nlmsg_len > filter.flushe) {
1011 fn = (struct nlmsghdr*)(filter.flushb + NLMSG_ALIGN(filter.flushp));
1016 filter.flushp = (((char*)fn) + n->nlmsg_len) - filter.flushb;
    [all...]
iproute.c 112 int flushp; member in struct:__anon13974
132 if (rtnl_send_check(&rth, filter.flushb, filter.flushp) < 0) {
136 filter.flushp = 0;
343 if (NLMSG_ALIGN(filter.flushp) + n->nlmsg_len > filter.flushe) {
347 fn = (struct nlmsghdr*)(filter.flushb + NLMSG_ALIGN(filter.flushp));
352 filter.flushp = (((char*)fn) + n->nlmsg_len) - filter.flushb;
    [all...]
  /toolchain/binutils/binutils-2.25/include/opcode/
nios2r1.h 357 #define MATCH_R1_FLUSHP MATCH_R1_OPX (FLUSHP, 0, 0, 0)
  /toolchain/binutils/binutils-2.25/opcodes/
nios2-opc.c 279 {"flushp", "", "E", 0, 4, iw_r_type,

Completed in 344 milliseconds