Searched refs:root (Results 1 – 6 of 6) sorted by relevance
/sysdeps/mach/hurd/ |
A D | chroot.c | 32 file_t dir, root; in chroot() local 58 err = __file_reparent (dir, MACH_PORT_NULL, &root); in chroot() 63 _hurd_port_set (&_hurd_ports[INIT_PORT_CRDIR], root); in chroot()
|
/sysdeps/hppa/ |
A D | dl-fptr.c | 52 struct fdesc_table *root; local 63 .root = 0, 65 .root = &local.boot_table, 110 l->root = &l->boot_table; in _dl_fptr_init() 117 struct fdesc_table *root; in make_fdesc() local 124 root = l->root; in make_fdesc() 127 old = root->first_unused; in make_fdesc() 128 if (old >= root->len) in make_fdesc() 132 fdesc = &root->fdesc[old]; in make_fdesc() 158 new_table->next = root; in make_fdesc() [all …]
|
/sysdeps/unix/sysv/linux/ |
A D | glibcsyscalls.py | 190 for root, dirs, files in os.walk(sysdeps): 191 if root != sysdeps: 195 name=os.path.relpath(root, sysdeps), 196 path=os.path.join(root, filename))
|
/sysdeps/gnu/ |
A D | configure.ac | 7 # shared library objects and the configuration files on the root partition
|
A D | configure | 7 # shared library objects and the configuration files on the root partition
|
/sysdeps/alpha/alphaev6/ |
A D | addmul_1.S | 31 # Steve Root (root@toober.hlo.dec.com). Any errors are tege's fault, though.
|
Completed in 9 milliseconds