Searched refs:cntrl (Results 1 - 18 of 18) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/isdn/gigaset/
H A Di4l.c109 static int command_from_LL(isdn_ctrl *cntrl) argument
111 struct cardstate *cs = gigaset_get_cs_by_id(cntrl->driver);
124 cntrl->driver);
128 switch (cntrl->command) {
131 cntrl->driver, cntrl->arg);
140 cntrl->driver, cntrl->arg,
141 cntrl->parm.setup.phone, cntrl
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_util.c334 __rep_control_args cntrl; local
354 memset(&cntrl, 0, sizeof(cntrl));
358 ZERO_LSN(cntrl.lsn);
360 cntrl.lsn = *lsnp;
365 cntrl.rectype = rtype;
367 cntrl.rectype = __rep_msg_to_old(rep->version, rtype);
371 (u_long)cntrl.rectype));
372 if (cntrl.rectype == REP_INVALID)
380 cntrl
[all...]
H A Drep_record.c1740 __rep_remfirst(env, ip, cntrl, rec)
1743 DBT *cntrl;
1757 F_SET(cntrl, DB_DBT_REALLOC);
1759 if ((ret = __dbc_get(dbc, cntrl, rec, DB_RMW | DB_FIRST)) == 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-s390/
H A Dtape390.h34 char cntrl; member in struct:display_struct
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sparc/
H A Dtimer.h67 __volatile__ unsigned int cntrl; /* =1 after POST on Aurora */ member in struct:sun4m_timer_percpu_info
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/repmgr/
H A Drepmgr_sel.c656 DBT cntrl, rec; local
665 cntrl.data = &buffer;
666 cntrl.size = sizeof(buffer);
679 conn, REPMGR_HANDSHAKE, &cntrl, &rec, FALSE));
819 conn->input.repmgr_msg.cntrl.size = control_size;
823 dbt = &conn->input.repmgr_msg.cntrl;
837 cntrl.data);
967 dbt = &conn->input.repmgr_msg.cntrl;
1054 DBT cntrl, rec; local
1068 * The cntrl par
[all...]
H A Drepmgr_net.c753 dbt = &conn->input.repmgr_msg.cntrl;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/mips/
H A Dau1x00.c80 u32 volatile cntrl; member in struct:au1000_ac97_reg
579 au1000->ac97_ioport->cntrl = AC97C_RS | AC97C_CE;
581 au1000->ac97_ioport->cntrl = AC97C_CE;
611 au1000->ac97_ioport->cntrl = AC97C_RS;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/skfp/
H A Dpcmplc.c1011 int cntrl ; local
1015 cntrl = (inpw(PLC(phy,PL_CNTRL_B)) & ~PL_MAINT_LS) |
1019 cntrl |= PL_M_QUI0 ;
1022 cntrl |= PL_M_MASTR ;
1025 cntrl |= PL_M_HALT ;
1029 cntrl |= PL_M_IDLE ;
1032 cntrl |= PL_M_TPDR ;
1035 outpw(PLC(phy,PL_CNTRL_B),cntrl) ; local
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/flex/
H A Dscan.l522 "[:cntrl:]" BEGIN(CCL); return CCE_CNTRL;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/cxgb3/
H A Dsge.c881 unsigned int flits, sgl_flits, cntrl, tso_info; local
887 cntrl = V_TXPKT_INTF(pi->port_id);
890 cntrl |= F_TXPKT_VLAN_VLD | V_TXPKT_VLAN(vlan_tx_tag_get(skb));
898 cntrl |= V_TXPKT_OPCODE(CPL_TX_PKT_LSO);
899 hdr->cntrl = htonl(cntrl);
908 cntrl |= V_TXPKT_OPCODE(CPL_TX_PKT);
909 cntrl |= F_TXPKT_IPCSUM_DIS; /* SW calculates IP csum */
910 cntrl |= V_TXPKT_L4CSUM_DIS(skb->ip_summed != CHECKSUM_PARTIAL);
911 cpl->cntrl
[all...]
H A Dt3_cpl.h1065 __be32 cntrl; member in struct:cpl_tx_pkt
1071 __be32 cntrl; member in struct:cpl_tx_pkt_lso
1078 /* cpl_tx_pkt*.cntrl fields */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Drepmgr.h277 DBT cntrl, rec; member in struct:__repmgr_connection::__anon2073::__anon2074
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/s390/char/
H A Dtape_std.c147 *(unsigned char *) request->cpdata = disp->cntrl;
148 DBF_EVENT(5, "TAPE: display cntrl=%04x\n", disp->cntrl);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_env.cpp118 int _rep_send_intercept_c(DB_ENV *dbenv, const DBT *cntrl, const DBT *data, argument
122 cntrl, data, lsn, id, flags));
226 int DbEnv::_rep_send_intercept(DB_ENV *dbenv, const DBT *cntrl, const DBT *data, argument
235 const Dbt *cxxcntrl = (const Dbt *)cntrl;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb_cxx.h675 static int _rep_send_intercept(DB_ENV *dbenv, const DBT *cntrl,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb_cxx.h676 static int _rep_send_intercept(DB_ENV *dbenv, const DBT *cntrl,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb_cxx.h676 static int _rep_send_intercept(DB_ENV *dbenv, const DBT *cntrl,

Completed in 226 milliseconds