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

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dsem.h7 #define SEM_UNDO 0x1000 /* undo the operation on exit */
30 struct sem_undo *undo; /* undo requests on this array */ member in struct:semid_ds
74 #define SEMUME SEMOPM /* max num of undo entries per process */
75 #define SEMMNU SEMMNS /* num of undo structures system wide */
101 struct list_head list_id; /* undo requests on this array */
111 struct sem_undo *undo; /* undo structure */ member in struct:sem_queue
119 /* Each task has a list of undo requests. They are executed automatically
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dpage_isolation.c51 goto undo;
55 undo:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/
H A Dsoc-jack.c248 goto undo;
254 goto undo;
259 goto undo;
289 undo:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dres_counter.c53 goto undo;
58 undo:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/fileops/
H A Dfop_rec.c231 __fop_rename_recover_int(env, dbtp, lsnp, op, info, undo)
237 int undo;
309 if (undo && DB_UNDO(op))
331 * undo pass must check if the file we are interested in is the one that
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/gfs2/
H A Dops_fstype.c427 int undo)
431 if (undo)
697 static int init_journal(struct gfs2_sbd *sdp, int undo) argument
705 if (undo) {
824 static int init_inodes(struct gfs2_sbd *sdp, int undo) argument
830 if (undo)
833 error = init_journal(sdp, undo);
877 static int init_per_node(struct gfs2_sbd *sdp, int undo) argument
888 if (undo)
949 static int init_threads(struct gfs2_sbd *sdp, int undo) argument
426 init_locking(struct gfs2_sbd *sdp, struct gfs2_holder *mount_gh, int undo) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dartstd.cpp147 #include "../../art/undo.xpm"
205 ART(wxART_UNDO, undo)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dcmdproc.tex4 with undo/redo functionality built-in. Derive a new class from this
107 Returns the string that will be shown for the undo menu item.
H A Dcommand.tex29 {\it canUndo} tells the command processor whether this command is undo-able. You
H A Drichtextbuffer.tex77 Begins collapsing undo/redo commands. Note that this may not work properly
216 Begins suppressing undo/redo commands. The way undo is suppressed may be implemented
218 it will be implemented automatically by not storing the command in the undo history
342 Ends collapsing undo/redo commands, and submits the combined command.
426 Ends suppressing undo/redo commands.
837 Returns \true if undo suppression is currently on.
H A Dtdocview.tex32 some default print/preview functionality and support for command undo/redo.
69 \item Limit the maximum number of open documents and the maximum number of undo commands.
252 instances, with undo/redo functionality built-in. Derive a new class from this
H A Dcombobox.tex168 Returns true if the combobox is editable and the last undo can be redone.
250 Redoes the last undo in the text field. Windows only.
H A Drichtextctrl.tex113 Returns \true if undo commands are being batched.
127 Starts batching undo history for commands.
265 Starts suppressing undo history for commands.
429 Ends batching undo command history.
513 Ends suppressing undo command history.
1108 Shows a standard context menu with undo, redo, cut, copy, paste, clear, and select all commands.
1488 Returns \true if undo history suppression is on.
H A Dtext.tex358 Returns {\tt true} if there is an undo facility available and the last operation
1040 If there is an undo facility and the last operation can be undone, undoes the last operation. Does nothing
1041 if there is no undo facility.
H A Dlog.tex229 the latter must be called the same number of times as the former to undo it,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/octeon/
H A Dethernet-tx.c78 int32_t undo; local
79 undo = skb_to_free > 0 ? MAX_SKB_TO_FREE : skb_to_free + MAX_SKB_TO_FREE;
80 if (undo > 0)
81 cvmx_fau_atomic_add32(fau, -undo);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/ipc/
H A Dsem.c35 * - undo adjustments at process exit are limited to 0..SEMVMX.
369 int undo = un->semadj[sop->sem_num] - sem_op; local
371 * Exceeding the undo range is an error.
373 if (undo < (-SEMAEM - 1) || undo > SEMAEM)
391 goto undo;
399 undo:
585 q->undo, q->pid);
709 /* Free the existing undo structures for this semaphore set. */
1124 * here. We guarantee there is only one thread using this undo lis
[all...]
H A Dcompat.c58 compat_uptr_t undo; member in struct:compat_semid_ds
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap2/omapfb/
H A Domapfb-ioctl.c118 goto undo;
126 goto undo;
141 goto undo;
159 undo:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Daddr.c67 int undo = 0; local
120 undo = 1;
125 if (undo)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Dtextctrl.cpp806 wxSourceUndoStep *undo = (wxSourceUndoStep*) node->GetData(); local
808 undo->Undo();
810 delete undo;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/studio/manual/
H A Dstudio.tex207 \twocolitem{Ctrl-Y}{Redo current action on the undo stack}
304 \twocolitem{\image{1cm;0cm}{undo.bmp}}{{\bf Undo} Undoes the last command.}
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic94xx/
H A Daic94xx_hwi.c1060 goto undo;
1066 undo:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/txn/
H A Dtxn.c846 goto undo;
880 undo: if ((ret = __txn_undo(txn)) != 0)
1536 "DB_TXN->abort: in-memory log undo failed");
1559 "DB_TXN->abort: log undo failed for LSN: %lu %lu",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/lib/
H A Dmemcpy-sh4.S453 ! We also need r0 as a temporary (for movca), so 'undo' the invariant:
638 ! We also need r0 as a temporary (for movca), so 'undo' the invariant:

Completed in 328 milliseconds

12