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

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

Completed in 125 milliseconds