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

  /external/libnl/src/cls/
utils.h 43 extern void parse_dev(struct rtnl_cls *, struct nl_cache *, char *);
utils.c 24 void parse_dev(struct rtnl_cls *cls, struct nl_cache *link_cache, char *arg) function
  /external/libnl/src/
nl-cls-add.c 82 case 'd': parse_dev(cls, link_cache, optarg); break;
nl-cls-list.c 99 case 'd': dev = 1; parse_dev(cls, link_cache, optarg); break;
nl-cls-delete.c 107 case 'd': nf++; parse_dev(cls, link_cache, optarg); break;
  /external/e2fsprogs/lib/blkid/
read.c 184 static int parse_dev(blkid_cache cache, blkid_dev *dev, char **cp) function
355 if ((ret = parse_dev(cache, dev_p, &cp)) <= 0)

Completed in 493 milliseconds