search for: mahamuni

Displaying 3 results from an estimated 3 matches for "mahamuni".

2008 Feb 01
2
How to read group descriptor?
Hi All, I am trying to read group descriptor from disk. I am able to read the superblock structure successfully. But I am not getting successful to get the group descriptor. Here is my code. Please check out what is missing. #include<linux/ext3_fs.h> #include<sys/types.h> #include<sys/stat.h> #include<stdio.h> #include<unistd.h> #include<fcntl.h>
2008 Mar 20
1
How to get device name with device id?
Hi all, I want to open a device(/dev/sda1, /dev/hda2 etc) in which my file exists. I've used 'stat' system call to get the device id. But now I want the device name from this id(st_dev). How to get that one? Or Do you have any other method to know the device name where my file resides? Thanks Bollywood, fun, friendship, sports and more. You name it, we have it on
2013 Feb 25
2
[LLVMdev] Auto-generating c++ API from bitcode
I tried compiling latest llvm with clang (3.3). I am trying to generate c++ API code from bitcode(.bc) file using "llc -march=cpp" This used to work with 2.3 release (I guess). With the current release, it is unable to figure out architecture "cpp" am doing something wrong? is there other way to achieve this? may be different utility that I missed? --Ashish --------------