Lines Matching defs:NULL

81 		&& pm_get_partitionable_spaces(partition, NULL, 0, &countSpaces)
117 if (sibling != NULL && sibling->offset == offset) {
199 according to childOffset returns previous and next sibling or NULL
210 partition_data* previousSibling = NULL;
211 partition_data* nextSibling = NULL;
240 according to childOffset returns previous and next sibling or NULL
251 partition_data* previousSibling = NULL;
252 partition_data* nextSibling = NULL;
303 partition_data* previousSibling = NULL;
304 partition_data* nextSibling = NULL;
361 partition_data* previousSibling = NULL;
362 partition_data* nextSibling = NULL;
407 child can be NULL
411 PrimaryPartition* child = NULL)
496 partition_data* previousSibling = NULL;
497 partition_data* nextSibling = NULL;
500 getSiblingPartitions(partition, NULL, *start, &previousSibling,
865 PrimaryPartition* primary = NULL;
1047 or returns NULL - B_NO_MEMORY
1052 uint8* buffer = NULL;
1061 return NULL;
1263 if (parameters == NULL)
1273 if (partition == NULL || child == NULL)
1277 if (map ==NULL || primary == NULL)
1282 if (handle == NULL)
1379 if (block == NULL)
1449 if (handle == NULL)
1575 if (ep_get_partitionable_spaces(partition, NULL, 0, &countSpaces)
1601 if (partition == NULL)
1842 if (logical == NULL)
2156 if (!ep_validate_initialize(partition, NULL, parameters))
2209 if (partition == NULL || parent == NULL)
2218 if (handle == NULL)
2225 handle, "partition_table_offset", NULL, NULL);
2226 if (buffer != NULL)
2227 ptsOffset = strtoull(buffer, NULL, 10);
2283 if (previous != NULL) {
2325 if (partition == NULL || parent == NULL || child == NULL)
2330 if (primary == NULL || logical == NULL)
2352 if (previous != NULL) {
2357 if (next != NULL) {
2360 partition_data* nextSibling = NULL;