Searched refs:mapped_list (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/common/sys/agp/ |
H A D | agpgart_impl.h | 159 struct list_head mapped_list; member
|
/titanic_44/usr/src/uts/intel/io/agpgart/ |
H A D | agpgart.c | 2497 list_head_init(&softstate->mapped_list); in agpgart_attach() 2547 list_head_for_each_safe(entry, temp, &st->mapped_list) { in agpgart_detach() 2555 head = &st->mapped_list; in agpgart_detach() 3190 list_head_add_new(&st->mapped_list, gttseg); in ioctl_agpgart_pages_bind() 3207 list_head_for_each_safe(entry, temp, &st->mapped_list) { in ioctl_agpgart_pages_unbind() 3246 list_head_for_each_safe(entry, temp, &st->mapped_list) { in ioctl_agpgart_pages_rebind()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/ |
H A D | ipqosconf.c | 5052 char *mapped_list, in read_mapped_values() argument 5064 map_name = (char *)strtok_r(mapped_list, ",", &lastparam); in read_mapped_values()
|