OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:c_destroy
(Results
1 - 7
of
7
) sorted by relevancy
/src/sbin/gpt/
destroy.c
58
const struct gpt_cmd
c_destroy
= {
variable in typeref:typename:const struct gpt_cmd
65
#define usage() gpt_usage(NULL, &
c_destroy
)
gpt.h
149
c_destroy
,
main.c
62
&
c_destroy
,
/src/sys/dev/iscsi/
iscsi_send.c
426
} 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
);
iscsi_ioctl.c
495
!conn->
c_destroy
&&
499
conn->
c_destroy
= TRUE;
502
if (!recover || conn->
c_destroy
) {
510
if (!conn->
c_destroy
) {
512
conn->
c_destroy
= TRUE;
iscsi_globals.h
374
bool
c_destroy
; /* conn will be destroyed */
member in struct:connection_s
iscsi_rcv.c
1247
if (!conn->
c_destroy
) {
1251
} while (!conn->
c_destroy
);
Completed in 17 milliseconds
Indexes created Mon Oct 13 16:09:52 GMT 2025