Searched refs:second (Results 1 - 25 of 137) sorted by relevance

123456

/osnet-11/usr/src/grub/grub2/grub-core/lib/efi/
H A Ddatetime.c48 datetime->second = efi_time.second;
72 efi_time.second = datetime->second;
/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/lib/libc/i386/unwind/
H A Dunwind_frame.s45 movl (%edx), %ebp / pop second frame [ back to f2() ]
/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/grub/grub2/grub-core/kern/emu/
H A Dtime.c36 datetime->second = mytm->tm_sec;
/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/lib/arc/
H A Ddatetime.c39 datetime->second = dt->s;
/osnet-11/usr/src/lib/sun_fc/common/
H A DHBA.cc39 #define BUSY_SLEEP NSECS_PER_SEC/10 /* 1/10 second */
146 if (port->second->getPortWWN() == wwn) {
150 if (port->second->getNodeWWN() == wwn) {
177 if (port->second->getPortWWN() == wwn) {
181 if (port->second->getNodeWWN() == wwn) {
294 port->second->setRNID(info);
320 port->second->validatePresent();
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dstrcpy.s86 andcc %o1, 0xff, %g0 ! second byte zero ?
88 stb %o1, [%o2 + 1] ! store second byte
116 srl %o1, 16, %o3 ! %o3<7:0> = second byte
117 andcc %o1, %o5, %g0 ! second byte zero?
119 stb %o3, [%o2 - 3] ! store second byte
158 srl %o1, 16, %g1 ! get first and second byte
159 sth %g1, [%o2 - 4] ! store first and second byte
H A Dstrchr.s112 andcc %g1, %o5, %g0 ! second byte zero (= found search char) ?
137 andcc %g1, %o4, %g0 ! second byte == findchar ?
139 andcc %o2, %o4, %g0 ! second byte == 0 ?
180 andcc %o1, 0xff, %g0 ! second byte zero ?
205 andcc %o1, %o5, %g0 ! second byte zero?
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Ddate.c51 datetime.hour, datetime.minute, datetime.second,
127 datetime.second = value[5];
141 N_("[[year-]month-day] [hour:minute[:second]]"),
/osnet-11/usr/src/grub/grub2/grub-core/hook/
H A Ddatehook.c75 n = datetime.second;
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dstrcpy.s88 andcc %o5, 0xff, %g0 ! extract second byte
89 stb %o5, [%o2 + 1] ! store second byte
102 srl %o5, 16, %o4 ! extract second byte
103 andcc %o4, 0xff, %g0 ! is second byte zero ?
105 stb %o4, [%o2 + 1] ! store second byte
149 srlx %o1, 48, %o3 ! %o3<7:0> = second byte
150 andcc %o1, %o4, %g0 ! second byte zero?
152 stb %o3, [%o2 - 7] ! store second byte
229 srlx %o1, 48, %g1 ! get first and second byte
230 sth %g1, [%o2 - 8] ! store first and second byt
[all...]
H A Dstrchr.s112 andcc %g1, %o5, %g0 ! second byte zero (= found search char) ?
137 andcc %g1, %o4, %g0 ! second byte == findchar ?
139 andcc %o2, %o4, %g0 ! second byte == 0 ?
180 andcc %o1, 0xff, %g0 ! second byte zero ?
205 andcc %o1, %o5, %g0 ! second byte zero?
/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...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A Dcmos_datetime.c105 datetime->second = value;
184 value = datetime->second;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A DPacklist.t45 # get the first and second key
46 my ($first, $second) = keys %{ $pl->{data} };
58 is( ExtUtils::Packlist::NEXTKEY($pl), $second,
138 like( $file, qr/hash.+foo=bar/, 'second embedded hash value should appear');
/osnet-11/usr/src/lib/libc/amd64/gen/
H A Dmemchr.s69 cmpb %ch, %al / if the second byte is %al
113 / found at the second byte
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dmemchr.s72 cmpb %dh, %cl / if the second byte is %cl
117 / found at the second byte
/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/grub/grub2/grub-core/normal/
H A Ddatetime.c100 datetime->second = nix % SECPERMIN;
H A Dmisc.c92 datetime.hour, datetime.minute, datetime.second,
/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/grub/grub2/util/
H A Ddeviceiter.c1011 struct dm_tree_node *root, *top, *second;
1032 /* Walk the second-level children of the inverted tree; that is, devices
1042 second = dm_tree_next_child (&second_handle, top, 1);
1043 while (second)
1048 node_name = dm_tree_node_get_name (second);
1050 node_uuid = dm_tree_node_get_uuid (second);
1074 second = dm_tree_next_child (&second_handle, top, 1);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/MIME/Base64/
H A DBase64.pm53 argument is the string to encode. The second argument is the
57 empty string as second argument if you do not want the encoded string
99 The '=' padding character occurs as the first or second character

Completed in 112 milliseconds

123456