Searched defs:DEFPG (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/lib/nsswitch/pynss/common/
H A Dfiles.py39 DEFPG = 'file_paths' variable in class:Files
H A Dnsswitch.py37 DEFPG = 'config' variable in class:Nsswitch
223 if not self.delcust_pg(self.DEFPG):
234 if not self.add_prop_val(self.DEFPG, prop, ptype, val):
239 if not self.commit(self.DEFPG):
249 """Unconfigure SMF. Reset DEFPG."""
252 if not self.delcust_pg(self.DEFPG):
H A Ddns.py38 DEFPG = 'config' variable in class:DnsClient
225 if not self.delcust_pg(self.DEFPG):
253 if not self.add_prop_val(self.DEFPG, prop, ptype, val):
260 if not self.add_prop_val(self.DEFPG, prop, ptype, mval[prop]):
265 if not self.commit(self.DEFPG):
275 """Unconfigure SMF. Reset DEFPG."""
278 if not self.delcust_pg(self.DEFPG):
290 if self.DEFPG in pgs: # default PG must exist
H A Dldap.py39 DEFPG = 'config' variable in class:LdapClient
150 pval = self.get_prop_val_list(pg=self.DEFPG, prop=p)
154 pval = self.get_prop_val(pg=self.DEFPG, prop=p)
402 if not self.delcust_pg(self.DEFPG):
431 if not self.add_prop_val(self.DEFPG, prop, ptype, val):
438 if not self.add_prop_val(self.DEFPG, prop, ptype, mval[prop]):
465 """Unconfigure SMF. Reset DEFPG."""
468 if not self.delcust_pg(self.DEFPG):
482 if self.DEFPG in pgs: # default PG exists
483 props = self.get_props(self.DEFPG)
[all...]
H A Dnis.py42 DEFPG = 'config' variable in class:NisDomain
246 if not self.delcust_pg(self.DEFPG):
255 ret = self.add_prop_val(self.DEFPG, self.DOMNAME, self.DOMTYPE, domain)
260 if not self.add_prop_val(self.DEFPG, \
266 if not self.add_prop_val(self.DEFPG, \
272 if not self.commit(self.DEFPG):
282 """Unconfigure SMF. Reset DEFPG."""
285 if not self.delcust_pg(self.DEFPG):
297 if self.DEFPG in pgs: # default PG must exist
315 if not self.DEFPG i
391 DEFPG = 'config' variable in class:NisClient
454 DEFPG = 'config' variable in class:NisServer
517 DEFPG = 'config' variable in class:NisXfr
562 DEFPG = 'config' variable in class:NisPasswd
607 DEFPG = 'config' variable in class:NisUpdate
[all...]
H A Dnscd.py37 DEFPG = 'default' variable in class:Nscd
241 prop = self.join(self.DEFPG, p)
419 lastpg = self.DEFPG
429 if pg != self.DEFPG and pg != self.configPG:
453 """Unconfigure SMF. Reset DEFPG."""
470 if self.DEFPG in pgs and self.configPG in pgs:
471 props = self.get_props(self.DEFPG)
479 tprop = '/'.join((self.DEFPG, p))
H A Dnssbase.py48 DEFPG = None # 'default' program group (string) variable in class:Nssbase
261 pg = self.DEFPG
283 pg = self.DEFPG
315 return self.DEFPG
327 pg = self.DEFPG
853 if self.DEFPG in pgs: # default PG exists
854 props = self.get_props(self.DEFPG)
858 tprop = '/'.join((self.DEFPG, p))

Completed in 35 milliseconds