Searched refs:newroot (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dswitch_root.c70 char *newroot, *console = NULL; local
82 newroot = *argv++;
84 xchdir(newroot);
86 bb_error_msg_and_die("bad newroot %s", newroot);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dsplay.h53 struct Curl_tree **newroot);
H A Dsplay.c212 * pointer to the new resulting tree in 'newroot'.
215 * When returning error, it does not touch the 'newroot' pointer.
218 * 'newroot' will be made to point to NULL.
224 struct Curl_tree **newroot)
247 *newroot = t; /* return the same root */
284 *newroot = x; /* store new root pointer */
222 Curl_splayremovebyaddr(struct Curl_tree *t, struct Curl_tree *removenode, struct Curl_tree **newroot) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_ialloc_btree.c191 union xfs_btree_ptr *newroot)
202 xfs_inobt_set_root(cur, newroot, -1);
187 xfs_inobt_kill_root( struct xfs_btree_cur *cur, struct xfs_buf *bp, int level, union xfs_btree_ptr *newroot) argument
H A Dxfs_alloc_btree.c288 union xfs_btree_ptr *newroot)
299 xfs_allocbt_set_root(cur, newroot, -1);
284 xfs_allocbt_kill_root( struct xfs_btree_cur *cur, struct xfs_buf *bp, int level, union xfs_btree_ptr *newroot) argument
H A Dxfs_btree.h157 int level, union xfs_btree_ptr *newroot);
H A Dxfs_btree.c2346 XFS_BTREE_STATS_INC(cur, newroot);
2444 XFS_BTREE_STATS_INC(cur, newroot);

Completed in 69 milliseconds