Searched refs:scope_list (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/
H A Dimmu_dmar.c112 scope_list_free(list_t *scope_list) argument
116 if (list_is_empty(scope_list)) {
117 list_destroy(scope_list);
121 while ((scope = list_remove_head(scope_list)) != NULL) {
125 ASSERT(list_is_empty(scope_list));
126 list_destroy(scope_list);
535 print_scope_list(list_t *scope_list) argument
539 if (list_is_empty(scope_list))
544 for (scope = list_head(scope_list); scope;
545 scope = list_next(scope_list, scop
[all...]
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmap_support.c917 static scope_t scope_list[] = { local
936 * Size of buffer needed to format the names in scope_list[]. Must
937 * be kept in sync with scope_list.
952 scope = ld_map_kwfind(scope_name, scope_list,
953 SGSOFFSETOF(scope_t, name), sizeof (scope_list[0]));
958 ld_map_kwnames(scope_list, SGSOFFSETOF(scope_t, name),

Completed in 62 milliseconds