Home
last modified time | relevance | path

Searched refs:c_destroy (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/sbin/gpt/
H A Ddestroy.c58 struct gpt_cmd c_destroy = { variable
65 #define usage() gpt_usage(NULL, &c_destroy)
H A Dmain.c62 c_destroy,
86 &c_destroy,
/netbsd-src/external/bsd/openldap/dist/servers/lloadd/
H A Dconnection.c164 RELEASE_REF( c, c_refcnt, c->c_destroy ); in handle_pdus()
299 RELEASE_REF( c, c_refcnt, c->c_destroy ); in connection_read_cb()
383 RELEASE_REF( c, c_refcnt, c->c_destroy ); in connection_write_cb()
490 RELEASE_REF( c, c_refcnt, c->c_destroy ); in connections_walk_last()
609 c->c_destroy = connection_destroy; in lload_connection_init()
H A Dlload.h328 CONNECTION_DESTROY_CB c_destroy; member
342 RELEASE_REF( (c), c_refcnt, c->c_destroy ); \
H A Dupstream.c547 RELEASE_REF( c, c_refcnt, c->c_destroy ); in upstream_bind()
603 RELEASE_REF( c, c_refcnt, c->c_destroy ); in upstream_bind()
609 RELEASE_REF( c, c_refcnt, c->c_destroy ); in upstream_bind()
935 c->c_destroy = upstream_destroy; in upstream_init()
H A Dclient.c461 c->c_destroy = client_destroy; in client_init()
H A Ddaemon.c1428 if ( c->c_destroy == client_destroy && in client_tls_cb()
/netbsd-src/sys/dev/iscsi/
H A Discsi_send.c426 } else if (!conn->c_destroy && conn->c_Time2Wait) { in iscsi_send_thread()
432 DEBC(conn, 1, ("%s\n", conn->c_destroy ? "TERMINATED" : "RECOVER")); in iscsi_send_thread()
433 add_event(conn->c_destroy ? ISCSI_CONNECTION_TERMINATED in iscsi_send_thread()
439 if (!conn->c_destroy) in iscsi_send_thread()
442 DEBC(conn, 1, ("Waited for conn_idle, destroy = %d\n", conn->c_destroy)); in iscsi_send_thread()
444 } while (!conn->c_destroy); in iscsi_send_thread()
H A Discsi_ioctl.c495 !conn->c_destroy && in kill_connection()
499 conn->c_destroy = TRUE; in kill_connection()
502 if (!recover || conn->c_destroy) { in kill_connection()
510 if (!conn->c_destroy) { in kill_connection()
512 conn->c_destroy = TRUE; in kill_connection()
H A Discsi_rcv.c1247 if (!conn->c_destroy) { in iscsi_rcv_thread()
1251 } while (!conn->c_destroy); in iscsi_rcv_thread()
H A Discsi_globals.h374 bool c_destroy; /* conn will be destroyed */ member