Searched refs:c_destroy (Results 1 – 11 of 11) sorted by relevance
| /netbsd-src/sbin/gpt/ |
| H A D | destroy.c | 58 struct gpt_cmd c_destroy = { variable 65 #define usage() gpt_usage(NULL, &c_destroy)
|
| H A D | main.c | 62 c_destroy, 86 &c_destroy,
|
| /netbsd-src/external/bsd/openldap/dist/servers/lloadd/ |
| H A D | connection.c | 164 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 D | lload.h | 328 CONNECTION_DESTROY_CB c_destroy; member 342 RELEASE_REF( (c), c_refcnt, c->c_destroy ); \
|
| H A D | upstream.c | 547 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 D | client.c | 461 c->c_destroy = client_destroy; in client_init()
|
| H A D | daemon.c | 1428 if ( c->c_destroy == client_destroy && in client_tls_cb()
|
| /netbsd-src/sys/dev/iscsi/ |
| H A D | iscsi_send.c | 426 } 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 D | iscsi_ioctl.c | 495 !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 D | iscsi_rcv.c | 1247 if (!conn->c_destroy) { in iscsi_rcv_thread() 1251 } while (!conn->c_destroy); in iscsi_rcv_thread()
|
| H A D | iscsi_globals.h | 374 bool c_destroy; /* conn will be destroyed */ member
|