HomeSort by relevance Sort by last modified time
    Searched refs:mknod (Results 151 - 175 of 326) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/toybox/toys/pending/
mdev.c 34 // mknod in /dev based on a path like "/sys/block/hda/hda1"
192 if (mknod(toybuf, mode | type, dev_makedev(major, minor)) && errno != EEXIST)
193 perror_exit("mknod %s failed", toybuf);
  /external/e2fsprogs/debugfs/
debug_cmds.ct 116 mknod;
  /external/ltp/testcases/kernel/fs/scsi/ltpfs/
main.c 439 rc = mknod(LTP_FS_DEVICE_NAME,
459 rc = mknod(LTP_FS_DEVICE_NAME,
  /external/selinux/libsepol/tests/policies/test-expander/
alias-base.conf 385 mknod
role-base.conf 385 mknod
user-base.conf 385 mknod
  /external/selinux/libsepol/tests/policies/test-hooks/
cmp_policy.conf 385 mknod
small-base.conf 385 mknod
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
stat.h 336 extern int mknod (__const char *__path, __mode_t __mode, __dev_t __dev)
340 /* Like mknod, create a new device file with permission bits MODE and
379 the `stat' family of functions and `mknod' are in fact inline
399 /* Wrappers for stat and mknod system calls. */
452 /* Inlined versions of the real stat and mknod functions. */
485 __NTH (mknod (__const char *__path, __mode_t __mode, __dev_t __dev))
483 __NTH (mknod (__const char *__path, __mode_t __mode, __dev_t __dev)) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
stat.h 338 extern int mknod (__const char *__path, __mode_t __mode, __dev_t __dev)
342 /* Like mknod, create a new device file with permission bits MODE and
381 the `stat' family of functions and `mknod' are in fact inline
401 /* Wrappers for stat and mknod system calls. */
454 /* Inlined versions of the real stat and mknod functions. */
487 __NTH (mknod (__const char *__path, __mode_t __mode, __dev_t __dev))
485 __NTH (mknod (__const char *__path, __mode_t __mode, __dev_t __dev)) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
stat.h 338 extern int mknod (__const char *__path, __mode_t __mode, __dev_t __dev)
342 /* Like mknod, create a new device file with permission bits MODE and
381 the `stat' family of functions and `mknod' are in fact inline
401 /* Wrappers for stat and mknod system calls. */
454 /* Inlined versions of the real stat and mknod functions. */
487 __NTH (mknod (__const char *__path, __mode_t __mode, __dev_t __dev))
485 __NTH (mknod (__const char *__path, __mode_t __mode, __dev_t __dev)) function
  /external/ltp/testcases/kernel/device-drivers/tbio/tbio_user/
tbio.c 130 if (mknod(DEVICE_NAME, S_IFBLK | S_IRUSR | S_IWUSR |
132 tst_brkm(TBROK | TERRNO, cleanup, "mknod() failed");
  /external/ltp/testcases/kernel/syscalls/mount/
mount03.c 159 if (mknod(file, S_IFBLK | 0777, 0) == 0) {
172 tst_resm(TWARN | TERRNO, "mknod(2) failed to create %s",
  /external/ltp/testcases/kernel/syscalls/open/
open11.c 409 ret = mknod(T_DEV, S_IFCHR, makedev(1, 5));
  /external/ltp/testcases/kernel/syscalls/sockioctl/
sockioctl01.c 177 if ((mknod("test", S_IRWXU | S_IFIFO, 0)) == -1) {
  /external/selinux/libsemanage/tests/
test_semanage_store.c 160 err = mknod(readlockpath, S_IRUSR | S_IWUSR, S_IFREG);
  /external/strace/
Android.mk 95 mknod.c \
sys_func.h 123 extern SYS_FUNC(mknod);
  /external/toybox/toys/posix/
cpio.c 185 err = mknod(name, mode, dev_makedev(x8u(toybuf+78), x8u(toybuf+86)));
  /hardware/qcom/audio/legacy/libalsa-intf/
alsaucm_test.c 92 if (mknod("/data/alsaucm_test", S_IFIFO | 0666, 0) == 0) {
  /system/update_engine/sample_images/
generate_images.sh 94 sudo mknod "${mntdir}"/cdev c 2 3
  /external/selinux/libsepol/tests/policies/test-deps/
base-metreq.conf 385 mknod
base-notmetreq.conf 380 mknod
small-base.conf 385 mknod
  /external/selinux/libsepol/tests/policies/test-linker/
small-base.conf 385 mknod

Completed in 1869 milliseconds

1 2 3 4 5 67 8 91011>>