Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/vrrpadm/
H A Dvrrpadm.c137 static int str2opt(char *opts, uint32_t *, boolean_t *, boolean_t *);
232 if (str2opt(optarg, &mask, in do_create()
361 if (str2opt(optarg, &mask, &conf.vvc_preempt, in do_modify()
760 str2opt(char *opts, uint32_t *modify_mask, boolean_t *preempt, in str2opt() function