Searched refs:timeout_fn (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/nmbd/
H A Dnmbd_responserecordsdb.c100 timeout_response_function timeout_fn,
118 rrec->timeout_fn = timeout_fn;
97 make_response_record( struct subnet_record *subrec, struct packet_struct *p, response_function resp_fn, timeout_response_function timeout_fn, success_function success_fn, fail_function fail_fn, struct userdata_struct *userdata) argument
H A Dnmbd_packets.c464 timeout_response_function timeout_fn,
491 timeout_fn, /* function to call on timeout. */
509 timeout_response_function timeout_fn,
548 resp_fn, timeout_fn,
570 timeout_response_function timeout_fn,
610 timeout_fn, /* function to call on timeout. */
628 timeout_response_function timeout_fn,
655 timeout_fn, /* function to call on timeout. */
683 timeout_response_function timeout_fn,
753 timeout_fn, /* functio
462 queue_register_name( struct subnet_record *subrec, response_function resp_fn, timeout_response_function timeout_fn, register_name_success_function success_fn, register_name_fail_function fail_fn, struct userdata_struct *userdata, struct nmb_name *nmbname, uint16 nb_flags) argument
507 queue_wins_refresh(struct nmb_name *nmbname, response_function resp_fn, timeout_response_function timeout_fn, uint16 nb_flags, struct in_addr refresh_ip, const char *tag) argument
568 queue_register_multihomed_name( struct subnet_record *subrec, response_function resp_fn, timeout_response_function timeout_fn, register_name_success_function success_fn, register_name_fail_function fail_fn, struct userdata_struct *userdata, struct nmb_name *nmbname, uint16 nb_flags, struct in_addr register_ip, struct in_addr wins_ip) argument
626 queue_release_name( struct subnet_record *subrec, response_function resp_fn, timeout_response_function timeout_fn, release_name_success_function success_fn, release_name_fail_function fail_fn, struct userdata_struct *userdata, struct nmb_name *nmbname, uint16 nb_flags, struct in_addr release_ip, struct in_addr dest_ip) argument
681 queue_query_name( struct subnet_record *subrec, response_function resp_fn, timeout_response_function timeout_fn, query_name_success_function success_fn, query_name_fail_function fail_fn, struct userdata_struct *userdata, struct nmb_name *nmbname) argument
769 queue_query_name_from_wins_server( struct in_addr to_ip, response_function resp_fn, timeout_response_function timeout_fn, query_name_success_function success_fn, query_name_fail_function fail_fn, struct userdata_struct *userdata, struct nmb_name *nmbname) argument
808 queue_node_status( struct subnet_record *subrec, response_function resp_fn, timeout_response_function timeout_fn, node_status_success_function success_fn, node_status_fail_function fail_fn, struct userdata_struct *userdata, struct nmb_name *nmbname, struct in_addr send_ip) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Dnameserv.h385 timeout_response_function timeout_fn; member in struct:response_record
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dfloppy.c628 typedef void (*timeout_fn) (unsigned long); typedef
1033 fd_timer.function = (timeout_fn) fd_watchdog;
1046 static int fd_wait_for_completion(unsigned long delay, timeout_fn function)
1404 (timeout_fn) floppy_ready));
1503 timeout_fn function;
1517 function = (timeout_fn) floppy_start;
1519 function = (timeout_fn) setup_rw_floppy;
1914 /*typedef void (*timeout_fn)(unsigned long);*/
1941 (timeout_fn) function));

Completed in 48 milliseconds