Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.sbin/mkhybrid/src/libhfs_iso/
H A Dnode.c283 if (bt_putnode(left) < 0 || in n_split()
284 bt_putnode(&right) < 0) in n_split()
311 if (bt_putnode(&n) < 0) in n_split()
362 return bt_putnode(np); in n_insert()
387 if (bt_putnode(left) < 0) in n_merge()
408 if (bt_putnode(&n) < 0) in n_merge()
458 return bt_putnode(np); in n_delete()
H A Dbtree.c88 int bt_putnode(node *np) in bt_putnode() function
282 if (bt_putnode(&bt->hdrnd) < 0) in bt_writehdr()
317 if (bt_putnode(&n) < 0) in bt_writehdr()
419 if (bt_putnode(&n) < 0) in bt_space()
426 if (bt_putnode(&mapnd) < 0) in bt_space()
467 return bt_putnode(np); in bt_insertx()
495 bt_putnode(&root) < 0) in bt_insert()
543 if (bt_putnode(&root) < 0) in bt_insert()
596 return bt_putnode(np); in bt_deletex()
H A Dbtree.h21 int bt_putnode(node *);
H A Dlvolume.c150 return bt_putnode(np); in v_putcatrec()
167 return bt_putnode(np); in v_putextrec()