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

/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A DSControl.c229 __block int *msgCounts = NULL; local
235 msgCounts = malloc(sizeof(int) * E_LastError);
293 if (isMinorError(abs(msgNum), msgCounts) == 1)
305 if (msgCounts)
306 memset(msgCounts, 0, sizeof(int) * E_LastError);
538 if (msgCounts) {
539 free(msgCounts);

Completed in 122 milliseconds