Home
last modified time | relevance | path

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

/elf/
A Dtst-ldconfig-X.sh56 ${common_objpfx}elf/ldconfig -X -f /dev/null \
A Dcache.c863 uint64_t dev; member
915 uint64_t ret = ((id->ino * 11 + id->ctime) * 11 + id->size) * 11 + id->dev; in aux_cache_entry_id_hash()
943 id.dev = (uint64_t) stat_buf->st_dev; in search_aux_cache()
951 && id.dev == entry->id.dev) in search_aux_cache()
978 && id->dev == entry->id.dev) in insert_to_aux_cache()
1005 id.dev = (uint64_t) stat_buf->st_dev; in add_to_aux_cache()
A Dldconfig.c87 dev_t dev; member
350 new_entry->dev = st->st_dev; in new_sub_entry()
367 if (ptr->ino == entry->ino && ptr->dev == entry->dev) in add_single_dir()
526 entry->dev = stat_buf.st_dev; in add_dir_1()
A DMakefile258 selinux-enabled := $(shell cat /selinux/enforce 2> /dev/null)

Completed in 14 milliseconds