Home
last modified time | relevance | path

Searched defs:profile_list (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Ddrive.c125 struct profile_list { struct
126 uchar_t profile[2];
128 uchar_t current_p : 1;
129 uchar_t reserved1 : 7;
131 uchar_t reserved1 : 7;
132 uchar_t current_p : 1;
134 uchar_t reserved2;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/
H A Dwificonfig.c783 aelist_t *profile_list = NULL; in parse_file() local