Home | History | Annotate | Download | only in Darwin-Kernel

Lines Matching refs:name_data

1380             const void *name_data = extractor.GetData(&offset, KERNEL_MODULE_MAX_NAME);
1381 if (name_data == NULL)
1383 image_infos[i].SetName ((const char *) name_data);