Searched refs:changed (Results 1 - 25 of 62) sorted by relevance

123

/osnet-11/usr/src/lib/libcurses/screen/
H A Dwtouchln.c48 * Make a number of lines look like they have/have not been changed.
51 * changed: 1: changed
52 * 0: not changed
53 * -1: changed. Called internally - In this mode
54 * even REDRAW lines are changed.
58 wtouchln(WINDOW *win, int y, int n, int changed) argument
71 if (changed) {
82 if (changed == -1 || *firstch != _REDRAW)
86 if ((changed
[all...]
H A Dwrefresh.c192 /* pretend _virtscr has been totally changed */
375 bool redraw, changed, didcolor, didvideo; local
525 didvideo = changed = FALSE;
546 if (!changed && !marks && clr_bol && blnkx > wx &&
582 changed = TRUE;
759 if (changed) {
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_c.x58 bool changed;
73 % bool_t changed;
93 % been executed and the database is flagged as being changed.
117 % A checkpoint is done only if it has changed since the previous checkpoint.
138 %/* Return whether the database has changed since its previous checkpoint. */
139 % bool_t changedp() { return changed;}
154 % will be changed to that of 'j', regardless of the status of the operation.
H A Ddb.cc85 changed = FALSE;
320 * been executed and the database is flagged as being changed.
381 changed = TRUE;
413 changed = TRUE;
549 * will be changed to that of 'j', regardless of the status of the operation.
627 if (changed == TRUE)
629 "WARNING: the current db '%s' has been changed but not checkpointed",
642 changed = FALSE;
649 changed = (count > 0);
652 (changed
[all...]
H A Ddb_dictionary_c.x123 % bool_t changed;
147 % been executed and the dictionary is flagged as being changed.
192 % A checkpoint is done only if it has changed since the previous checkpoint.
H A Ddb_dictionary.cc617 changed = FALSE;
821 changed = FALSE;
1000 * dictionary changed, so that it will be properly checkpointed and
1004 changed = TRUE;
1169 changed = FALSE;
1175 changed = (num_changes > 0);
1268 changed = FALSE;
1311 * A checkpoint is done only if it has changed since the previous checkpoint.
1319 if (changed == FALSE) {
1342 changed
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/bus/usb/
H A Dusbhub.c187 int changed=0;
207 (hub->controller, portno, &changed);
241 int changed=0;
275 &changed);
319 grub_uint8_t changed;
331 changed = dev->statuschange;
340 if (err || actual == 0 || changed == 0)
349 if (!(changed & (1 << i)))
399 /* Connected and status of connection changed ? */
503 /* No, it should be never changed, i
186 int changed=0; local
240 int changed=0; local
318 grub_uint8_t changed; local
506 int changed = 0; local
[all...]
H A Duhci.c782 grub_uhci_detect_dev (grub_usb_controller_t dev, int port, int *changed) argument
804 *changed = 1;
810 *changed = 0;
H A Dohci.c364 grub_dprintf("ohci", "Ownership changed normally.\n");
809 /* ed_virt->td_head = grub_cpu_to_le32 (td_head); Must not be changed, it is maintained by OHCI */
1287 grub_ohci_detect_dev (grub_usb_controller_t dev, int port, int *changed)
1299 *changed = 1;
1305 *changed = 0;
1285 grub_ohci_detect_dev(grub_usb_controller_t dev, int port, int *changed) argument
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Hash/
H A DUtil.pm50 value cannot be changed.
121 key cannot be changed.
147 No value can be changed, no keys can be added or deleted.
152 are made read/write. All values can be changed and keys can be added
/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetut.c596 int changed; /* flag to indicate that a new id has been generated */ local
600 changed = 0;
614 * if we haven't changed anything yet,
617 if (!changed && (saveid[i] < MAXVAL)) {
630 changed = 1;
635 if (!changed) {
651 /* changed is true if we were successful in allocating an id */
652 if (changed) {
H A Dgetutx.c816 * If the file is being changed to UTMPX_FILE, /etc/utmpx or
819 * changed to another name.
1001 int changed; /* flag to indicate that a new id has */ local
1006 changed = 0;
1023 * if we haven't changed anything yet, try to find a new char
1026 if (!changed && (saveid[i] < MAXVAL)) {
1042 changed = 1;
1047 if (!changed) {
1064 * changed is true if we were successful in allocating an id
1066 if (changed) {
[all...]
H A Derrlist120 82 Remote address changed
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DComplete.pm36 Cannot be changed.
61 The completion character E<lt>tabE<gt> cannot be changed.
/osnet-11/usr/src/lib/fm/libdiskstatus/common/
H A Dds_scsi.c842 scsi_enable_ie(ds_scsi_info_t *sip, boolean_t *changed) argument
892 *changed = B_FALSE;
899 *changed = B_TRUE;
903 *changed = B_FALSE;
909 if (nvlist_add_boolean_value(sip->si_state_iec, "changed",
910 *changed) != 0)
1254 boolean_t changed; local
1277 scsi_enable_ie(sip, &changed) != 0 ||
1278 (changed && load_ie_modepage(sip) != 0)) {
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dusb.h119 grub_usb_speed_t (*detect_dev) (grub_usb_controller_t dev, int port, int *changed);
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/
H A Dkdb_db2.c120 * version number changed, or if the semaphore was nonexistant at
460 * If the alternate database doesn't exist, nothing is changed.
1837 * changed to non-zero if dst was changed.
1846 int *changed)
1848 *changed = 0;
1852 (*changed)++;
1857 (*changed)++;
1862 (*changed)++;
1883 int n_entries = 0, changed; local
1843 krb5_db2_merge_principal(krb5_context kcontext, krb5_db_entry *src, krb5_db_entry *dst, int *changed) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/t/
H A Dautoescape.t149 changed")',
155 changed")" onclick="alert("===> single checkbox")" />CLICK ME</label>},
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DDir.pm226 modification times to be changed to that value. Alternatively a reference to
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo_devperm.c455 int changed = 0; local
472 changed = 1;
478 return (changed);
/osnet-11/usr/src/lib/libiscsit/common/
H A Dlibiscsit.c152 * Informs the iscsit service that the configuration has changed and
233 boolean_t changed = B_FALSE; local
244 changed = B_TRUE;
248 if (changed) {
258 * that the config data hasn't changed since we fetched it.
359 * base64 encode the radius secret, if it's changed.
666 /* base64 encode the CHAP secret, if it's changed */
1416 /* base64 encode the CHAP secret, if it's changed */
/osnet-11/usr/src/lib/libpool/common/
H A Dpool.c1647 pool_conf_update(const pool_conf_t *conf, int *changed) argument
1660 if (changed)
1661 *changed = 0;
1662 return (pool_knl_update((pool_conf_t *)conf, changed));
/osnet-11/usr/src/lib/libdladm/common/
H A Dlibdlbridge.c1155 boolean_t changed = B_FALSE; local
1184 changed = B_TRUE;
1187 changed = B_TRUE;
1197 if (changed && status == DLADM_STATUS_OK) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DAutoLoader.pm325 old modules which use B<AutoLoader> should be changed to the new calling
/osnet-11/usr/src/cmd/sendmail/src/
H A Dqueue.c896 ** Check if type has changed and only
906 sm_dprintf("type changed from %c to %c\n",
977 ** The control address (if changed) is printed to the file.
3991 ** Catch this by checking if the underlying qf file has changed
4018 /* changed after opened */
4021 "%s: changed\n", e->e_id);
4023 sm_dprintf("%s: changed\n", e->e_id);
4025 sm_syslog(LOG_DEBUG, e->e_id, "changed");
7971 ** On failure, e->e_sibling is not changed.
8015 bool changed; local
8845 int changed = 0; local
[all...]

Completed in 150 milliseconds

123