Lines Matching refs:NULL
43 NULL, in init()
44 NULL, in init()
45 NULL); in init()
48 return NULL; in init()
55 profile_map = NULL; in clean_up()
57 return NULL; in clean_up()
63 .start_up = NULL,
64 .shut_down = NULL,
67 NULL
75 assert(profile != NULL); in profile_register()
76 assert(profile->name != NULL); in profile_register()
84 assert(name != NULL); in profile_by_name()