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

  /src/sys/arch/vax/if/
if_ze.c 66 static const struct sgec_data { struct
72 } sgec_data[] = { variable in typeref:typename:const struct sgec_data[]
85 static const struct sgec_data *
89 const struct sgec_data *sd;
90 for (i = 0, sd = sgec_data; i < __arraycount(sgec_data); i++, sd++) {
128 const struct sgec_data * const sd = ze_find();
if_ze.c 66 static const struct sgec_data { struct
72 } sgec_data[] = { variable in typeref:typename:const struct sgec_data[]
85 static const struct sgec_data *
89 const struct sgec_data *sd;
90 for (i = 0, sd = sgec_data; i < __arraycount(sgec_data); i++, sd++) {
128 const struct sgec_data * const sd = ze_find();

Completed in 62 milliseconds