OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:portarget_id
(Results
1 - 2
of
2
) sorted by relevancy
/src/sbin/iscsid/
iscsid_targets.c
37
static uint32_t
portarget_id
= 0;
variable in typeref:typename:uint32_t
84
for (
portarget_id
++; !
portarget_id
||
85
find_portal_id(
portarget_id
) != NULL ||
86
find_target_id(TARGET_LIST,
portarget_id
) != NULL;) {
87
portarget_id
++;
89
portal->entry.sid.id =
portarget_id
;
184
for (
portarget_id
++;
185
!
portarget_id
||
186
find_portal_id(
portarget_id
) != NULL |
[
all
...]
iscsid_targets.c
37
static uint32_t
portarget_id
= 0;
variable in typeref:typename:uint32_t
84
for (
portarget_id
++; !
portarget_id
||
85
find_portal_id(
portarget_id
) != NULL ||
86
find_target_id(TARGET_LIST,
portarget_id
) != NULL;) {
87
portarget_id
++;
89
portal->entry.sid.id =
portarget_id
;
184
for (
portarget_id
++;
185
!
portarget_id
||
186
find_portal_id(
portarget_id
) != NULL |
[
all
...]
Completed in 22 milliseconds
Indexes created Tue Oct 14 15:09:51 GMT 2025