HomeSort by: relevance | last modified time | path
    Searched refs:PSTR_INITIALIZER1 (Results 1 - 4 of 4) sorted by relevancy

  /src/sbin/ifconfig/
media.c 59 static struct pstr mediamode = PSTR_INITIALIZER1(&mediamode, "mediamode",
66 static struct pstr unmediaopt = PSTR_INITIALIZER1(&unmediaopt, "-mediaopt",
69 static struct pstr mediaopt = PSTR_INITIALIZER1(&mediaopt, "mediaopt",
72 static struct pstr media = PSTR_INITIALIZER1(&media, "media", setmedia, "media",
parse.h 88 PSTR_INITIALIZER1((__ps), (__name), (__defexec), (__defkey), \
91 #define PSTR_INITIALIZER1(__ps, __name, __defexec, __defkey, __defhexok,\
ieee80211.c 188 struct pstr parse_nwkey = PSTR_INITIALIZER1(&parse_nwkey, "nwkey", setifnwkey,
191 struct pstr parse_bssid = PSTR_INITIALIZER1(&parse_bssid, "bssid", setifbssid,
ifconfig.c 200 struct pstr parse_descr = PSTR_INITIALIZER1(&parse_descr, "descr",

Completed in 22 milliseconds