HomeSort by relevance Sort by last modified time
    Searched defs:t_sec (Results 1 - 3 of 3) sorted by null

  /external/syslinux/efi/
wrapper.c 51 struct section t_sec; local
133 memset(&t_sec, 0, sizeof(t_sec));
134 strcpy((char *)t_sec.name, ".text");
135 t_sec.virtual_sz = data_size;
136 t_sec.virtual_address = hdr_sz;
137 t_sec.raw_data_sz = t_sec.virtual_sz;
138 t_sec.raw_data = t_sec.virtual_address
    [all...]
  /external/blktrace/
blktrace.h 23 #define t_sec(t) ((t)->bytes >> 9) macro
  /external/syslinux/core/fs/xfs/
xfs.h 300 int32_t t_sec; member in struct:xfs_timestamp

Completed in 79 milliseconds