Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libdiskmgt/common/
H A Ddrive.c120 struct profile_list { struct
121 uchar_t profile[2];
123 uchar_t current_p : 1;
124 uchar_t reserved1 : 7;
126 uchar_t reserved1 : 7;
127 uchar_t current_p : 1;
129 uchar_t reserved2;
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/
H A Dwificonfig.c781 aelist_t *profile_list = NULL; in parse_file() local