Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/smbsrv/
H A Dsmb_native.c143 static smb_native_t lm_table[] = { in smbnative_lm_value() local
160 for (i = 0; i < sizeof (lm_table)/sizeof (lm_table[0]); ++i) { in smbnative_lm_value()
161 name = lm_table[i].sn_name; in smbnative_lm_value()
166 return (lm_table[i].sn_value); in smbnative_lm_value()