Home
last modified time | relevance | path

Searched refs:NOFAIL (Results 1 – 4 of 4) sorted by relevance

/external/kmod/shared/
Dmacro.h52 #define NOFAIL(x) (x) macro
/external/kmod/libkmod/
Dlibkmod-index.c254 prefix = NOFAIL(strdup("")); in index_read()
261 node = NOFAIL(malloc(sizeof(struct index_node_f) + in index_read()
270 node = NOFAIL(malloc(sizeof(struct index_node_f))); in index_read()
335 new = NOFAIL(malloc(sizeof(struct index_file))); in index_file_open()
/external/kmod/
DTODO8 * Stop using NOFAIL() and fatal()
/external/kmod/tools/
Ddepmod.c189 node = NOFAIL(calloc(sizeof(struct index_node), 1)); in index_create()
190 node->prefix = NOFAIL(strdup("")); in index_create()
252 v = NOFAIL(calloc(sizeof(struct index_value) + len + 1, 1)); in index_add_value()
283 n = NOFAIL(calloc(sizeof(struct index_node), 1)); in index_insert()
285 n->prefix = NOFAIL(strdup(&prefix[j+1])); in index_insert()
312 node->children[ch] = NOFAIL(calloc(sizeof(struct index_node), 1)); in index_insert()
315 child->prefix = NOFAIL(strdup(&key[i+1])); in index_insert()
355 child_offs = NOFAIL(malloc(child_count * sizeof(uint32_t))); in index_write__node()