Home
last modified time | relevance | path

Searched refs:RF_SEC (Results 1 – 6 of 6) sorted by relevance

/dports/misc/heyu2/heyu-2.10/
H A Dx10aux.c1091 type = RF_SEC; in aux_w800()
1097 type = RF_SEC; in aux_w800()
1152 else if ( type == RF_SEC || type == RF_ENT || type == RF_XJAM32 ) { in aux_w800()
1195 else if ( type == RF_SEC || type == RF_ENT || type == RF_XJAM32 ) { in aux_w800()
1555 *type = RF_SEC; in aux_rfxcomvl()
1560 *type = RF_SEC; in aux_rfxcomvl()
1617 else if ( *type == RF_SEC || *type == RF_ENT || *type == RF_XJAM ) { in aux_rfxcomvl()
1996 type = RF_SEC; in aux_rfxcomvl()
2001 type = RF_SEC; in aux_rfxcomvl()
2067 else if ( type == RF_SEC || type == RF_ENT || type == RF_XJAM ) { in aux_rfxcomvl()
[all …]
H A Dmodules.c2321 aliasp[aliasindex].vtype = RF_SEC; in opt_secignore()
2452 aliasp[aliasindex].vtype = RF_SEC; in opt_kremote()
2491 aliasp[aliasindex].vtype = RF_SEC; in opt_sremote()
2686 aliasp[aliasindex].vtype = RF_SEC; in opt_sd10()
2731 aliasp[aliasindex].vtype = RF_SEC; in opt_bmb_sd18()
2776 aliasp[aliasindex].vtype = RF_SEC; in opt_gb10()
3071 aliasp[aliasindex].vtype = RF_SEC; in opt_jam()
H A Dx10state.c3874 idmask = (vtype == RF_SEC) ? configp->securid_mask : 0xffffu; in x10state_update_virtual()
3939 if ( vtype == RF_SEC ) { in x10state_update_virtual()
4004 if ( vtype == RF_SEC ) in x10state_update_virtual()
5792 if ( vtype == RF_SEC ) { in create_flagslist()
6002 if ( vtype == RF_SEC || vtype == RF_ENT || vtype == RF_VISONIC ) { in translate_virtual()
6003 idmask = (vtype == RF_SEC) ? configp->securid_mask : 0xffffu; in translate_virtual()
6054 if ( vtype == RF_SEC ) { in translate_virtual()
7207 2 * alias_vtype_count(RF_SEC); in create_heyu_environment()
14056 if ( aliasp[index].vtype == RF_SEC && (aliasp[index].optflags & MOPT_SENSOR) ) {
14069 if ( aliasp[index].vtype != RF_SEC || !(aliasp[index].optflags & MOPT_SENSOR) ) {
[all …]
H A Dprocess.h285 #define RF_SEC 2 /* Security X10 RF */ macro
H A Dconfig.c3490 if ( aliasp[j].vtype == RF_SEC && (aliasp[j].optflags & MOPT_RFIGNORE) ) { in create_security_ignore_list()
3597 verify_unique_ids(RF_SEC) != 0 || in finalize_config()
4496 mask = (vtype == RF_SEC) ? configp->securid_mask : in verify_unique_ids()
H A Dprocess.c2161 mask = (vtype == RF_SEC) ? configp->securid_mask : 0xffffffffu; in alias_rev_index()