search for: rinfo

Displaying 20 results from an estimated 57 matches for "rinfo".

Did you mean: info
2013 Apr 11
0
[PATCH] Btrfs-progs: enhance 'btrfs subvolume list'
...return NULL; } -static int update_root(struct root_lookup *root_lookup, - u64 root_id, u64 ref_tree, u64 root_offset, u64 flags, - u64 dir_id, char *name, int name_len, u64 ogen, u64 gen, - time_t ot, void *uuid, void *puuid) +static int set_root_info(struct root_info *rinfo, u64 ref_tree, u64 root_offset, + u64 dir_id, char *name, int name_len, + struct btrfs_root_item *ritem, u32 ritem_len) { - struct root_info *ri; + int is_v0 = (ritem_len <= sizeof(struct btrfs_root_item_v0)); - ri = root_tree_search(root_lookup, root_id); - if (!ri || ri->root_id !=...
2006 Jul 25
3
problem in Route add using netlink
...ctl.h> #include <linux/netlink.h> #include <linux/rtnetlink.h> #include <sys/types.h> #define BUFSIZE 192 struct route_info{ u_int dstAddr; u_int srcAddr; u_int gateWay; char ifName[IF_NAMESIZE]; }; void fillRoute (struct route_info *rinfo, const char* dstAddr, const char* srcAddr, const char* gateway, const char* ifName) { /* Convert from the standrad numbers and dots notation to binary data */ inet_aton("192.168.51.0", (struct in_addr *)&rinfo->dstAddr); inet_aton...
2012 Nov 19
2
[PATCH 158/493] video: remove use of __devinit
...t fb_info *info) { unsigned long addr; diff --git a/drivers/video/aty/radeon_base.c b/drivers/video/aty/radeon_base.c index dacaa4e..7687179 100644 --- a/drivers/video/aty/radeon_base.c +++ b/drivers/video/aty/radeon_base.c @@ -293,7 +293,7 @@ static void radeon_unmap_ROM(struct radeonfb_info *rinfo, struct pci_dev *dev) pci_unmap_rom(dev, rinfo->bios_seg); } -static int __devinit radeon_map_ROM(struct radeonfb_info *rinfo, struct pci_dev *dev) +static int radeon_map_ROM(struct radeonfb_info *rinfo, struct pci_dev *dev) { void __iomem *rom; u16 dptr; @@ -388,7 +388,7 @@ static int...
2012 Nov 19
2
[PATCH 158/493] video: remove use of __devinit
...t fb_info *info) { unsigned long addr; diff --git a/drivers/video/aty/radeon_base.c b/drivers/video/aty/radeon_base.c index dacaa4e..7687179 100644 --- a/drivers/video/aty/radeon_base.c +++ b/drivers/video/aty/radeon_base.c @@ -293,7 +293,7 @@ static void radeon_unmap_ROM(struct radeonfb_info *rinfo, struct pci_dev *dev) pci_unmap_rom(dev, rinfo->bios_seg); } -static int __devinit radeon_map_ROM(struct radeonfb_info *rinfo, struct pci_dev *dev) +static int radeon_map_ROM(struct radeonfb_info *rinfo, struct pci_dev *dev) { void __iomem *rom; u16 dptr; @@ -388,7 +388,7 @@ static int...
2012 Nov 19
2
[PATCH 158/493] video: remove use of __devinit
...t fb_info *info) { unsigned long addr; diff --git a/drivers/video/aty/radeon_base.c b/drivers/video/aty/radeon_base.c index dacaa4e..7687179 100644 --- a/drivers/video/aty/radeon_base.c +++ b/drivers/video/aty/radeon_base.c @@ -293,7 +293,7 @@ static void radeon_unmap_ROM(struct radeonfb_info *rinfo, struct pci_dev *dev) pci_unmap_rom(dev, rinfo->bios_seg); } -static int __devinit radeon_map_ROM(struct radeonfb_info *rinfo, struct pci_dev *dev) +static int radeon_map_ROM(struct radeonfb_info *rinfo, struct pci_dev *dev) { void __iomem *rom; u16 dptr; @@ -388,7 +388,7 @@ static int...
2005 Oct 18
2
usb doesn't build on mac os x (10.4)
...type hidups.c:290: error: 'HIDIOCINITREPORT' undeclared (first use in this function) hidups.c:286: warning: unused variable 'ev' hidups.c: In function 'setvalue': hidups.c:348: error: storage size of 'uref' isn't known hidups.c:349: error: storage size of 'rinfo' isn't known hidups.c:353: error: 'HID_REPORT_TYPE_FEATURE' undeclared (first use in this function) hidups.c:354: error: 'HID_REPORT_ID_UNKNOWN' undeclared (first use in this function) hidups.c:360: error: 'HIDIOCGUSAGE' undeclared (first use in this function)...
2002 Sep 19
2
R 1.6 for windows?
....6.0 for windows? There's nothing urgent about it, I have one. >The question is how to identify a distribution URL if one exists. I will be building and distributing the final release. Kevin Wang has been building snapshots and posting them at <http://www.stat.auckland.ac.nz/~kwan022/rinfo.php> Since I'm going to be out of town from Sept 25 to Oct 1, and I'm busy preparing for that trip, I haven't been posting snapshots. If there's a demand for them and Kevin has to stop, I could do so up to the 25th, but not easily after that. The final release will be posted i...
2002 Jul 03
0
R Guide for Windows Users
I've just completed(?) an R Guide for Windows users. It was extended from my "Compile R for Windows" that I put up a few months ago. To get it go to http://www.stat.auckland.ac.nz/~kwan022/rinfo.php Here is the table of contents: 1 Introduction 2 Installation 2.1 Installing R Base 2.2 Installing packages 3 Running R 3.1 Rgui 3.2 Rcmd 3.3 Rterm 4 Comile R Source 4.1 Preparation 4.2 Set PATH Variable 4.2.1 Windows 9x 4.2.2 Windows ME...
2003 Sep 15
0
Deploying R Routines
...algorithms across your organization without building and maintaining complete stand-alone, software applications, the new Spotfire Advantage Solution for R is worth a look. To find out more about this new capability, and to apply for the "R to Application Challenge" go to www.spotfire.com/rinfo and see for yourself.
2006 Mar 18
0
No subject
What you may need is to compile this package from source. It is explained in one of the R manuals (I can't remember which one though). You can also look at my "R Guide for Windows Users" at http://www.stat.auckland.ac.nz/~kwan022/rinfo.php (Section 5). I'm not sure the exact contents in the labdsv_0.9-1.tar.gz , but in general you can first unpack it with, e.g.: tar zxvf labdsv_0.9-1.tar.gz then you may need: Rcmd labdsv_0.9-1 Hope this helps, Kevin ------------------------------------------------ Ko-Kang Kevin Wan...
2002 Sep 10
2
No subject
Hi, >From my understanding, "R" is an application on UNIX but I'd like to run its Windows version instead. I'd like to know exactly what kinds of machines I need as a minimum to run "R". Could you please help me on the specs? Thank you very much for you kind assistance. karnchana
2002 Sep 10
9
R 1.6.0 beta
R 1.6.0 has gone into final feature freeze as of today. As a new feature, we'll make interim beta versions available via ftp://cran.us.r-project.org/pub/R/src/base alias http://cran.us.r-project.org/src/base (filename R-1.6.0beta_*.tar.gz, where * is the creation date). If you want to help ensure that the final 1.6.0 works satisfactorily on *your* platform, it might be a good idea to
2003 Sep 09
6
Making R packages
Hi: I am posting this message for a colleague who has a lot of trouble to build an R package on Windows. He did not find a solution to his problems on the R-help archives and hopes that one of the R gurus will be able to help. He has a directory "CO2" which should contain all the required files and directories: DATA: DESCRIPTION MAN: R: README SRC: The following command is
2002 May 16
3
building packages on windows
Has anyone had success building a package on a windows machine? I am trying the following command with no luck (perhaps my flags are incorrect?). At this point I am stuck. Any help greatly appreciated. Niels Waller (BTW - I have no idea why it cannot find sh.exe since I have it is a directory that is specified in a path statement) H:\R\bin>rcmd build --binary --use-zip h:\taxon2 * checking
2011 Jan 20
1
[PATCH] change acquire/release_console_sem() to console_lock/unlock()
...s/video/aty/radeon_pm.c @@ -2626,7 +2626,7 @@ int radeonfb_pci_suspend(struct pci_dev *pdev, pm_message_t mesg) goto done; } - acquire_console_sem(); + console_lock(); fb_set_suspend(info, 1); @@ -2690,7 +2690,7 @@ int radeonfb_pci_suspend(struct pci_dev *pdev, pm_message_t mesg) if (rinfo->pm_mode & radeon_pm_d2) radeon_set_suspend(rinfo, 1); - release_console_sem(); + console_unlock(); done: pdev->dev.power.power_state = mesg; @@ -2715,10 +2715,10 @@ int radeonfb_pci_resume(struct pci_dev *pdev) return 0; if (rinfo->no_schedule) { - if (try_acquire_c...
2011 Jan 20
1
[PATCH] change acquire/release_console_sem() to console_lock/unlock()
...s/video/aty/radeon_pm.c @@ -2626,7 +2626,7 @@ int radeonfb_pci_suspend(struct pci_dev *pdev, pm_message_t mesg) goto done; } - acquire_console_sem(); + console_lock(); fb_set_suspend(info, 1); @@ -2690,7 +2690,7 @@ int radeonfb_pci_suspend(struct pci_dev *pdev, pm_message_t mesg) if (rinfo->pm_mode & radeon_pm_d2) radeon_set_suspend(rinfo, 1); - release_console_sem(); + console_unlock(); done: pdev->dev.power.power_state = mesg; @@ -2715,10 +2715,10 @@ int radeonfb_pci_resume(struct pci_dev *pdev) return 0; if (rinfo->no_schedule) { - if (try_acquire_c...
2011 Jan 20
1
[PATCH] change acquire/release_console_sem() to console_lock/unlock()
...s/video/aty/radeon_pm.c @@ -2626,7 +2626,7 @@ int radeonfb_pci_suspend(struct pci_dev *pdev, pm_message_t mesg) goto done; } - acquire_console_sem(); + console_lock(); fb_set_suspend(info, 1); @@ -2690,7 +2690,7 @@ int radeonfb_pci_suspend(struct pci_dev *pdev, pm_message_t mesg) if (rinfo->pm_mode & radeon_pm_d2) radeon_set_suspend(rinfo, 1); - release_console_sem(); + console_unlock(); done: pdev->dev.power.power_state = mesg; @@ -2715,10 +2715,10 @@ int radeonfb_pci_resume(struct pci_dev *pdev) return 0; if (rinfo->no_schedule) { - if (try_acquire_c...
2016 Aug 04
2
[Intel-gfx] [PATCH] backlight: Avoid double fbcon backlight handling
...deon_backlight.c b/drivers/video/fbdev/aty/radeon_backlight.c >> index 301d6d6aeead..a8c9ef618e42 100644 >> --- a/drivers/video/fbdev/aty/radeon_backlight.c >> +++ b/drivers/video/fbdev/aty/radeon_backlight.c >> @@ -155,7 +155,8 @@ void radeonfb_bl_init(struct radeonfb_info *rinfo) >> props.type = BACKLIGHT_RAW; >> props.max_brightness = FB_BACKLIGHT_LEVELS - 1; >> bd = backlight_device_register(name, rinfo->info->dev, pdata, >> - &radeon_bl_data, &props); >> + &radeon_bl_data, &props, >> +...
2016 Jul 12
0
[Intel-gfx] [PATCH] backlight: Avoid double fbcon backlight handling
...deo/fbdev/aty/radeon_backlight.c b/drivers/video/fbdev/aty/radeon_backlight.c > index 301d6d6aeead..a8c9ef618e42 100644 > --- a/drivers/video/fbdev/aty/radeon_backlight.c > +++ b/drivers/video/fbdev/aty/radeon_backlight.c > @@ -155,7 +155,8 @@ void radeonfb_bl_init(struct radeonfb_info *rinfo) > props.type = BACKLIGHT_RAW; > props.max_brightness = FB_BACKLIGHT_LEVELS - 1; > bd = backlight_device_register(name, rinfo->info->dev, pdata, > - &radeon_bl_data, &props); > + &radeon_bl_data, &props, > + BACKLIGHT_REGIS...
2016 Jun 30
6
[PATCH] backlight: Avoid double fbcon backlight handling
...f --git a/drivers/video/fbdev/aty/radeon_backlight.c b/drivers/video/fbdev/aty/radeon_backlight.c index 301d6d6aeead..a8c9ef618e42 100644 --- a/drivers/video/fbdev/aty/radeon_backlight.c +++ b/drivers/video/fbdev/aty/radeon_backlight.c @@ -155,7 +155,8 @@ void radeonfb_bl_init(struct radeonfb_info *rinfo) props.type = BACKLIGHT_RAW; props.max_brightness = FB_BACKLIGHT_LEVELS - 1; bd = backlight_device_register(name, rinfo->info->dev, pdata, - &radeon_bl_data, &props); + &radeon_bl_data, &props, + BACKLIGHT_REGISTER_FB_CLIENT); if (IS_ERR(b...