Symbol: id_entry
usr/src/cmd/mandoc/html.c
156
mandoc_ohash_init(&id_unique, 4, offsetof(struct id_entry, id));
usr/src/cmd/mandoc/html.c
165
struct id_entry *entry;
usr/src/cmd/mandoc/html.c
184
mandoc_ohash_init(&id_unique, 4, offsetof(struct id_entry, id));
usr/src/cmd/mandoc/html.c
365
struct id_entry *entry;
usr/src/uts/common/io/comstar/stmf/stmf.c
1135
id_entry = id_list->idl_head;
usr/src/uts/common/io/comstar/stmf/stmf.c
1138
if (id_entry->id_data[0] == '*') {
usr/src/uts/common/io/comstar/stmf/stmf.c
1142
id_entry = id_entry->id_next;
usr/src/uts/common/io/comstar/stmf/stmf.c
1145
grpname->name_size = id_entry->id_data_size;
usr/src/uts/common/io/comstar/stmf/stmf.c
1146
bcopy(id_entry->id_data, grpname->name,
usr/src/uts/common/io/comstar/stmf/stmf.c
1147
id_entry->id_data_size);
usr/src/uts/common/io/comstar/stmf/stmf.c
1149
id_entry = id_entry->id_next;
usr/src/uts/common/io/comstar/stmf/stmf.c
1167
id_entry = stmf_lookup_id(id_list, grpname->name_size,
usr/src/uts/common/io/comstar/stmf/stmf.c
1169
if (!id_entry)
usr/src/uts/common/io/comstar/stmf/stmf.c
1173
id_list = (stmf_id_list_t *)id_entry->id_impl_specific;
usr/src/uts/common/io/comstar/stmf/stmf.c
1178
id_entry = id_list->idl_head;
usr/src/uts/common/io/comstar/stmf/stmf.c
1181
bcopy(id_entry->id_data, grp_entry->ident,
usr/src/uts/common/io/comstar/stmf/stmf.c
1182
id_entry->id_data_size);
usr/src/uts/common/io/comstar/stmf/stmf.c
1183
grp_entry->ident_size = id_entry->id_data_size;
usr/src/uts/common/io/comstar/stmf/stmf.c
1184
id_entry = id_entry->id_next;
usr/src/uts/common/io/comstar/stmf/stmf.c
1195
for (id_entry = stmf_state.stmf_luid_list.idl_head;
usr/src/uts/common/io/comstar/stmf/stmf.c
1196
id_entry; id_entry = id_entry->id_next) {
usr/src/uts/common/io/comstar/stmf/stmf.c
1198
id_entry->id_impl_specific; view_entry;
usr/src/uts/common/io/comstar/stmf/stmf.c
1246
for (id_entry = stmf_state.stmf_luid_list.idl_head;
usr/src/uts/common/io/comstar/stmf/stmf.c
1247
id_entry; id_entry = id_entry->id_next) {
usr/src/uts/common/io/comstar/stmf/stmf.c
1248
if (bcmp(id_entry->id_data, p_id, 16) != 0)
usr/src/uts/common/io/comstar/stmf/stmf.c
1251
id_entry->id_impl_specific; view_entry;
usr/src/uts/common/io/comstar/stmf/stmf.c
555
stmf_id_data_t *id_entry;
usr/src/uts/common/io/comstar/stmf/stmf.c
582
id_entry = id_list->idl_head;
usr/src/uts/common/io/comstar/stmf/stmf.c
584
bcopy(id_entry->id_data, luid_list[i].lu_guid, 16);
usr/src/uts/common/io/comstar/stmf/stmf.c
585
id_entry = id_entry->id_next;
usr/src/uts/common/io/comstar/stmf/stmf.c
629
id_entry = id_list->idl_head;
usr/src/uts/common/io/comstar/stmf/stmf.c
631
bcopy(id_entry->id_data, luid_list[i].lu_guid, 16);
usr/src/uts/common/io/comstar/stmf/stmf.c
632
id_entry = id_entry->id_next;