Searched refs:ce (Results 1 - 13 of 13) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/rp-l2tp/libevent/
H A Devent_sig.c144 struct ChildEntry *ce; local
149 ce = hash_find(&child_process_table, &candidate);
150 if (ce) {
151 if (ce->handler) {
152 ce->handler(pid, status, ce->data);
154 hash_remove(&child_process_table, ce);
155 free(ce);
255 struct ChildEntry *ce; local
258 ce
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/kernel/
H A Dmf.c690 u8 ce[12]; local
692 memcpy( ce, "\x00\x00\x00\x4A\x00\x00\x00\x01\x00\x00\x00\x00", 12 );
693 ce[8] = word>>24;
694 ce[9] = word>>16;
695 ce[10] = word>>8;
696 ce[11] = word;
697 signalCEMsg( ce, NULL );
705 u8 ce[12]; local
708 memcpy( ce, "\x00\x00\x04\x4A\x00\x00\x00\x48\x00\x00\x00\x00", 12 );
729 dmaAndSignalCEMsg( ce, NUL
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/bluetooth/
H A Dhci_conn.c323 set_conn_encrypt_cp ce; local
324 ce.handle = __cpu_to_le16(conn->handle);
325 ce.encrypt = 1;
327 SET_CONN_ENCRYPT_CP_SIZE, &ce);
H A Dhci_event.c671 set_conn_encrypt_cp ce; local
672 ce.handle = __cpu_to_le16(conn->handle);
673 ce.encrypt = 1;
676 SET_CONN_ENCRYPT_CP_SIZE, &ce);
/asus-wl-520gu-7.0.1.45/src/router/config/
H A Dexpr.h187 struct expr *expr_alloc_one(int token, struct expr *ce);
191 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce);
H A Dexpr.c22 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce) argument
27 e->left.expr = ce;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dppp_generic.c2179 struct compressor_entry *ce; local
2183 ce = list_entry(list, struct compressor_entry, list);
2184 if (ce->comp->compress_proto == proto)
2185 return ce;
2194 struct compressor_entry *ce; local
2201 ce = kmalloc(sizeof(struct compressor_entry), GFP_ATOMIC);
2202 if (ce == 0)
2205 ce->comp = cp;
2206 list_add(&ce->list, &compressor_list);
2216 struct compressor_entry *ce; local
2231 struct compressor_entry *ce; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dvi.c3862 int cs, ce; // column start & end local
3874 ce= columns-1;
3882 for ( ; cs <= ce; cs++) {
3890 for ( ; ce >= cs; ce--) {
3891 if (buf[ce + offset] != sp[ce]) {
3896 // now, cs is index of first diff, and ce is index of last diff
3906 if (ce > columns-1) ce
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/skfp/h/
H A Dsmc.h448 struct s_cem ce[NUMPHYS] ; /* cem */ member in struct:s_smc
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dixjuser.h311 * driver as the ce element of an IXJ_CADENCE structure. The elements_used
316 * indefinatly. The ce variable is a pointer to the array of IXJ_TONE
353 IXJ_CADENCE_ELEMENT *ce; member in struct:__anon11240
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dixjuser.h311 * driver as the ce element of an IXJ_CADENCE structure. The elements_used
316 * indefinatly. The ce variable is a pointer to the array of IXJ_TONE
353 IXJ_CADENCE_ELEMENT *ce; member in struct:__anon6826
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/telephony/
H A Dixj.c933 ixj_play_tone(j, j->cadence_t->ce[j->tone_cadence_state].index);
937 if (j->cadence_t->ce[j->tone_cadence_state].freq0) {
938 ti.tone_index = j->cadence_t->ce[j->tone_cadence_state].index;
939 ti.freq0 = j->cadence_t->ce[j->tone_cadence_state].freq0;
940 ti.gain0 = j->cadence_t->ce[j->tone_cadence_state].gain0;
941 ti.freq1 = j->cadence_t->ce[j->tone_cadence_state].freq1;
942 ti.gain1 = j->cadence_t->ce[j->tone_cadence_state].gain1;
945 ixj_set_tone_on(j->cadence_t->ce[0].tone_on_time, j);
946 ixj_set_tone_off(j->cadence_t->ce[0].tone_off_time, j);
947 ixj_play_tone(j, j->cadence_t->ce[
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iptables/libiptc/
H A Dlibiptc.c531 target_name(TC_HANDLE_T handle, const STRUCT_ENTRY *ce) argument
538 STRUCT_ENTRY *e = (STRUCT_ENTRY *)ce;

Completed in 196 milliseconds