Home
last modified time | relevance | path

Searched refs:rdev (Results 1 - 25 of 35) sorted by relevance

12

/third_party/libfuse/example/
H A Dpassthrough_helpers.h31 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 Dpassthrough_fh.c212 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 Dpassthrough.c141 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 Dpassthrough_hp.cc425 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 Dpassthrough_ll.c388 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 Dnet.c1279 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 Dutils.js412 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 Dseq_midi_event.h45 int snd_midi_event_new(size_t bufsize, snd_midi_event_t **rdev);
/third_party/ntfs-3g/include/fuse-lite/
H A Dfuse_kernel.h92 __u32 rdev; member
227 __u32 rdev; member
H A Dfuse.h611 dev_t rdev);
H A Dfuse_lowlevel.h274 * @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 Dseq_midi_event.c138 * \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 Drand_unix.c415 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 Drand_unix.c415 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 Dudev-test.pl1366 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 Dindex.js233 #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 Dindex.js205 #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 Dfuse_kernel.h266 uint32_t rdev; member
643 uint32_t rdev; member
/third_party/toybox/porting/liteos_a/toys/posix/
H A Dps.c865 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 Dps.c908 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 DFileFind.h96 dev_t rdev; /* device ID (defined, if S_ISCHR(mode) || S_ISBLK(mode)) */ member in NWindows::NFile::NFind::CFileInfoBase
H A DFileFind.cpp94 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 Dsubdir.c196 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 Dfuse_lowlevel.c83 /* 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 DUpdateCallback.cpp500 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()

Completed in 40 milliseconds

12