OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SET_RETRY
(Results
1 - 6
of
6
) sorted by relevancy
/src/usr.sbin/sysinst/
menus.entropy
60
/* arg is an int*, set to
SET_RETRY
when the menu is aborted */
70
action { *((int*)arg) =
SET_RETRY
; };
119
option MSG_cancel, exit, action { ((arg_rv*)arg)->rv =
SET_RETRY
; };
122
/* arg is an int*, set to
SET_RETRY
when the menu is aborted */
132
option MSG_cancel, exit, action { *((int*)arg) =
SET_RETRY
; };
util.c
395
if (rv ==
SET_RETRY
)
396
return
SET_RETRY
;
665
return
SET_RETRY
;
682
if (rv ==
SET_RETRY
|| rv == SET_ABANDON)
688
return
SET_RETRY
;
703
if (rv ==
SET_RETRY
)
704
return
SET_RETRY
;
709
return
SET_RETRY
;
732
if (rv ==
SET_RETRY
)
733
return
SET_RETRY
;
[
all
...]
menus.mi
427
option MSG_exit_menu_generic, exit, action { ((arg_rv*)arg)->rv =
SET_RETRY
; };
450
option MSG_exit_menu_generic, exit, action { *((int*)arg) =
SET_RETRY
; };
455
option MSG_Abort_fetch, exit, action { *(int *)arg =
SET_RETRY
; };
460
option MSG_Abort_fetch, exit, action { *(int *)arg =
SET_RETRY
; };
479
option MSG_exit_menu_generic, exit, action { *((int*)arg) =
SET_RETRY
; };
493
option MSG_source_sel_retry, exit, action { *((int*)arg) =
SET_RETRY
; };
510
option MSG_exit_menu_generic, exit, action { *((int*)arg) =
SET_RETRY
; };
523
option MSG_exit_menu_generic, exit, action { *((int*)arg) =
SET_RETRY
; };
net.c
1005
return rval ?
SET_RETRY
: SET_OK;
1040
if (arg.rv ==
SET_RETRY
)
1041
return
SET_RETRY
;
1072
if (rv ==
SET_RETRY
)
1073
return
SET_RETRY
;
1078
return
SET_RETRY
;
configmenu.c
385
int status =
SET_RETRY
;
401
while (status ==
SET_RETRY
);
defs.h
95
#define
SET_RETRY
1 /* Retry */
Completed in 41 milliseconds
Indexes created Sun Oct 19 16:10:00 GMT 2025