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

/xnu-2422.115.4/bsd/hfs/
H A Dhfs_hotfiles.c78 } hotfilelist_t; typedef in typeref:struct:hotfilelist
118 static void hf_getsortedlist (hotfile_data_t *, hotfilelist_t *);
302 hotfilelist_t *listp;
364 size = sizeof(hotfilelist_t);
366 MALLOC(listp, hotfilelist_t *, size, M_TEMP, M_WAITOK);
967 hotfilelist_t *listp;
975 if ((listp = (hotfilelist_t *)hfsmp->hfc_recdata) == NULL)
1083 hotfilelist_t *listp;
1095 if ((listp = (hotfilelist_t *)hfsmp->hfc_recdata) == NULL)
1294 hotfilelist_t *list
[all...]

Completed in 61 milliseconds