Sponsored Content
Full Discussion: RDTSC use in C:
Top Forums Programming RDTSC use in C: Post 302324900 by Sivaraman on Friday 12th of June 2009 07:04:45 AM
Old 06-12-2009
Thanks for your idea. But i am using the application in a EFI environment. To get the Ticks processed we can use RDTSC only. Anyway i will try your logic.
 
efi_mkdir(1M)															     efi_mkdir(1M)

NAME
efi_mkdir - make an EFI directory SYNOPSIS
devicefile] dirname DESCRIPTION
makes an EFI directory. The EFI file system is based on the FAT file system and used by the Itanium-based system BIOS to locate an HP-UX bootloader. See efi(4). creates directory dirname in the EFI volume specified by devicefile. If dirname already exists, exits with a diagnostic message, and the directory is not changed. If more than one subdirectory needs to be created to make dirname, exits with a diagnostic message and the directory is not changed, unless the option is specified. dirname should be relative to the root of the EFI volume specified by device- file, not to an HP-UX file system. Options Options can be used singly or combined in any order before the file names. The space between option and argument is optional. devicefile is the device special file of the EFI file system where the directory is to be made. Without the option, uses the device file specified in the environment variable if it is defined. The option overrides the environment variable. Create intermediate directories as necessary. RETURN VALUE
returns exit code 0 if the directory is made successfully. Otherwise it prints a diagnostic message and returns nonzero. 0 Successful completion. >0 Error condition occurred. EXAMPLES
Create directory in device file which contains an EFI file system: Create a directory in device file which contains an EFI file system, when does not exist yet: Create a directory in persistent device file (see intro(7)), which contains an EFI file system, when does not exist yet: AUTHOR
was developed by HP. SEE ALSO
efi_cp(1M), efi_fsinit(1M), efi_ls(1M), efi_rm(1M), efi_rmdir(1M), efi(4), intro(7). Itanium(R)-based Systems Only efi_mkdir(1M)
All times are GMT -4. The time now is 10:11 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy