/third_party/libfuse/example/ |
H A D | passthrough_helpers.h | 31 int mode, dev_t rdev) in mknod_wrapper() 72 res = mknodat(dirfd, path, mode, rdev); in mknod_wrapper() 30 mknod_wrapper(int dirfd, const char *path, const char *link, int mode, dev_t rdev) mknod_wrapper() argument
|
H A D | passthrough_fh.c | 212 static int xmp_mknod(const char *path, mode_t mode, dev_t rdev) in xmp_mknod() argument 219 res = mknod(path, mode, rdev); in xmp_mknod()
|
H A D | passthrough.c | 141 static int xmp_mknod(const char *path, mode_t mode, dev_t rdev) in xmp_mknod() argument 145 res = mknod_wrapper(AT_FDCWD, path, NULL, mode, rdev); in xmp_mknod()
|
H A D | passthrough_hp.cc | 425 const char *name, mode_t mode, dev_t rdev, in mknod_symlink() 436 res = mknodat(inode_p.fd, name, mode, rdev); in mknod_symlink() 457 mode_t mode, dev_t rdev) { in sfs_mknod() 458 mknod_symlink(req, parent, name, mode, rdev, nullptr); in sfs_mknod() 424 mknod_symlink(fuse_req_t req, fuse_ino_t parent, const char *name, mode_t mode, dev_t rdev, const char *link) mknod_symlink() argument 456 sfs_mknod(fuse_req_t req, fuse_ino_t parent, const char *name, mode_t mode, dev_t rdev) sfs_mknod() argument
|
H A D | passthrough_ll.c | 388 const char *name, mode_t mode, dev_t rdev, in lo_mknod_symlink() 396 res = mknod_wrapper(dir->fd, name, link, mode, rdev); in lo_mknod_symlink() 418 const char *name, mode_t mode, dev_t rdev) in lo_mknod() 420 lo_mknod_symlink(req, parent, name, mode, rdev, NULL); in lo_mknod() 387 lo_mknod_symlink(fuse_req_t req, fuse_ino_t parent, const char *name, mode_t mode, dev_t rdev, const char *link) lo_mknod_symlink() argument 417 lo_mknod(fuse_req_t req, fuse_ino_t parent, const char *name, mode_t mode, dev_t rdev) lo_mknod() argument
|
/third_party/backends/backend/ |
H A D | net.c | 1279 SANE_Device *rdev; local 1327 rdev = (SANE_Device *) mem; 1328 rdev->name = full_name; 1329 rdev->vendor = strdup (reply.device_list[i]->vendor); 1330 rdev->model = strdup (reply.device_list[i]->model); 1331 rdev->type = strdup (reply.device_list[i]->type); 1333 if ((!rdev->vendor) || (!rdev->model) || (!rdev->type)) 1336 if (rdev [all...] |
/third_party/node/lib/internal/fs/ |
H A D | utils.js | 412 function StatsBase(dev, mode, nlink, uid, gid, rdev, blksize, 419 this.rdev = rdev; 478 function BigIntStats(dev, mode, nlink, uid, gid, rdev, blksize, 481 ReflectApply(StatsBase, this, [dev, mode, nlink, uid, gid, rdev, blksize, 509 function Stats(dev, mode, nlink, uid, gid, rdev, blksize, 512 FunctionPrototypeCall(StatsBase, this, dev, mode, nlink, uid, gid, rdev,
|
/third_party/alsa-lib/include/ |
H A D | seq_midi_event.h | 45 int snd_midi_event_new(size_t bufsize, snd_midi_event_t **rdev);
|
/third_party/ntfs-3g/include/fuse-lite/ |
H A D | fuse_kernel.h | 92 __u32 rdev; member 227 __u32 rdev; member
|
H A D | fuse.h | 611 dev_t rdev);
|
H A D | fuse_lowlevel.h | 274 * @param rdev the device number (only valid if created file is a device) 277 mode_t mode, dev_t rdev);
|
/third_party/alsa-lib/src/seq/ |
H A D | seq_midi_event.c | 138 * \param[out] rdev The new MIDI event parser. 152 int snd_midi_event_new(size_t bufsize, snd_midi_event_t **rdev) in snd_midi_event_new() argument 156 *rdev = NULL; in snd_midi_event_new() 170 *rdev = dev; in snd_midi_event_new()
|
/third_party/node/deps/openssl/openssl/providers/implementations/rands/seeding/ |
H A D | rand_unix.c | 415 dev_t rdev; member 521 && rd->rdev == st.st_rdev; in check_random_device() 545 rd->rdev = st.st_rdev; in get_random_device()
|
/third_party/openssl/providers/implementations/rands/seeding/ |
H A D | rand_unix.c | 415 dev_t rdev; member 521 && rd->rdev == st.st_rdev; in check_random_device() 545 rd->rdev = st.st_rdev; in get_random_device()
|
/third_party/eudev/test/ |
H A D | udev-test.pl | 1366 my($rules, $rdev) = @_; 1368 my $major = ($rdev >> 8) & 0xfff; 1369 my $minor = ($rdev & 0xff) | (($rdev >> 12) & 0xfff00); 1420 my ($dev, $ino, $mode, $nlink, $uid, $gid, $rdev, $size, 1427 major_minor_test($rules, $rdev);
|
/third_party/node/deps/npm/node_modules/path-scurry/dist/cjs/ |
H A D | index.js | 233 #rdev; 234 get rdev() { 235 return this.#rdev; 923 const { atime, atimeMs, birthtime, birthtimeMs, blksize, blocks, ctime, ctimeMs, dev, gid, ino, mode, mtime, mtimeMs, nlink, rdev, size, uid, } = st; 939 this.#rdev = rdev;
|
/third_party/node/deps/npm/node_modules/path-scurry/dist/mjs/ |
H A D | index.js | 205 #rdev; 206 get rdev() { 207 return this.#rdev; 895 const { atime, atimeMs, birthtime, birthtimeMs, blksize, blocks, ctime, ctimeMs, dev, gid, ino, mode, mtime, mtimeMs, nlink, rdev, size, uid, } = st; 911 this.#rdev = rdev;
|
/third_party/libfuse/include/ |
H A D | fuse_kernel.h | 266 uint32_t rdev; member 643 uint32_t rdev; member
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | ps.c | 865 int rdev = slot[SLOT_ttynr]; in get_ps() local 870 if (rdev) { in get_ps() 875 && st.st_rdev == rdev && (len = readlinkat0(fd, buf, buf, len))) in get_ps() 882 int tty_major = 0, maj = dev_major(rdev), min = dev_minor(rdev); in get_ps() 890 if (!stat(buf, &st) && S_ISCHR(st.st_mode) && st.st_rdev==rdev) in get_ps()
|
/third_party/toybox/toys/posix/ |
H A D | ps.c | 908 int rdev = slot[SLOT_ttynr]; in get_ps() local 913 if (rdev) { in get_ps() 918 && st.st_rdev == rdev && (len = readlinkat0(fd, buf, buf, len))) in get_ps() 925 int tty_major = 0, maj = dev_major(rdev), min = dev_minor(rdev); in get_ps() 933 if (!stat(buf, &st) && S_ISCHR(st.st_mode) && st.st_rdev==rdev) in get_ps()
|
/third_party/lzma/CPP/Windows/ |
H A D | FileFind.h | 96 dev_t rdev; /* device ID (defined, if S_ISCHR(mode) || S_ISBLK(mode)) */
member in NWindows::NFile::NFind::CFileInfoBase
|
H A D | FileFind.cpp | 94 rdev = 0;
in ClearBase() 1061 rdev = st.st_rdev;
in SetFrom_stat() 1065 printf("\n sizeof st_rdev = %d", (int)sizeof(rdev));
in SetFrom_stat() 1073 printf("\n st_rdev = %llx", (long long)rdev);
in SetFrom_stat() 1077 printf("\n rdev : major = %5x minor = %5x", (unsigned)major(rdev), (unsigned)minor(rdev));
in SetFrom_stat()
|
/third_party/libfuse/lib/modules/ |
H A D | subdir.c | 196 static int subdir_mknod(const char *path, mode_t mode, dev_t rdev) in subdir_mknod() argument 202 err = fuse_fs_mknod(d->next, newpath, mode, rdev); in subdir_mknod()
|
/third_party/ntfs-3g/libfuse-lite/ |
H A D | fuse_lowlevel.c | 83 /* Must pack the device the old way (attr->rdev limited to 32 bits) */ in convert_stat() 84 attr->rdev = ((major(stbuf->st_rdev) & 0x3fff) << 18) in convert_stat() 87 attr->rdev = stbuf->st_rdev; in convert_stat() 575 * Must unpack the device, as arg->rdev is limited to 32 bits, in do_mknod() 579 makedev((arg->rdev >> 18) & 0x3fff, in do_mknod() 580 arg->rdev & 0x3ffff)); in do_mknod() 582 req->f->op.mknod(req, nodeid, name, arg->mode, arg->rdev); in do_mknod()
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | UpdateCallback.cpp | 500 printf("\nst.st_rdev major = %d\n", (unsigned)major(di.rdev));
in GetProperty() 501 printf("\nst.st_rdev minor = %d\n", (unsigned)minor(di.rdev));
in GetProperty() 504 prop = (UInt32)major(di.rdev);
in GetProperty() 509 prop = (UInt32)minor(di.rdev);
in GetProperty() 516 // case kpidDevice: if (S_ISCHR(di.mode) || S_ISBLK(di.mode)) prop = (UInt64)(di.rdev); break;
in GetProperty()
|