Searched refs:debug_comp (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/nsswitch/pynss/common/
H A Dnscd.py80 debug_comp = { variable in class:Nscd
153 if input == self.debug_comp['all']:
156 for i in self.debug_comp.keys():
159 if input & self.debug_comp[i]:
173 return str(self.debug_comp['all'])
177 value = self.debug_comp[i]

Completed in 21 milliseconds