Searched defs:restore (Results 1 - 25 of 26) sorted by relevance

12

/illumos-gate/usr/src/tools/elfsign/
H A Delfsigncmp.sh76 restore() { function
81 restore
103 restore
108 restore
/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb.c111 int fd, ftype, need_fileid, restore, ret, retry_cnt, swapped; local
518 restore = 0;
523 restore = 1;
548 if (restore)
/illumos-gate/usr/src/lib/libpp/common/
H A Dppinput.c287 long restore; local
299 restore = pp.state & (COLLECTING|DISABLE|STRIP);
300 pp.state &= ~restore;
335 pp.state |= restore;
H A Dppcontrol.c194 long restore; local
196 restore = pp.state & (NOSPACE|STRIP);
231 pp.state |= restore;
267 long restore; local
311 restore = (pp.state & RESTORE)|NEWLINE;
312 if (pp.state & PASSTHROUGH) restore |= DISABLE;
313 else restore &= ~DISABLE;
2237 pp.state |= restore;
2278 pp.state |= restore|HIDDEN|SKIPCONTROL;
/illumos-gate/usr/src/common/bignum/sun4u/
H A Dmont_mulf_kernel_v9.s526 /* 0x01c8 */ restore %g0,%g0,%g0 label
832 /* 0x01dc */ restore %g0,%g0,%g0 label
1164 /* 0x03ac */ restore %g0,%g0,%g0 label
3045 /* 0x0c3c */ restore %g0,%g0,%g0 label
3139 ldx [%o0 + FPU_FSR], %fsr ! restore %fsr
3142 bnz,pt %icc, .fregs_restore ! yes, go to restore
H A Dmont_mulf_v8plus.s316 /* 0x01f4 */ restore %g0,%g0,%g0 label
521 /* 0x00e0 */ restore %g0,%g0,%g0 label
546 /* 0x0138 */ restore %g0,%g0,%g0 label
792 /* 0x02e4 */ restore %g0,%g0,%g0 label
1855 /* 0x0adc */ restore %g0,%g0,%g0 label
1873 /* 0x0b18 */ restore %g0,%g0,%g0 label
H A Dmont_mulf_v9.s516 /* 0x03fc */ restore %g0,%g0,%g0 label
783 /* 0x01a0 */ restore %g0,%g0,%g0 label
813 /* 0x020c */ restore %g0,%g0,%g0 label
1245 /* 0x051c */ restore %g0,%g0,%g0 label
2447 /* 0x0d40 */ restore %g0,%g0,%g0 label
/illumos-gate/usr/src/cmd/sh/
H A Dio.c397 restore(int last) function
/illumos-gate/usr/src/cmd/streams/strcmd/
H A Dstrchg.c101 static void restore(int, int);
236 * Save state so can restore if something goes wrong
238 * save original module list for restore.)
289 restore(i, 0);
357 restore(0, i);
372 restore((newlist.sl_nmods - 1 - i),
383 "%s: WARNING: Could not restore "
401 restore(0, i);
428 restore(0, j);
440 /* no need to restore */
495 restore(int npop, int npush) function
[all...]
/illumos-gate/usr/src/tools/onbld/Scm/
H A DBackup.py257 def restore(self): member in class:CdmCommittedBackup
272 raise util.Abort("couldn't restore committed changes: %s\n"
275 raise CdmNodeMissing("couldn't restore committed changes",
395 def restore(self): member in class:CdmUncommittedBackup
406 raise CdmNodeMissing("couldn't restore uncommitted changes",
576 raise util.Abort("couldn't restore metadata from %s:\n"
603 raise util.Abort("couldn't restore metadata from %s:\n"
610 def restore(self): member in class:CdmMetadataBackup
684 no part in restore or need_backup checking, restore alway
769 def restore(self): member in class:CdmClearBackup
948 def restore(self, gen=None): member in class:CdmBackup
[all...]
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dniu.c109 long restore = 0; local
130 restore = 1;
163 if (restore)
/illumos-gate/usr/src/lib/libast/common/disc/
H A Dsfkeyprintf.c75 getfield(register Field_t* f, int restore) argument
89 else if (restore)
111 if (c == '(' && restore)
117 else if (c == '[' && restore)
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dfindlib.h59 char* restore; member in struct:__anon2637
H A Dprocopen.c149 * do modification op and save previous state for restore()
286 * restore modifications
290 restore(Proc_t* proc) function
347 #define restore(p) macro
736 restore(proc);
/illumos-gate/usr/src/cmd/newform/
H A Dnewform.c585 *restore = " ", /* Character to be restored */ local
613 repch = *(restore = p - 1);
614 *restore = '\0';
631 *restore = repch;
/illumos-gate/usr/src/cmd/pg/
H A Dpg.c162 static jmp_buf restore; variable
522 if (setjmp(restore) > 0)
598 if (setjmp(restore) > 0) {
1229 longjmp(restore, 1); /* restore to search() */
1249 if (setjmp(restore) <= 0) {
1773 longjmp(restore, 1);
1824 longjmp(restore, -1);
/illumos-gate/usr/src/cmd/more/
H A Dmore.c187 jmp_buf restore; variable
339 if (!setjmp(restore)) {
361 if (firstf) setjmp (restore);
374 setjmp (restore);
407 setjmp (restore);
546 setjmp (restore);
579 longjmp (restore, 1);
1611 longjmp (restore, 1);
1746 longjmp (restore, 1);
1805 longjmp (restore,
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli3.c4243 uint32_t restore = 0; local
4314 restore = 1;
4326 if (restore) {
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dupdate.c995 int restore; local
1043 restore = 0;
1055 restore = 1;
1067 restore = 1;
1078 restore = 1;
1097 restore = 1;
1108 if (restore != 0) {
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_hw.c2951 ath9k_hw_configpcipowersave(struct ath_hal *ah, int restore) argument
2962 if (restore)
/illumos-gate/usr/src/uts/sparc/dtrace/
H A Dfbt.c507 * We are patching control-transfer/restore couplets. There are three
514 * restore rs1, rs2 | imm, rd
517 * restore rs1, rs2 | imm, rd
524 * Note that rs1 and rs2 in the restore instructions in (b) and (c) are
527 * local, ls0, and rs2 into an unused local, ls1, and restructure the restore
530 * restore ls0, ls1, rd
631 * restore %o7 to the value before the call/jmpl, we don't
632 * particularly care how this routine is managing to restore
687 uint32_t cti = *instr, restore = *(instr + 1), rs1, dest; local
704 * restore, followe
[all...]
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmap.c524 bool restore = false; local
540 restore = true;
587 if (restore)
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_sp_verbs.c332 * @restore: true - do not optimize the command
339 BOOL restore)
345 if (!restore) {
1558 /* Set a restore bit */
2018 * @restore:
2027 BOOL restore,
2034 if (!restore &&
2085 BOOL restore = ECORE_TEST_BIT(RAMROD_RESTORE, ramrod_flags); local
2112 elem, restore,
2120 if (!restore
336 ecore_exe_queue_add(struct _lm_device_t *pdev, struct ecore_exe_queue_obj *o, struct ecore_exeq_elem *elem, BOOL restore) argument
2023 ecore_vlan_mac_get_registry_elem( struct _lm_device_t *pdev, struct ecore_vlan_mac_obj *o, struct ecore_exeq_elem *elem, BOOL restore, struct ecore_vlan_mac_registry_elem **re) argument
2208 BOOL restore = ECORE_TEST_BIT(RAMROD_RESTORE, &p->ramrod_flags); local
[all...]
H A Decore_sp_verbs.h467 int (*restore)(struct _lm_device_t *pdev, member in struct:ecore_vlan_mac_obj
1528 * (ECORE_MCAST_CMD_DEL) or restore (ECORE_MCAST_CMD_RESTORE) a current
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c2143 cmn_err(CE_WARN, "%s failed to restore "
7341 * restore: Restore first flag.
7348 boolean_t restore)
7357 if (restore) {
7407 if (restore == B_FALSE) {
10950 /* restore the section we saved in the buffer */
7347 ql_cthdr_endian(ddi_acc_handle_t acc_handle, caddr_t ct_hdr, boolean_t restore) argument

Completed in 214 milliseconds

12