Searched refs:paths_buf (Results 1 – 1 of 1) sorted by relevance
14 } paths_buf = {NULL, NULL}; variable94 if (paths_buf.cur + pathname_sz + node_name_sz + 2 < paths_buf.end) in _dtb_node_get_dtb_nodes_list()101 *paths_buf.cur++ = '/'; in _dtb_node_get_dtb_nodes_list()185 if (paths_buf.ptr == NULL) in dtb_node_get_dtb_list()189 if (paths_buf.ptr == NULL) in dtb_node_get_dtb_list()194 paths_buf.cur = (char *)paths_buf.ptr; in dtb_node_get_dtb_list()195 paths_buf.end = (char *)(paths_buf.ptr + FDT_DTB_ALL_NODES_PATH_SIZE); in dtb_node_get_dtb_list()238 *paths_buf.cur++ = '/'; in dtb_node_get_dtb_list()239 *paths_buf.cur++ = '\0'; in dtb_node_get_dtb_list()265 paths_buf.ptr = NULL; in dtb_node_get_dtb_list()[all …]
Completed in 3 milliseconds