Searched defs:tcb (Results 1 - 7 of 7) sorted by relevance

/external/qemu/slirp/
H A Dtcp_input.c44 struct socket tcb; variable in typeref:struct:socket
47 struct socket *tcp_last_so = &tcb;
379 so = solookup(&tcb, ti->ti_src, ti->ti_sport,
966 * Inform user that connection was reset, and close tcb.
968 * Close the tcb.
/external/qemu/slirp-android/
H A Dtcp_input.c44 struct socket tcb; variable in typeref:struct:socket
47 struct socket *tcp_last_so = &tcb;
385 so = solookup(&tcb, srcip, srcport, dstip, dstport);
972 * Inform user that connection was reset, and close tcb.
974 * Close the tcb.
/external/dbus/dbus/
H A Ddbus-mainloop.c323 TimeoutCallback *tcb; local
325 tcb = timeout_callback_new (timeout, function, data, free_data_func);
326 if (tcb == NULL)
329 if (!add_callback (loop, (Callback*) tcb))
331 tcb->callback.free_data_func = NULL; /* don't want to have this side effect */
332 callback_unref ((Callback*) tcb);
376 TimeoutCallback *tcb,
389 interval = dbus_timeout_get_interval (tcb->timeout);
394 expiration_tv_sec = tcb->last_tv_sec + interval_seconds;
395 expiration_tv_usec = tcb
374 check_timeout(unsigned long tv_sec, unsigned long tv_usec, TimeoutCallback *tcb, int *timeout) argument
658 TimeoutCallback *tcb = TIMEOUT_CALLBACK (cb); local
735 TimeoutCallback *tcb = TIMEOUT_CALLBACK (cb); local
[all...]
/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_int.h447 tGATT_TCB tcb[GATT_MAX_PHY_CHANNEL]; member in struct:__anon1062
/external/strace/
H A Ddefs.h339 struct tcb { struct
360 struct tcb *parent; /* Parent of this process */
498 extern struct tcb **tcbtab;
507 extern struct tcb *tcp_last;
513 extern struct tcb *alloc_tcb(int, int);
514 extern struct tcb *pid2tcb(int);
515 extern void droptcb(struct tcb *);
523 extern int get_scno(struct tcb *);
524 extern long known_scno(struct tcb *);
525 extern long do_ptrace(int request, struct tcb *tc
[all...]
/external/bluetooth/bluedroid/bta/hl/
H A Dbta_hl_int.h545 tBTA_HL_TIMER_CB tcb[BTA_HL_NUM_TIMERS]; member in struct:__anon556
/external/libnfc-nci/src/nfc/int/
H A Drw_int.h551 tRW_TCB tcb; member in struct:__anon7924

Completed in 1892 milliseconds