Searched defs:second (Results 1 - 13 of 13) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/lib/ieee1275/
H A Ddatetime.c67 grub_ieee1275_cell_t second; member in struct:get_time_args
100 datetime->second = args.second;
118 grub_ieee1275_cell_t second; member in struct:set_time_args
145 args.second = datetime->second;
/osnet-11/usr/src/grub/grub2/include/grub/
H A Ddatetime.h32 grub_uint8_t second; member in struct:grub_datetime
116 ret += datetime->second;
118 if (datetime->second > 60)
/osnet-11/usr/src/lib/krb5/kdb/
H A Dkdb_convert.c58 krb5_tl_data *first, *second; local
124 for (first = current->tl_data, second = new->tl_data;
126 second = second->tl_data_next) {
127 if ((first->tl_data_length == second->tl_data_length) &&
128 (first->tl_data_type == second->tl_data_type)) {
130 (char *)second->tl_data_contents,
/osnet-11/usr/src/lib/libc/amd64/unwind/
H A Deh_frame.c219 unsigned char *second = data; local
229 second += 4;
231 fde = (void *)(uint64_t)(*((uint32_t *)second));
240 second += 8;
242 fde = (void *)(uint64_t)(*((uint64_t *)second));
251 second += 4;
253 fde = (void *)(uint64_t)(int64_t)(*((int32_t *)second));
262 second += 8;
264 fde = (void *)(uint64_t)(*((int64_t *)second));
277 fde = (void *)(((uint64_t)fde) + (uint64_t)second
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dfnmatch_loop.c475 int32_t second; local
504 second = hash % (table_size - 2) + 1;
524 elem += second;
696 int32_t second; local
726 second = hash % (table_size - 2) + 1;
745 elem += second;
H A Dregcomp.c2539 /* First number greater than second. */
2809 int32_t second = hash % (table_size - 2) + 1;
2826 elem += second;
2800 int32_t second = hash % (table_size - 2) + 1; local
/osnet-11/usr/src/lib/libcurses/screen/
H A Dwrefresh.c358 * pen-up/pen-down model. The second is the HP26*-like model.
362 * clear ALL marks in the affected regions. The second case is
672 bool second = FALSE; local
704 second = TRUE;
706 (void) mvcur(wy, (second ? color_attrx :
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Diso9660.c66 grub_uint8_t second; member in struct:grub_iso9660_date2
92 grub_uint8_t second[2]; member in struct:grub_iso9660_date
190 && ! i->second[0] && ! i->second[1]
199 datetime.second = (i->second[0] - '0') * 10 + (i->second[1] - '0');
217 datetime.second = i->second;
1022 && ! data->voldesc.modified.second[
[all...]
H A Dudf.c154 grub_uint8_t second; member in struct:grub_udf_timestamp
972 datetime.second = tstamp->second;
/osnet-11/usr/src/lib/libcmd/common/
H A Dfind.c205 Item_t second; member in struct:Node_s
297 " from which \bfind\b was executed. The second form gathers"
514 register int second; local
520 second = word[1];
522 if (second == argp->name[1] && streq(word, argp->name))
895 np->second.i = 0;
928 np->second.i = *b;
1039 np->second.i = '-';
1044 switch (np->second.i)
1047 np->second
[all...]
/osnet-11/usr/src/lib/hal/libhal-storage/common/
H A Dlibhal-storage.c250 char *second; local
259 second = "";
261 second = "/DVD-ROM";
263 second = "/DVD+R";
265 second = "/DVD+RW";
267 second = "/DVD-R";
269 second = "/DVD-RW";
271 second = "/DVD-RAM";
275 second = "/DVD±R DL";
277 second
[all...]
/osnet-11/usr/src/lib/libslp/clib/
H A Dslp_ami.h168 short second; member in struct:__anon2586
/osnet-11/usr/src/grub/grub2/include/grub/efi/
H A Dapi.h749 grub_efi_uint8_t second; member in struct:grub_efi_time

Completed in 133 milliseconds