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

/illumos-gate/usr/src/cmd/hal/hald/
H A Dhald_dbus.c2229 } PendingUpdate; typedef in typeref:struct:PendingUpdate_s
2231 static PendingUpdate *pending_updates_head = NULL;
2251 PendingUpdate *pu_iter = NULL;
2252 PendingUpdate *pu_iter_next = NULL;
2253 PendingUpdate *pu_iter2 = NULL;
2372 PendingUpdate *pu;
2374 pu = g_new0 (PendingUpdate, 1);

Completed in 62 milliseconds