Searched refs:undo (Results 1 - 16 of 16) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dsem.c72 * Removing the undo structure tunables involved a serious redesign of
73 * how they were implemented. There is now one undo structure for
76 * to. To avoid scalability and performance problems, the undo
83 * The latter is used when removing the semaphore, so the undo
86 * The undo structure itself contains pointers to the ksemid and proc
88 * adjust-on-exit (AOE) values. When an undo structure is allocated it
97 * sem_rmid, holding the ID lock, iterates through all undo structures
99 * see if p_semacct is NULL. If it is, it skips that undo structure
100 * and continues to the next. Otherwise, it removes the undo structure
102 * hold that the undo structur
253 sem_undo_add(short val, ushort_t num, struct sem_undo *undo) argument
272 struct sem_undo *undo; local
288 sem_rollback(ksemid_t *sp, struct sembuf *op, int n, struct sem_undo *undo) argument
309 struct sem_undo *undo; local
610 struct sem_undo *undo; local
810 struct sem_undo *undo; local
876 struct sem_undo *undo; local
[all...]
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_v.c393 * at some point, and then quit from the visual and undo
476 vok(wchar_t *atube, int undo) argument
502 if(!undo) {
515 if(!undo)
H A Dex.h281 * FIXUNDO: do we want to mung undo vars?
320 * To effect undo, copies of affected lines are saved after the last
322 * During an open or visual, which uses the command mode undo between
332 var line *unddol; /* End of undo saved lines */
341 * lines put here go back after unddel, and to complete the undo
479 void undo(bool);
H A Dex_cmds.c857 /* undo */
858 tail2of("undo");
860 tail("undo");
865 undo(c);
H A Dex_cmdsub.c47 * shift, tag, yank, z and undo
139 * more commonly we are just moving lines to the undo save area.
214 * Crush out the undo save area, moving the open/visual
324 * is also called by undo.
417 * Put lines in the buffer from the undo save area.
473 * undo area: 3) 1
489 * Get last line of undo area ("3") into linebuf.
499 * into the last line of undo area:
516 * Get the first line of the undo save area into linebuf.
525 * Copy the first line of the undo sav
1199 undo(bool c) function
[all...]
H A Dex_vops.c49 * occurred. Thus on an intelligent terminal we can undo the operation
141 undo(1);
300 /* Arrange that no further undo saving happens within macro */
316 * Initialize undo information before an append.
323 * XPG6 assertion 273: Set vmcurs so that undo positions the
367 * When we move onto a new line, save information for U undo.
492 * and sync then append (but one operation for undo).
602 * column will be set by undo.
639 * cursor column will be set by undo. When
640 * undo i
[all...]
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_alloc.c1562 struct allocsp_undo *ib_undo = NULL; /* ib undo */
1563 struct allocsp_undo *undo = NULL; local
1608 /* Back up the direct block list, used for undo later if necessary */
1695 /* Save undo information */
1696 undo = kmem_alloc(sizeof (struct allocsp_undo),
1698 undo->offset = i;
1699 undo->blk = allocblk;
1700 undo->next = ib_undo;
1701 ib_undo = undo;
1802 * Since we couldn't allocate completely, we will undo th
[all...]
/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c208 * undo command. It records a copy of the input line from before
248 ViUndo undo; /* Information needed to implement the vi */ member in struct:__anon4074
249 /* undo command. */
1065 * by the vi undo command.
1440 {"vi-undo", gl_vi_undo},
1663 {"M-u", "vi-undo"},
1816 gl->vi.undo.line = NULL;
1817 gl->vi.undo.buff_curpos = 0;
1818 gl->vi.undo.ntotal = 0;
1819 gl->vi.undo
[all...]
/illumos-gate/usr/src/common/crypto/arcfour/amd64/
H A Darcfour-x86_64.pl215 / --i to undo ++i done at entry
/illumos-gate/usr/src/cmd/ed/
H A Ded.c51 "nothing to undo", /* 5 */
283 static void undo(void);
765 undo();
3112 /* The undo command calls this to restore the previous ptr array sav */
3114 /* undo an undo */
3118 undo(void) { function
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dstrlcpy.s124 sub %g4, 4, %g4 ! undo pre-incr
/illumos-gate/usr/src/lib/libshell/misc/
H A Dbuildksh93.sh143 /* undo ast_map.h #defines to avoid collision */
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dsparcv9_subr.s1502 rdpr %cansave, %o1 ! 'restore' changes, so we can undo
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dstrlcpy.s170 sub %g4, 8, %g4 ! undo counter pre-increment
/illumos-gate/usr/src/uts/common/os/
H A Dcpu.c2135 * Call any state change hooks for this CPU, undo it if error found.
2138 cpu_state_change_hooks(int id, cpu_setup_t what, cpu_setup_t undo) argument
2152 cpu_setups[i].func(undo,
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsrvrsmtp.c2534 undo:
3010 goto undo;
4068 /* undo change of inchfd */

Completed in 177 milliseconds