Searched refs:False (Results 26 - 50 of 67) sorted by relevance

123

/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/
H A Dbootconfig.py190 self._dirty = False
221 self.dirty = False
330 prevDefault.default = False
339 to be deleted. If False, only the first instance for which
377 force=False):
530 False)
638 force=False):
744 force=False):
787 'transient': False,
822 self._default = False
[all...]
H A Dbootinfo.py94 self.dirty = False
H A Dbootloader.py131 self._dirty = False
232 def _prop_validate(self, key, value=None, validate_value=False):
372 self._prop_validate(key, validate_value=False)
378 self._prop_validate(key, validate_value=False)
391 def install(self, location, force=False, verbose_file=None, platdict=None):
583 load_rv = self.__primary.load_config(False)
629 self.__sec_boot_instances = self.__secondary.load_config(False)
642 if (prim_inst.compare(sec_inst, False) and getattr(sec_inst,
671 def install(self, location, force=False, verbose_file=None, platdict=None):
693 disable_secondary_update = False
[all...]
H A Dpysol.py251 def resetmnttab(reopen=False):
310 return False
316 return False
319 return False
372 return False
713 return (True if _di_minor_spectype(minor) == S_IFBLK else False)
777 if rv < 0 or bool(bdl) is False:
782 while not bool(bdl[i]) is False:
786 while not bool(bdl[i][0].bootdev_trans[j]) is False:
910 propval = False
[all...]
H A Dbootutil.py76 return False
166 return False
/osnet-11/usr/src/lib/nsswitch/pynss/common/
H A Ddns.py46 'domain': [ 'astring', False],
49 'options': [ 'astring', False], # XXX really multivalued
166 have_ns = False
167 err = False
287 """Is SMF populated with this service? True/False"""
292 return False
/osnet-11/usr/src/lib/rad/pyrad/common/
H A Dutil.py63 return False
105 return False
127 def build_rad_cmd(modules = None, debug = False, root = None, auxargs = None):
170 def _get_private_transport(modules = None, debug = False, env = None,
200 def connect_private(modules = None, debug = False, env = None, root = None,
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/bootvars/x86/
H A Dsolaris.py49 self._dirty = False
154 delete=False)
189 self.dirty = False
/osnet-11/usr/src/lib/librstp/common/
H A Drolesel.c59 return False;
142 port->reselect = False;
286 port->updtInfo = False;
307 return False;
371 return False;
397 port->selected = False;
H A Dstp_in.h50 # define False 0 macro
118 #define DEF_ADMIN_NON_STP False
H A Dstpm.c252 (void) _stp_stpm_iterate_machines (this, _stp_stpm_init_machine, False);
270 need_state_change = False;
283 False);
324 port->selected = False;
H A Dvector.c168 STP_VECT_br_id_print ("rootBr", &v->root_bridge, False);
174 STP_VECT_br_id_print ("designBr", &v->design_bridge, False);
H A Dpcost.c130 return False;
H A Dstpmgmt.c110 Bool iret = False;
/osnet-11/usr/src/tools/onbld/Checks/
H A DRti.py136 return False
174 return False
H A Dpkglint.py76 seen_actuator = False
H A DDbLookups.py66 def __init__(self, priority = ("bugster",), forceBoo=False):
70 forceBoo: use b.o.o even from SWAN (default=False)
393 stillReceiving = False
478 return False
/osnet-11/usr/src/lib/pylibbe/common/
H A Dlibbe.py49 def commit(bootconf, devlist=None, force=False):
119 dest["active_boot"] = False
221 good = False
266 bi_copy.default = False
275 def beDestroy(be_name, destroy_snaps=False, force_unmount=False):
303 active_on_boot_be_destroyed = False
604 needsmount = False
778 return False
787 return False
[all...]
/osnet-11/usr/src/grub/grub2/include/grub/lib/
H A DLzmaTypes.h95 #define False 0 macro
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/loader/
H A D__init__.py86 if bcfg and getattr(bcfg, 'EXCLUSIVE_LOADER', False):
H A Dgrub2.py116 dirty = False
190 return False
257 default={True|False} # If this is the default boot entry
258 transient={True|False} # If this is a transient entry
274 def __init__(self, filename='/rpool/boot/grub/menu.conf', new_conf=False):
288 self._dirty = False
398 self.delete_entries(cmp_fn=(lambda x: entry == x), match_all=False)
538 def write(self, alt_file=None, force=False):
572 self.dirty = False
931 missing_tools = False
[all...]
H A Dmenulst.py158 def update_command(self, cmd, args, create=False):
258 newline_escaped = False
430 tmpfile = tempfile.NamedTemporaryFile(dir=basepath, delete=False)
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/autogen/
H A Dchain.py99 active = True if active == 'True' else False
/osnet-11/usr/src/lib/pyzfs/common/
H A Duserspace.py42 "userused@": ("used", False),
43 "userquota@": ("quota", False),
59 return False
/osnet-11/usr/src/tools/onbld/Scm/
H A DWorkSpace.py87 Truly copied files have non-nil .parentname and .renamed = False
103 self.renamed = False
366 tags.extend(colliding_tags(data, nodes, False))
380 Return True if file changed, False otherwise.
782 repair.strip(self.ui, self.repo, base.node(), backup=False)
829 hg.clean(self.repo, rev, show_stats=False)
868 def _walkctxs(self, base, head, follow=False, pick=None):
895 def _walkctxs(self, base, head, follow=False, pick=None):

Completed in 82 milliseconds

123