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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/
H A Dscn.c65 static void bfa_fcs_port_scn_sm_offline(struct bfa_fcs_port_scn_s *scn,
67 static void bfa_fcs_port_scn_sm_sending_scr(struct bfa_fcs_port_scn_s *scn,
69 static void bfa_fcs_port_scn_sm_scr(struct bfa_fcs_port_scn_s *scn,
71 static void bfa_fcs_port_scn_sm_scr_retry(struct bfa_fcs_port_scn_s *scn,
73 static void bfa_fcs_port_scn_sm_online(struct bfa_fcs_port_scn_s *scn,
80 bfa_fcs_port_scn_sm_offline(struct bfa_fcs_port_scn_s *scn, argument
85 bfa_sm_set_state(scn, bfa_fcs_port_scn_sm_sending_scr);
86 bfa_fcs_port_scn_send_scr(scn, NULL);
93 bfa_sm_fault(scn->port->fcs, event);
98 bfa_fcs_port_scn_sm_sending_scr(struct bfa_fcs_port_scn_s *scn, argument
117 bfa_fcs_port_scn_sm_scr(struct bfa_fcs_port_scn_s *scn, enum port_scn_event event) argument
145 bfa_fcs_port_scn_sm_scr_retry(struct bfa_fcs_port_scn_s *scn, enum port_scn_event event) argument
165 bfa_fcs_port_scn_sm_online(struct bfa_fcs_port_scn_s *scn, enum port_scn_event event) argument
190 struct bfa_fcs_port_scn_s *scn = scn_cbarg; local
232 struct bfa_fcs_port_scn_s *scn = (struct bfa_fcs_port_scn_s *)cbarg; local
313 struct bfa_fcs_port_scn_s *scn = (struct bfa_fcs_port_scn_s *)arg; local
330 struct bfa_fcs_port_scn_s *scn = BFA_FCS_GET_SCN_FROM_PORT(port); local
339 struct bfa_fcs_port_scn_s *scn = BFA_FCS_GET_SCN_FROM_PORT(port); local
348 struct bfa_fcs_port_scn_s *scn = BFA_FCS_GET_SCN_FROM_PORT(port); local
[all...]
H A DMakefile12 bfa-y += bfa_fcs_uf.o bfa_fcs_lport.o fab.o fdmi.o ms.o ns.o scn.o loop.o
H A Dfcs_lport.h73 #define BFA_FCS_GET_SCN_FROM_PORT(port) (&port->port_topo.pfab.scn)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DScintillaBase.cxx330 SCNotification scn = {0}; local
331 scn.nmhdr.code = listType > 0 ? SCN_USERLISTSELECTION : SCN_AUTOCSELECTION;
332 scn.message = 0;
333 scn.wParam = listType;
334 scn.listType = listType;
336 scn.lParam = firstPos;
337 scn.text = listSelected.c_str();
338 NotifyParent(scn);
401 SCNotification scn = {0}; local
402 scn
[all...]
H A DEditor.cxx3579 SCNotification scn = {0}; local
3580 scn.nmhdr.code = SCN_STYLENEEDED;
3581 scn.position = endStyleNeeded;
3582 NotifyParent(scn);
3590 SCNotification scn = {0}; local
3591 scn.nmhdr.code = SCN_CHARADDED;
3592 scn.ch = ch;
3593 NotifyParent(scn);
3603 SCNotification scn = {0}; local
3605 scn
3613 SCNotification scn = {0}; local
3619 SCNotification scn = {0}; local
3625 SCNotification scn = {0}; local
3634 SCNotification scn = {0}; local
3643 SCNotification scn = {0}; local
3649 SCNotification scn = {0}; local
3663 SCNotification scn = {0}; local
3677 SCNotification scn = {0}; local
3685 SCNotification scn = {0}; local
3694 SCNotification scn = {0}; local
3706 SCNotification scn = {0}; local
3853 SCNotification scn = {0}; local
3984 SCNotification scn = {0}; local
[all...]
H A DEditor.h433 virtual void NotifyParent(SCNotification scn) = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/
H A Dstc.cpp3224 SCNotification& scn = *_scn; local
3228 evt.SetPosition(scn.position);
3229 evt.SetKey(scn.ch);
3230 evt.SetModifiers(scn.modifiers);
3232 switch (scn.nmhdr.code) {
3267 evt.SetModificationType(scn.modificationType);
3268 SetEventText(evt, scn.text, scn.length);
3269 evt.SetLength(scn.length);
3270 evt.SetLinesAdded(scn
[all...]
H A DScintillaWX.h122 virtual void NotifyParent(SCNotification scn);
H A DScintillaWX.cpp476 void ScintillaWX::NotifyParent(SCNotification scn) { argument
477 stc->NotifyParent(&scn);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/include/fcs/
H A Dbfa_fcs_lport.h85 struct bfa_fcs_port_scn_s scn; /* scn component of port */ member in struct:bfa_fcs_port_fab_s
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/unicase/
H A Dlocale-languages.h268 char stringpool_str218[sizeof("scn")];
531 "scn",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Dkvm_host.h28 atomic_t scn; member in struct:sca_entry
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dpmcraid.h686 struct pmcraid_state_msg scn; /* controller state change msg */ member in struct:pmcraid_instance
H A Dpmcraid.c800 if (pinstance->scn.ioa_state != PMC_DEVICE_EVENT_RESET_START &&
801 pinstance->scn.ioa_state != PMC_DEVICE_EVENT_SHUTDOWN_START)
1565 pinstance->scn.ioa_state = evt;
1567 &pinstance->scn.msg,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/vms/
H A Dvms.c1754 register byte *scn;
1761 scn = (byte *)(&blk->data);
1764 if (blk->crc32 != crc32(CRCVAL_INITIAL, scn, (extent)len))
1777 fld = (struct PK_field *)scn;
1807 scn += fld->size + PK_FLDHDR_SIZE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/stc/
H A Dstc.h3381 void NotifyParent(SCNotification* scn);

Completed in 538 milliseconds