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

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Din2000.c331 if (hostdata->selecting || hostdata->connected) {
448 hostdata->selecting = cmd;
944 cmd = (Scsi_Cmnd *) hostdata->selecting; /* get a valid cmd */
946 hostdata->selecting = NULL;
966 hostdata->connected = cmd = (Scsi_Cmnd *) hostdata->selecting;
968 hostdata->selecting = NULL;
1366 if (hostdata->selecting) {
1367 cmd = (Scsi_Cmnd *) hostdata->selecting;
1368 hostdata->selecting = NULL;
1536 hostdata->selecting
[all...]
H A Dwd33c93.c476 if (hostdata->selecting || hostdata->connected) {
596 hostdata->selecting = cmd;
844 cmd = (struct scsi_cmnd *) hostdata->selecting; /* get a valid cmd */
845 hostdata->selecting = NULL;
877 (struct scsi_cmnd *) hostdata->selecting;
878 hostdata->selecting = NULL;
1337 if (hostdata->selecting) {
1338 cmd = (struct scsi_cmnd *) hostdata->selecting;
1339 hostdata->selecting = NULL;
1579 hostdata->selecting
[all...]
H A Dmac53c94.c37 selecting, enumerator in enum:fsc_phase
163 state->phase = selecting;
225 case selecting:
H A DNCR5380.h273 volatile Scsi_Cmnd *selecting; member in struct:NCR5380_hostdata
H A Din2000.h287 volatile Scsi_Cmnd *selecting; /* trying to select this command */ member in struct:IN2000_hostdata
H A Dwd33c93.h242 volatile struct scsi_cmnd *selecting; /* trying to select this command */ member in struct:WD33C93_hostdata
H A DNCR5380.c977 if (!hostdata->connected && !hostdata->selecting) {
1016 hostdata->selecting = NULL;
1040 if (hostdata->selecting) {
1041 tmp = (Scsi_Cmnd *) hostdata->selecting;
1056 } /* if hostdata->selecting */
1234 if (hostdata->selecting)
1358 dprintk(NDEBUG_SELECTION, ("scsi%d : selecting target %d\n", instance->host_no, scmd_id(cmd)));
1369 hostdata->selecting = cmd;
1381 return 0; /* RvC: we return here with hostdata->selecting set,
1385 hostdata->selecting
[all...]
H A Daha152x.c349 selecting = 0x0002, /* target is beeing selected */ enumerator in enum:__anon14156
942 if(CURRENT_SC->SCp.phase & selecting) {
1599 CURRENT_SC->SCp.phase |= selecting;
1601 DPRINTK(debug_selection, DEBUG_LEAD "selecting target\n", CMDINFO(CURRENT_SC));
1633 CURRENT_SC->SCp.phase &= ~(selecting|not_issued);
1677 CURRENT_SC->SCp.phase &= ~selecting;
2364 } else if(stat0 & SELDO && CURRENT_SC && (CURRENT_SC->SCp.phase & selecting)) {
2861 if (ptr->SCp.phase & selecting)
2862 printk("selecting|");
2932 if (ptr->SCp.phase & selecting)
[all...]
H A Dmesh.c104 selecting, enumerator in enum:mesh_phase
751 case selecting:
1102 if (ms->phase > selecting && (in_8(&mr->bus_status1) & BS1_BSY)) {
1532 case selecting:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dcommand.tex4 which is an action usually performed by selecting a menu item, pressing
H A Dmemorydc.tex69 when you want to modify the bitmap you are selecting otherwise you may incurr in some
H A Dfilepicker.tex44 \twocolitem{\windowstyle{wxFLP\_OVERWRITE\_PROMPT}}{Can be combined with wxFLP\_SAVE only: ask confirmation to the user before selecting a file.}
H A Dttreectl.tex27 selected, selecting another one (with
H A Drichtextoverview.tex50 managing style definitions, browsing styles and applying them, or selecting list styles with
336 that can be used for managing style definitions, browsing styles and applying them, or selecting list styles with
H A Dfiledlg.tex24 \twocolitem{{\windowstyle wxFD\_MULTIPLE}}{For open dialog only: allows selecting multiple files.}
H A Dregex.tex35 It is possible to use the other if preferred by selecting it when building
H A Drichtextstylelistbox.tex254 Returns the wxChoice control used for selecting the style category.
H A Dtipc.tex153 with an Advise loop: selecting an item in the server list box causes
H A Dtdocview.tex225 which is an action usually performed by selecting a menu item, pressing
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/studio/manual/
H A Dstudio.tex91 \item a pointer tool used for selecting, moving and sizing objects;
124 Shapes can be rotated by right-clicking and selecting "Rotate
128 you created the line) by selecting the line and pressing the
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/radvd/
H A Dgram.c2074 flog(LOG_ERR, "automatically selecting the prefix and Base6to4Interface are mutually exclusive");
/netgear-R7000-V1.0.7.12_1.2.5/src/router/radvd/
H A Dgram.c2069 flog(LOG_ERR, "automatically selecting the prefix and Base6to4Interface are mutually exclusive");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/web/javascript/jquery/
H A Djqueryui-1.8.16.min.js114 selecting:e.hasClass("ui-selecting"),unselecting:e.hasClass("ui-unselecting")})})};this.refresh();this.selectees=c.addClass("ui-selectee");this._mouseInit();this.helper=a("<div class='ui-selectable-helper'></div>")},destroy:function(){this.selectees.removeClass("ui-selectee").removeData("selectable-item");this.element.removeClass("ui-selectable ui-selectable-disabled").removeData("selectable").unbind(".selectable");this._mouseDestroy();return this},_mouseStart:function(d){var c=this;this.opos=[d.pageX,
116 d,{unselecting:h.element})}});a(d.target).parents().andSelf().each(function(){var h=a.data(this,"selectable-item");if(h){var g=!d.metaKey||!h.$element.hasClass("ui-selected");h.$element.removeClass(g?"ui-unselecting":"ui-selected").addClass(g?"ui-selecting":"ui-unselecting");h.unselecting=!g;h.selecting=g;(h.selected=g)?c._trigger("selecting",d,{selecting:h.element}):c._trigger("unselecting",d,{unselecting:h.element});return false}})}},_mouseDrag:function(d){var c=this;this.dragged=true;if(!this.options.disabled){var e=
118 j.unselecting=false}if(!j.selecting){j.$element.addClass("ui-selecting");j.selecting=true;c._trigger("selecting",
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/
H A Djquery-ui.js2686 selecting: $this.hasClass('ui-selecting'),
2761 .addClass(doSelect ? "ui-selecting" : "ui-unselecting");
2763 selectee.selecting = doSelect;
2767 self._trigger("selecting", event, {
2768 selecting: selectee.element
2817 if (!selectee.selecting) {
2818 selectee.$element.addClass('ui-selecting');
2819 selectee.selecting = true;
2821 self._trigger("selecting", even
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/doc/
H A Dip-cref.tex755 --- the address is not used when selecting the default source address
952 --- the prefix selecting the neighbours to list.
1043 \paragraph{Description:}This command flushes neighbour tables, selecting
1944 lookups in destination-based routing tables and selecting
2285 --- the prefix selecting the destination multicast addresses to list.
2295 --- the prefix selecting the IP source addresses of the multicast route.

Completed in 170 milliseconds

12