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

/darwin-on-arm/xnu/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);
959 hotfilelist_t *listp;
967 if ((listp = (hotfilelist_t *)hfsmp->hfc_recdata) == NULL)
1075 hotfilelist_t *listp;
1087 if ((listp = (hotfilelist_t *)hfsmp->hfc_recdata) == NULL)
1285 hotfilelist_t *list
[all...]

Completed in 58 milliseconds