Home
last modified time | relevance | path

Searched refs:addtag (Results 1 – 9 of 9) sorted by relevance

/netbsd/external/gpl2/lvm2/dist/test/
H A Dt-pvchange-usage.sh26 pvchange $dev1 --addtag test$mda
63 not pvchange $dev1 --addtag test
H A Dt-lvcreate-pvtags.sh18 pvchange --addtag fast $devs
/netbsd/usr.sbin/mtree/
H A Dmisc.c179 addtag(slist_t *list, char *elem) in addtag() function
204 addtag(list, NULL); in parsetags()
214 addtag(list, e); in parsetags()
H A Dextern.h62 void addtag(slist_t *, char *);
/netbsd/external/bsd/ipf/dist/tools/
H A Dipscan_y.y36 void addtag __P((char *, char **, char **, struct action *));
111 cline: tag ':' matchup '=' action { addtag($1, $3, NULL, &$5); }
114 sline: tag ':' '(' ')' ',' matchup '=' action { addtag($1, NULL, $6, &$8); }
117 csline: tag ':' matchup ',' matchup '=' action { addtag($1, $3, $5, &$7); }
337 void addtag(tstr, cp, sp, act) in addtag() function
/netbsd/sbin/route/
H A Droute.c117 static void addtag(sup, const char *, int);
1006 addtag(retsu, n, mplssize); in readtag()
1010 addtag(retsu, n, mplssize); in readtag()
1017 addtag(sup su, const char *s, int where) in addtag() function
/netbsd/external/gpl2/lvm2/dist/doc/
H A Dtagging.txt28 6) Tags can be added or removed with --addtag or --deltag.
/netbsd/external/gpl2/lvm2/dist/po/
H A Dlvm2.po3658 "--addtag, --deltag or --monitor"
5980 msgid "Please give exactly one option of -x, -uuid, --addtag or --deltag"
7041 "One of -a, -c, -l, -p, -s, -x, --uuid, --alloc, --addtag or --deltag required"
7046 "Only one of -a, -c, -l, -p, -s, -x, --uuid, --alloc, --addtag or --deltag "
/netbsd/external/gpl2/lvm2/dist/
H A DWHATS_NEW688 Fix --addtag to drop @ prefix from name.