Searched defs:nssConf (Results 1 – 2 of 2) sorted by relevance
30 nssConf *nssConf member96 type nssConf struct { struct97 mtime time.Time // time of nsswitch.conf modification98 err error // any error encountered opening or parsing the file99 sources map[string][]nssSource // keyed by database (e.g. "hosts")
450 func setSystemNSS(nss *nssConf, addDur time.Duration) {