Home
last modified time | relevance | path

Searched refs:RDEV (Results 1 – 25 of 34) sorted by relevance

12

/dports/sysutils/fwup/fwup-1.9.0/tests/
H A D145_require_path_at_offset.test45 RDEV=$(find_rdev)
46 if [ -z $RDEV ]; then
52 RDEV_MAJOR=$(printf "%d" 0x$(stat $RDEV -c "%t"))
53 RDEV_MINOR=$(printf "%d" 0x$(stat $RDEV -c "%T"))
H A D105_require_path_on_device.test45 RDEV=$(find_rdev)
46 if [ -z $RDEV ]; then
81 require-path-on-device("/", "$RDEV")
/dports/games/libretro-dosbox/dosbox-libretro-aa71b67/libretro/
H A Dmapper.cpp15 #define RDEV(x) RETRO_DEVICE_##x macro
129 void process() { item.process(*this, input_cb(0, RDEV(MOUSE), 0, retroButton)); } in process()
145 void process() { item.process(*this, input_cb(retroPort, RDEV(JOYPAD), 0, retroID)); } in process()
162 void process() { item.process(*this, input_cb(retroPort, RDEV(JOYPAD), 0, retroID)); } in process()
181 const float value = (float)input_cb(retroPort, RDEV(ANALOG), retroSide, retroAxis); in process()
200 void process() { item.process(*this, input_cb(retroPort, RDEV(JOYPAD), 0, retroID)); } in process()
545 int16_t mouseX = input_cb(0, RDEV(MOUSE), 0, RDID(MOUSE_X)); in MAPPER_Run()
546 int16_t mouseY = input_cb(0, RDEV(MOUSE), 0, RDID(MOUSE_Y)); in MAPPER_Run()
/dports/biology/cufflinks/cufflinks-2.2.1-89-gdc3b0cb/src/locfit/
H A Dfitted.c32 { case RDEV:
63 { case RDEV:
H A Dlfcons.h218 #define RDEV 1 macro
H A Dlfstr.c128 static int rvals[8] = { RDEV, RDEV2, RPEAR, RRAW, RLDOT, RLDDT, RFIT, RMEAN};
H A Darith.c510 case 'Y': return(vfitted(RDEV));
H A Dcmd.c649 if (argvalis(v,0,"residuals")){ cfitted(v,RDEV); return; }
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/rapidio/
H A Drio_cm.c1954 riocm_debug(RDEV, "(%s)", rio_name(rdev)); in riocm_add_dev()
2002 riocm_debug(RDEV, "(%s)", rio_name(rdev)); in riocm_remove_dev()
2022 riocm_debug(RDEV, "removing peer %s", rio_name(rdev)); in riocm_remove_dev()
2209 riocm_debug(RDEV, "%s drop ch_%d", in riocm_remove_mport()
2229 riocm_debug(RDEV, "ATTN: peer list not empty"); in riocm_remove_mport()
2231 riocm_debug(RDEV, "removing peer %s", rio_name(peer->rdev)); in riocm_remove_mport()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/rapidio/
H A Drio_cm.c1954 riocm_debug(RDEV, "(%s)", rio_name(rdev)); in riocm_add_dev()
2002 riocm_debug(RDEV, "(%s)", rio_name(rdev)); in riocm_remove_dev()
2022 riocm_debug(RDEV, "removing peer %s", rio_name(rdev)); in riocm_remove_dev()
2209 riocm_debug(RDEV, "%s drop ch_%d", in riocm_remove_mport()
2229 riocm_debug(RDEV, "ATTN: peer list not empty"); in riocm_remove_mport()
2231 riocm_debug(RDEV, "removing peer %s", rio_name(peer->rdev)); in riocm_remove_mport()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/rapidio/
H A Drio_cm.c1954 riocm_debug(RDEV, "(%s)", rio_name(rdev)); in riocm_add_dev()
2002 riocm_debug(RDEV, "(%s)", rio_name(rdev)); in riocm_remove_dev()
2022 riocm_debug(RDEV, "removing peer %s", rio_name(rdev)); in riocm_remove_dev()
2209 riocm_debug(RDEV, "%s drop ch_%d", in riocm_remove_mport()
2229 riocm_debug(RDEV, "ATTN: peer list not empty"); in riocm_remove_mport()
2231 riocm_debug(RDEV, "removing peer %s", rio_name(peer->rdev)); in riocm_remove_mport()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/rapidio/devices/
H A Drio_mport_cdev.c1662 rmcd_debug(RDEV, "net_%d", net->id); in rio_release_net()
1695 rmcd_debug(RDEV, "name:%s ct:0x%x did:0x%x hc:0x%x", dev_info.name, in rio_mport_add_riodev()
1700 rmcd_debug(RDEV, "device %s already exists", dev_info.name); in rio_mport_add_riodev()
1730 rmcd_debug(RDEV, "failed to allocate net object"); in rio_mport_add_riodev()
1741 rmcd_debug(RDEV, "failed to register net, err=%d", err); in rio_mport_add_riodev()
1847 rmcd_debug(RDEV, in rio_mport_del_riodev()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/rapidio/devices/
H A Drio_mport_cdev.c1662 rmcd_debug(RDEV, "net_%d", net->id); in rio_release_net()
1695 rmcd_debug(RDEV, "name:%s ct:0x%x did:0x%x hc:0x%x", dev_info.name, in rio_mport_add_riodev()
1700 rmcd_debug(RDEV, "device %s already exists", dev_info.name); in rio_mport_add_riodev()
1730 rmcd_debug(RDEV, "failed to allocate net object"); in rio_mport_add_riodev()
1741 rmcd_debug(RDEV, "failed to register net, err=%d", err); in rio_mport_add_riodev()
1847 rmcd_debug(RDEV, in rio_mport_del_riodev()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/rapidio/devices/
H A Drio_mport_cdev.c1662 rmcd_debug(RDEV, "net_%d", net->id); in rio_release_net()
1695 rmcd_debug(RDEV, "name:%s ct:0x%x did:0x%x hc:0x%x", dev_info.name, in rio_mport_add_riodev()
1700 rmcd_debug(RDEV, "device %s already exists", dev_info.name); in rio_mport_add_riodev()
1730 rmcd_debug(RDEV, "failed to allocate net object"); in rio_mport_add_riodev()
1741 rmcd_debug(RDEV, "failed to register net, err=%d", err); in rio_mport_add_riodev()
1847 rmcd_debug(RDEV, in rio_mport_del_riodev()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/f2fs/
H A Dsuper.c3046 if (RDEV(0).path[0]) { in sanity_check_raw_super()
3047 block_t dev_seg_count = le32_to_cpu(RDEV(0).total_segments); in sanity_check_raw_super()
3050 while (i < MAX_DEVICES && RDEV(i).path[0]) { in sanity_check_raw_super()
3051 dev_seg_count += le32_to_cpu(RDEV(i).total_segments); in sanity_check_raw_super()
3502 if (!RDEV(0).path[0]) { in f2fs_scan_devices()
3521 if (i > 0 && !RDEV(i).path[0]) in f2fs_scan_devices()
3531 memcpy(FDEV(i).path, RDEV(i).path, MAX_PATH_LEN); in f2fs_scan_devices()
3533 le32_to_cpu(RDEV(i).total_segments); in f2fs_scan_devices()
H A Df2fs.h1172 #define RDEV(i) (raw_super->devs[i]) macro
/dports/multimedia/libv4l/linux-5.13-rc2/fs/f2fs/
H A Dsuper.c3046 if (RDEV(0).path[0]) { in sanity_check_raw_super()
3047 block_t dev_seg_count = le32_to_cpu(RDEV(0).total_segments); in sanity_check_raw_super()
3050 while (i < MAX_DEVICES && RDEV(i).path[0]) { in sanity_check_raw_super()
3051 dev_seg_count += le32_to_cpu(RDEV(i).total_segments); in sanity_check_raw_super()
3502 if (!RDEV(0).path[0]) { in f2fs_scan_devices()
3521 if (i > 0 && !RDEV(i).path[0]) in f2fs_scan_devices()
3531 memcpy(FDEV(i).path, RDEV(i).path, MAX_PATH_LEN); in f2fs_scan_devices()
3533 le32_to_cpu(RDEV(i).total_segments); in f2fs_scan_devices()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/f2fs/
H A Dsuper.c3046 if (RDEV(0).path[0]) { in sanity_check_raw_super()
3047 block_t dev_seg_count = le32_to_cpu(RDEV(0).total_segments); in sanity_check_raw_super()
3050 while (i < MAX_DEVICES && RDEV(i).path[0]) { in sanity_check_raw_super()
3051 dev_seg_count += le32_to_cpu(RDEV(i).total_segments); in sanity_check_raw_super()
3502 if (!RDEV(0).path[0]) { in f2fs_scan_devices()
3521 if (i > 0 && !RDEV(i).path[0]) in f2fs_scan_devices()
3531 memcpy(FDEV(i).path, RDEV(i).path, MAX_PATH_LEN); in f2fs_scan_devices()
3533 le32_to_cpu(RDEV(i).total_segments); in f2fs_scan_devices()
/dports/lang/perl5.30/perl-5.30.3/t/op/
H A Dstat.t61 my($DEV, $INO, $MODE, $NLINK, $UID, $GID, $RDEV, $SIZE,
/dports/lang/perl5.32/perl-5.32.1/t/op/
H A Dstat.t61 my($DEV, $INO, $MODE, $NLINK, $UID, $GID, $RDEV, $SIZE,
/dports/lang/perl5.34/perl-5.34.0/t/op/
H A Dstat.t63 my($DEV, $INO, $MODE, $NLINK, $UID, $GID, $RDEV, $SIZE,
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/t/op/
H A Dstat.t62 my($DEV, $INO, $MODE, $NLINK, $UID, $GID, $RDEV, $SIZE,
/dports/security/samhain/samhain-4.4.3/
H A Dsamhainrc.netbsd6 RedefUser0=+INO, +SIZ, +RDEV, +CHK, -MOD, -MTM, -ATM, -CTM, -GRP, -USR
/dports/security/samhain-server/samhain-4.4.3/
H A Dsamhainrc.netbsd6 RedefUser0=+INO, +SIZ, +RDEV, +CHK, -MOD, -MTM, -ATM, -CTM, -GRP, -USR
/dports/security/samhain-client/samhain-4.4.3/
H A Dsamhainrc.netbsd6 RedefUser0=+INO, +SIZ, +RDEV, +CHK, -MOD, -MTM, -ATM, -CTM, -GRP, -USR

12