HomeSort by: relevance | last modified time | path
    Searched defs:targetinfo_t (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/iscsi/dist/src/initiator/
iscsi-initiator.c 69 typedef struct targetinfo_t { struct
86 } targetinfo_t; typedef in typeref:struct:targetinfo_t
88 DEFINE_ARRAY(targetv_t, targetinfo_t);
90 static targetv_t tv; /* target vector of targetinfo_t structs */
692 ALLOC(targetinfo_t, tv.v, tv.size, tv.c, 10, 10, "iscsifs",
iscsi-initiator.c 69 typedef struct targetinfo_t { struct
86 } targetinfo_t; typedef in typeref:struct:targetinfo_t
88 DEFINE_ARRAY(targetv_t, targetinfo_t);
90 static targetv_t tv; /* target vector of targetinfo_t structs */
692 ALLOC(targetinfo_t, tv.v, tv.size, tv.c, 10, 10, "iscsifs",

Completed in 36 milliseconds