Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.sbin/mkhybrid/src/libhfs_iso/
H A Dbtree.c371 node mapnd; in bt_space() local
387 n_init(&mapnd, bt, ndMapNode, 0); in bt_space()
388 if (n_new(&mapnd) < 0) in bt_space()
395 bt->hdrnd.nd.ndFLink = mapnd.nnum; in bt_space()
396 mapnd.nd.ndBLink = 0; in bt_space()
416 n.nd.ndFLink = mapnd.nnum; in bt_space()
417 mapnd.nd.ndBLink = n.nnum; in bt_space()
423 mapnd.nd.ndNRecs = 1; in bt_space()
424 mapnd.roff[1] = 0x1fa; in bt_space()
426 if (bt_putnode(&mapnd) < 0) in bt_space()