Lines Matching refs:devices
76 s->devices = hashmap_new(&devt_hash_ops); in session_new()
77 if (!s->devices) in session_new()
101 while ((sd = hashmap_first(s->devices))) in session_free()
104 hashmap_free(s->devices); in session_free()
194 if (!hashmap_isempty(s->devices)) { in session_save_devices()
196 HASHMAP_FOREACH(sd, s->devices) in session_save_devices()
361 static int session_load_devices(Session *s, const char *devices) { in session_load_devices() argument
367 for (p = devices;;) { in session_load_devices()
415 *devices = NULL, in session_load() local
447 "DEVICES", &devices, in session_load()
597 session_load_devices(s, devices); in session_load()
853 while ((sd = hashmap_first(s->devices))) in session_finalize()
1335 while ((sd = hashmap_first(s->devices))) in session_release_controller()