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

  /toolchain/binutils/binutils-2.25/ld/
ldmisc.c 67 vfinfo (FILE *fp, const char *fmt, va_list arg, bfd_boolean is_warning) function
451 vfinfo (stdout, fmt, arg, FALSE);
464 vfinfo (stderr, fmt, arg, TRUE);
500 vfinfo (config.map_file, fmt, arg, FALSE);
511 vfinfo (file, fmt, arg, FALSE);
  /external/iproute2/ip/
iplink.c 247 struct rtattr *vfinfo; local
252 vfinfo = addattr_nest(&req->n, sizeof(*req), IFLA_VF_INFO);
397 addattr_nest_end(&req->n, vfinfo);

Completed in 98 milliseconds