Searched defs:AsyncMatchInfo (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/hal/hald/
H A Ddevice_store.c378 } AsyncMatchInfo; typedef in typeref:struct:__anon616
381 destroy_async_match_info (AsyncMatchInfo *info)
400 AsyncMatchInfo *info = (AsyncMatchInfo *) user_data;
424 AsyncMatchInfo *info = (AsyncMatchInfo *) user_data;
444 AsyncMatchInfo *info = (AsyncMatchInfo *) user_data;
462 AsyncMatchInfo *info;
473 info = g_new0 (AsyncMatchInfo,
[all...]
H A Ddevice.c990 } AsyncMatchInfo; typedef in typeref:struct:__anon610
993 destroy_async_match_info (AsyncMatchInfo *ai)
1006 AsyncMatchInfo *ai = user_data;
1026 AsyncMatchInfo *ai = (AsyncMatchInfo *) user_data;
1043 AsyncMatchInfo *ai;
1053 ai = g_new0 (AsyncMatchInfo, 1);

Completed in 61 milliseconds