| /osnet-11/usr/src/lib/libparted/common/libparted/fs/fat/ |
| H A D | traverse.h | 31 int dirty; member in struct:_FatTraverseInfo
|
| /osnet-11/usr/src/lib/libresolv2/common/nameser/ |
| H A D | ns_ttl.c | 99 int ch, digits, dirty; local 104 dirty = 0; 129 dirty = 1; 132 if (dirty) 136 } else if (!dirty)
|
| /osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/bootvars/x86/ |
| H A D | solaris.py | 53 def dirty(self): member in class:BootenvBootVariables 56 @dirty.setter 57 def dirty(self, value): member in class:BootenvBootVariables 59 raise ValueError('dirty is a bool') 61 logger.debug(self.__class__.__name__ + ': dirty => %s' 78 self.dirty = True 85 self.dirty = True 103 self.dirty = True 189 self.dirty = False
|
| /osnet-11/usr/src/lib/libresolv2/common/inet/ |
| H A D | inet_net_pton.c | 65 int n, ch, tmp = 0, dirty, bits; local 75 dirty = 0; 82 if (dirty == 0) 86 if (++dirty == 2) { 90 dirty = 0; 93 if (dirty) { /*%< Odd trailing nybble? */
|
| /osnet-11/usr/src/lib/libparted/common/include/parted/ |
| H A D | device.h | 87 int dirty; member in struct:_PedDevice
|
| /osnet-11/usr/src/lib/libparted/common/libparted/fs/ext2/ |
| H A D | ext2.h | 84 int dirty; member in struct:ext2_buffer_head 114 1:all sb&gd copies dirty
|
| /osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/ |
| H A D | bootloader.py | 110 def dirty(self): member in class:BootLoader 115 @dirty.setter 116 def dirty(self, value): member in class:BootLoader 118 raise ValueError('dirty must be a bool') 120 self._debug('dirty => %s', value) 367 self.dirty = True 386 self.dirty = True 549 boot_instances list and possibly marking the BootConfig as dirty. 550 It is still desirable to mark the BootConfig as dirty, even if 0 620 # secondary bootloader to become dirty, se 853 def dirty(self): member in class:ProxyBootLoader 859 def dirty(self, value): member in class:ProxyBootLoader [all...] |
| H A D | bootconfig.py | 87 def dirty(self): member in class:BootConfig 90 @dirty.setter 91 def dirty(self, val): member in class:BootConfig 93 self._debug('dirty => %s', val) 221 self.dirty = False 231 self.dirty = True 312 self.dirty = True 319 self.dirty = True 324 self.dirty = True 351 self.dirty [all...] |
| /osnet-11/usr/src/lib/libdhcpsvc/modules/binfiles/ |
| H A D | dhcp_network.c | 629 * dirty so that there's no chance the container is inconsistent 754 * mark the container as dirty so that there's no chance the 917 * Mark the container as dirty so that there's no chance the 1189 uchar_t image, dirty; local 1197 * it once we're sure the container is actually dirty. On an 1201 retval = getabyte(dhp->dh_fd, offsetof(dn_header_t, dnh_dirty), &dirty); 1205 if (dirty == 0) 1239 * this instead of just walking the hashheads because not all dirty 1269 * Clear the dirty bit on the container.
|
| /osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
| H A D | gc_frm_kdc.c | 54 int dirty[NCC_TGTS]; member in struct:cc_tgts 64 (ts)->cc_tgts.dirty[(ts)->cc_tgts.cur] = 0; \ 205 * Given a fresh assignment to NXT_CC_TGT, mark NXT_CC_TGT as dirty, 217 rb->dirty[i] = 1; 224 if (rb->dirty[i]) { 226 rb->dirty[i] = 0; 233 * Free CC_TGTS which were dirty, then mark them clean. 243 if (rb->dirty[i]) { 245 rb->dirty[i] = 0;
|
| /osnet-11/usr/src/grub/grub2/grub-core/video/fb/ |
| H A D | video_fb.c | 34 struct dirty struct 49 struct dirty current_dirty; 50 struct dirty previous_dirty; 439 dirty (int y, int height) function 482 dirty (y, height); 542 dirty (y, height); 1006 dirty (framebuffer.render_target->viewport.y,
|
| /osnet-11/usr/src/lib/libpkg/common/ |
| H A D | keystore.c | 57 boolean_t dirty; member in struct:keystore_t 377 tmpstore->dirty = B_FALSE; 441 tmpstore->dirty = B_FALSE; 510 if (keystore->dirty) { 601 keystore->dirty = B_TRUE; 855 keystore->dirty = B_TRUE; 968 ks->dirty = B_TRUE;
|
| /osnet-11/usr/src/lib/libsqlite/src/ |
| H A D | pager.c | 104 ** The PgHdr.dirty flag is set when sqlitepager_write() is called and 119 u8 dirty; /* TRUE if we need to write back changes */ member in struct:PgHdr 497 pPg->dirty = 0; 582 pPg->dirty = 0; 740 if( !pPg->dirty ) continue; 755 pPg->dirty = 0; 1267 assert( pList->dirty ); 1274 pList->dirty = 0; 1281 ** Collect every dirty page into a dirty lis [all...] |
| /osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/loader/ |
| H A D | grub2.py | 114 MenuConfigParser as dirty. 116 dirty = False 126 dirty = True 129 if (not dirty and 131 dirty = True 134 if dirty: 135 self._mcp.dirty = True 355 def dirty(self): member in class:MenuConfigParser 356 """Returns the state of the internal dirty variable. 360 @dirty 361 def dirty(self, val): member in class:MenuConfigParser 3141 def dirty(self): member in class:GRUB2MenuOrganizer [all...] |
| /osnet-11/usr/src/cmd/sendmail/src/ |
| H A D | queue.c | 8488 bool dirty = false; local 8588 dirty = true; 8616 dirty = true; 8641 dirty = true; 8684 if (!dirty)
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
| H A D | embedvar.h | 1478 #define dirty PL_dirty macro
|