Searched refs:modified (Results 1 - 25 of 37) sorted by relevance

12

/illumos-gate/usr/src/cmd/dumpadm/
H A Dmain.c58 int modified = 0; /* have we modified the dump config? */ local
96 * so set the modified flag to force writing out the file.
99 modified++;
119 modified++;
125 modified++;
146 modified++;
159 modified++;
164 modified++;
170 modified
[all...]
/illumos-gate/usr/src/cmd/oamuser/group/
H A Dmod_group.c52 int modified = 0; local
95 modified++;
113 if (modified) {
/illumos-gate/usr/src/cmd/sendmail/db/btree/
H A Dbt_rec.c51 int cmp_n, cmp_p, modified, ret; local
86 modified = 0;
95 modified = 1;
102 modified = 1;
104 if ((ret = memp_fput(mpf, pagep, modified ? DB_MPOOL_DIRTY : 0)) != 0) {
110 modified = 0;
117 modified = 1;
122 modified = 1;
124 if ((ret = memp_fput(mpf, meta, modified ? DB_MPOOL_DIRTY : 0)) != 0)
155 int cmp_n, cmp_p, modified, re local
526 int cmp_n, cmp_p, modified, ret; local
613 int cmp_n, cmp_p, modified, ret; local
679 int cmp_n, cmp_p, modified, ret; local
756 int cmp_n, cmp_p, modified, ret; local
822 int cmp_n, cmp_p, modified, ret; local
[all...]
/illumos-gate/usr/src/cmd/oamuser/user/
H A Dproj.c49 int i, modified = 0; local
104 modified = 0; /* bad project file: cannot rebuild */
121 modified++;
154 modified++;
166 /* Now, update project file, if it was modified */
167 if (modified && rename(t_name, PROJF_PATH) < 0) {
H A Dgroups.c58 int modified = 0; local
155 modified = 0; /* bad group file: cannot rebuild */
174 modified++;
196 modified++;
211 /* Now, update GROUP file, if it was modified */
212 if (modified) {
/illumos-gate/usr/src/cmd/lvm/util/
H A Dmetaparam.c73 int modified = 0; local
97 modified = 1;
106 modified = 1;
115 modified = 1;
131 if (! modified) {
172 int modified = 0; local
203 modified = 1;
218 if (! modified) {
259 int modified = 0; local
290 modified
[all...]
/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb_rec.c350 int modified, ret; local
360 modified = 0;
366 modified = 1;
372 modified = 1;
374 if ((ret = memp_fput(mpf, pagep, modified ? DB_MPOOL_DIRTY : 0)) != 0)
403 int cmp_n, cmp_p, modified, ret; local
424 modified = 0;
428 modified = 1;
435 modified = 1;
437 if ((ret = memp_fput(mpf, pagep, modified
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.h251 boolean_t modified; member in struct:ipqos_conf_filter_s
286 boolean_t modified; member in struct:ipqos_conf_class_s
302 boolean_t modified; member in struct:ipqos_conf_params_s
328 boolean_t modified; member in struct:ipqos_conf_action_s
H A Dipqosconf.c1153 * modified if it is different.
1166 IPQOSCDBG1(DIFF, "marking class %s as modified\n", new->name);
1168 new->modified = B_TRUE;
1174 IPQOSCDBG1(DIFF, "marking class %s as modified\n", new->name);
1176 new->modified = B_TRUE;
1185 * marks the new params as modified if different.
1203 new->modified = B_TRUE;
1215 new->modified = B_TRUE;
1241 IPQOSCDBG1(DIFF, "Marking filter %s as modified\n", new->name);
1243 new->modified
9021 flush( boolean_t *modified) argument
9096 boolean_t modified = B_FALSE; local
[all...]
/illumos-gate/usr/src/cmd/rcap/rcapadm/
H A Drcapadm.c185 int modified = 0; local
205 modified++;
248 modified++;
267 if (refresh && (no_starting_stopping > 0 || modified))
312 if (modified) {
/illumos-gate/usr/src/cmd/acctadm/
H A Dmain.c117 int modified = 0; /* have we modified any properties? */ local
341 modified++;
399 modified++;
424 modified++;
484 modified++;
522 modified++;
526 if (modified) {
/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dfsck_pcfs.h82 short modified; member in struct:cached
178 extern int32_t findImpactedCluster(struct pcdir *modified);
H A Dclusters.c248 new->modified = 0;
366 gettext("Allocation unit %d modified.\n"),
375 perror(gettext("Failed to write modified "
1343 findImpactedCluster(struct pcdir *modified) argument
1349 if (!IsFAT32 && ((uchar_t *)modified >= TheRootDir.bytes) &&
1350 ((uchar_t *)modified < TheRootDir.bytes + RootDirSize))
1355 if (((uchar_t *)modified >= loop->clusterData.bytes) &&
1356 ((uchar_t *)modified <
1374 if (loop->modified)
1451 c->modified
[all...]
/illumos-gate/usr/src/cmd/sgs/ar/common/
H A Dinc.h103 int modified; /* Set if need to write archive */ member in struct:cmd_info
H A Dmain.c138 cmd_info->modified = (cmd_info->opt_flgs & s_FLAG);
152 if (cmd_info->modified) {
H A Dcmd.c191 cmd_info->modified++;
268 cmd_info->modified = 1;
441 (cmd_info->modified)++;
609 (cmd_info->modified)++;
/illumos-gate/usr/src/lib/libfdisk/common/
H A Dlibfdisk.c719 temp->modified = FDISK_MINOR_WRITE;
865 temp->modified = FDISK_MAJOR_WRITE;
898 temp->modified = FDISK_MAJOR_WRITE;
946 pre->modified = FDISK_MAJOR_WRITE;
960 * extended partition. Hence the "relsect" of the first EBR is modified to
1012 epp->ld_head->modified = FDISK_MAJOR_WRITE;
1020 pre->modified = FDISK_MAJOR_WRITE;
1216 if (temp->modified == FDISK_MINOR_WRITE) {
1222 temp->modified = 0;
1223 } else if (temp->modified
[all...]
H A Dlibfdisk.h168 int modified; member in struct:logical_drive
/illumos-gate/usr/src/cmd/sendmail/db/hash/
H A Dhash_rec.c861 int cmp_n, cmp_p, getmeta, modified, ret; local
873 modified = 0;
898 modified = 1;
904 modified = 1;
906 if ((ret = memp_fput(mpf, pagep, modified ? DB_MPOOL_DIRTY : 0)) != 0)
931 modified = 1;
933 if ((ret = memp_fput(mpf, pagep, modified ? DB_MPOOL_DIRTY : 0)) != 0)
961 modified = 1;
966 modified = 1;
968 if ((ret = memp_fput(mpf, pagep, modified
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_init.c177 profile_is_modified(profile_t profile, int *modified) argument
182 if (!modified)
186 *modified = (profile->first_file->data->flags & PROFILE_FILE_DIRTY);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dprofile.h64 (profile_t profile, int *modified);
/illumos-gate/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_slice.c847 * SIDEEFFECTS: updates the module private list of modified slices
883 /* create a modified slice record for the new slice */
895 /* update/create the modified slice record gfor the source slice */
911 * was taken from to create the modified slice
912 * mod_name - name of the modified slice
913 * mod_index - name of the modified slice
914 * mod_stblk - start block of the modified slice
915 * mod_nblks - size in blocks of the modified slice
916 * mod_size - size in bytes of the modified slice
919 * devconfig_t representing the modified slic
1111 modslice_t *modified = NULL; local
[all...]
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_metad_subr.c446 int modified = 0; local
458 modified++;
516 modified++;
549 modified++;
568 modified++;
571 if (modified) {
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dutil.c209 bool modified = false; local
272 modified = true;
281 modified = true;
288 modified = true;
291 return modified;
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_ich8lan.c694 dev_spec->shadow_ram[i].modified = FALSE;
3539 if (dev_spec->shadow_ram[offset+i].modified) {
3557 if (!(dev_spec->shadow_ram[offset+i].modified) ||
3558 !(dev_spec->shadow_ram[offset+i+1].modified)) {
3566 if (dev_spec->shadow_ram[offset+i].modified)
3570 if (dev_spec->shadow_ram[offset+i].modified)
3628 if (dev_spec->shadow_ram[offset+i].modified) {
4034 dev_spec->shadow_ram[offset+i].modified = TRUE;
4050 * checking for the modified bit and writing only the pending changes.
4098 * in the other NVM bank or a modified valu
[all...]

Completed in 271 milliseconds

12