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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Dalloc.h58 int cancel);
H A Dalloc.c2706 int cancel)
2711 if (cancel)
2705 ocfs2_schedule_truncate_log_flush(struct ocfs2_super *osb, int cancel) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/tpm/
H A Dtpm.h75 void (*cancel) (struct tpm_chip *); member in struct:tpm_vendor_specific
H A Dtpm_atmel.c131 static DEVICE_ATTR(cancel, S_IWUSR |S_IWGRP, NULL, tpm_store_cancel);
146 .cancel = tpm_atml_cancel,
H A Dtpm_nsc.c241 static DEVICE_ATTR(cancel, S_IWUSR|S_IWGRP, NULL, tpm_store_cancel);
256 .cancel = tpm_nsc_cancel,
H A Dtpm_infineon.c372 static DEVICE_ATTR(cancel, S_IWUSR | S_IWGRP, NULL, tpm_store_cancel);
396 .cancel = tpm_inf_cancel,
H A Dtpm_tis.c350 static DEVICE_ATTR(cancel, S_IWUSR | S_IWGRP, NULL, tpm_store_cancel);
371 .cancel = tpm_tis_ready,
H A Dtpm.c413 chip->vendor.cancel(chip);
887 chip->vendor.cancel(chip);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/plugin_xmms/
H A Dfileinfo.c288 GtkWidget *bbox, *save, *remove, *cancel; local
398 cancel = gtk_button_new_with_label(_("Cancel"));
399 gtk_signal_connect_object(GTK_OBJECT(cancel), "clicked", GTK_SIGNAL_FUNC(gtk_widget_destroy), GTK_OBJECT(window));
400 GTK_WIDGET_SET_FLAGS(cancel, GTK_CAN_DEFAULT);
401 gtk_box_pack_start(GTK_BOX(bbox), cancel, TRUE, TRUE, 0); local
H A Dconfigure.c380 GtkWidget *bbox, *ok, *cancel; local
778 cancel = gtk_button_new_with_label(_("Cancel"));
779 gtk_signal_connect_object(GTK_OBJECT(cancel), "clicked", GTK_SIGNAL_FUNC(gtk_widget_destroy), GTK_OBJECT(flac_configurewin));
780 GTK_WIDGET_SET_FLAGS(cancel, GTK_CAN_DEFAULT);
781 gtk_box_pack_start(GTK_BOX(bbox), cancel, TRUE, TRUE, 0); local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Daio.c272 int (*cancel)(struct kiocb *, struct io_event *);
280 cancel = iocb->ki_cancel;
282 if (cancel) {
285 cancel(iocb, &res);
1269 * Destroy the aio_context specified. May cancel any outstanding
1686 * Attempts to cancel an iocb previously passed to io_submit. If
1698 int (*cancel)(struct kiocb *iocb, struct io_event *res);
1716 cancel = kiocb->ki_cancel;
1720 cancel = NULL;
1723 if (NULL != cancel) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/lib/
H A Ddivdi3.S88 ! Got carry from n. Subtract next step to cancel this carry.
123 ! Got carry from n. Subtract next step to cancel this carry.
147 ! Got carry from n. Subtract next step to cancel this carry.
222 ! Got carry from n. Subtract next step to cancel this carry.
H A Dudivdi3.S50 ! Got carry from n. Subtract next step to cancel this carry.
87 ! Got carry from n. Subtract next step to cancel this carry.
113 ! Got carry from n. Subtract next step to cancel this carry.
192 ! Got carry from n. Subtract next step to cancel this carry.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/dlm/
H A Ddlmdomain.c807 struct dlm_cancel_join *cancel; local
810 cancel = (struct dlm_cancel_join *) msg->buf;
812 mlog(0, "node %u cancels join on domain %s\n", cancel->node_idx,
813 cancel->domain);
816 dlm = __dlm_lookup_domain_full(cancel->domain, cancel->name_len);
821 /* Yikes, this guy wants to cancel his join. No
823 BUG_ON(dlm->joining_node != cancel->node_idx);
1107 /* Do we need to send a cancel message to any nodes? */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/ubi/
H A Dwl.c143 * The @func pointer points to the worker function. If the @cancel argument is
150 int (*func)(struct ubi_device *ubi, struct ubi_work *wrk, int cancel);
698 int cancel);
733 * @cancel: non-zero if the worker has to free memory and exit
740 int cancel)
748 if (cancel)
765 * implementation, so if a LEB is already being moved, cancel.
767 * No free physical eraseblocks? Well, we cancel wear-leveling
776 dbg_wl("cancel WL, a list is empty: free %d, used %d",
893 dbg_wl("error %d occurred, cancel operatio
739 wear_leveling_worker(struct ubi_device *ubi, struct ubi_work *wrk, int cancel) argument
1006 erase_worker(struct ubi_device *ubi, struct ubi_work *wl_wrk, int cancel) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/arch-v32/hwregs/
H A Deth_defs.h165 unsigned int cancel : 1; member in struct:__anon8176
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/kernel/
H A Dbreak.S286 # cancel single-stepping mode
389 # cancel single-stepping mode
420 # cancel single-stepping mode
518 # determine the exception type and cancel single-stepping mode
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/xtensa/lib/
H A Dstrncpy_user.S152 addi a11, a11, 1-3 # advance dst ptr 1, but also cancel
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/lockd/
H A Dsvc4proc.c167 /* Try to cancel request. */
494 PROC(cancel, cancargs, res, args, res, Ck+St),
H A Dsvcproc.c197 /* Try to cancel request. */
527 PROC(cancel, cancargs, res, args, res, Ck+St),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dloadmsgcat.c94 # include <not-cancel.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/cris/
H A Deth_v10.c493 SETS(network_tr_ctrl_shadow, R_NETWORK_TR_CTRL, cancel, dont);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_log_recover.c1551 * Build up the table of buf cancel records so that we don't replay
1553 * not cancel records, there is nothing to do here so we just return.
1555 * If we get a cancel record which is already in the table, this indicates
1558 * last occurrence in the log, we keep a reference count in the cancel
1584 * If this isn't a cancel buffer item, then just return.
1638 * entry in the buffer cancel record table. If it does then return 1
1640 * actually a buffer cancel item (XFS_BLI_CANCEL is set), then decrement
1644 * We remove the cancel record from the table when we encounter its
1682 * Search for an entry in the buffer cancel table that
1691 * If this buffer is actually a buffer cancel
2120 int cancel; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-glade-11253 <name>cancel</name>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dncr53c8xx.c1888 ncrcmd cancel [ 4]; member in struct:scripth

Completed in 325 milliseconds