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

1234

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/types/
H A Dtst.relenum.d48 second
52 /zero >= one || second <= first || zero == second/
56 printf("null = %d; first = %d; second = %d", null, first, second);
61 /second < one || two > second || null == first/
65 printf("null = %d; first = %d; second = %d", null, first, second);
70 /first < two && second > on
[all...]
/illumos-gate/usr/src/lib/libc/i386/unwind/
H A Dunwind_frame.s45 movl (%edx), %ebp / pop second frame [ back to f2() ]
/illumos-gate/usr/src/cmd/scadm/sparc/mpxu/common/
H A Ddate.c204 Date->second = DP_SET_DATE_TIME_IGNORE_FIELD;
218 Date->second = ADM_twodigits(&String[5]);
224 if (((int)Date->second < 0) || (Date->second > 59))
234 Date->second = DP_SET_DATE_TIME_IGNORE_FIELD;
252 Date->second = ADM_twodigits(&String[9]);
262 if (((int)Date->second < 0) || (Date->second > 59))
272 Date->second = DP_SET_DATE_TIME_IGNORE_FIELD;
297 Date->second
[all...]
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Dcdioctl.h40 unsigned char cdmsf_sec0; /* starting second */
43 unsigned char cdmsf_sec1; /* ending second */
67 unsigned char second; member in struct:cdrom_tocentry::__anon2821::__anon2822
85 unsigned char second; member in struct:cdrom_subchnl::__anon2823::__anon2824
93 unsigned char second; member in struct:cdrom_subchnl::__anon2825::__anon2826
/illumos-gate/usr/src/uts/common/sys/
H A Dkiconv_cck_common.h56 #define KICONV_IS_INVALID_UTF8_SECOND_BYTE(second, first) \
57 ((second) < u8_valid_min_2nd_byte[(first)] || \
58 (second) > u8_valid_max_2nd_byte[(first)])
H A Dcdio.h41 unsigned char cdmsf_sec0; /* starting second */
44 unsigned char cdmsf_sec1; /* ending second */
68 unsigned char second; member in struct:cdrom_tocentry::__anon7052::__anon7053
104 unsigned char second; member in struct:cdrom_subchnl::__anon7054::__anon7055
112 unsigned char second; member in struct:cdrom_subchnl::__anon7056::__anon7057
/illumos-gate/usr/src/cmd/lms/
H A DProtocolCompat.cpp124 _closeMChannel(it->second);
139 PRINT("[Compat]sending %d bytes from HECI connection %d to socket %d\n", ntohs(msg->DataLength), msg->ConnectionId, it->second->GetSocket());
140 if (-1 == _send(it->second->GetSocket(), (char *)msg->Data, ntohs(msg->DataLength), error)) {
142 _closeMChannel(it->second);
H A DProtocol.cpp170 if (it->second->GetSocket() == s) {
171 return it->second;
177 return it->second;
213 ATNetworkTool::CloseSocket(it->second->GetSocket());
214 delete it->second;
225 if (it->second.size() > 0) {
226 ATNetworkTool::CloseSocket(it->second[0]->GetListeningSocket());
228 PortForwardRequestList::iterator it2 = it->second.begin();
229 for (; it2 != it->second.end(); it2++) {
281 if (it->second
[all...]
H A DLMEConnectionCompat.cpp269 (*itr).second.connID = repMsg->ConnectionId;
270 (*itr).second.status = repMsg->Status;
271 (*itr).second.event->set();
/illumos-gate/usr/src/cmd/sgs/libelf/misc/
H A Ddemangle.c83 second(c) function
161 c = second(c+i);
188 * automatically calls second, since
195 c = second(c);
216 c = second(c);
242 c = second(c2);
/illumos-gate/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...]
/illumos-gate/usr/src/lib/sun_fc/common/
H A DHBA.cc44 #define BUSY_SLEEP NSECS_PER_SEC/10 /* 1/10 second */
151 if (port->second->getPortWWN() == wwn) {
155 if (port->second->getNodeWWN() == wwn) {
242 port->second->setRNID(info);
268 port->second->validatePresent();
/illumos-gate/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?
/illumos-gate/usr/src/cmd/sgs/size/common/
H A Dprocess.c83 * size of first, second, third number and total size
87 GElf_Xword second; local
105 * not of type NOBITS; the second number shall be the size of all sections
132 first = second = third = totsize = 0;
166 second += shdr.sh_size;
189 totsize = first + second + third;
191 first, second, third, totsize);
208 * of type PT_LOAD; the second number is the file size of all writable
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Ddd.c366 uint32_t second = GET_SECOND(m_id); local
442 if (TEST_MEMBERSHIP(bmp, primary, second) == 0) {
443 SET_MEMBERSHIP(bmp, primary, second);
449 CLEAR_MEMBERSHIP(bmp, primary, second);
455 if (TEST_MEMBERSHIP(bmp, primary, second) != 0) {
456 CLEAR_MEMBERSHIP(bmp, primary, second);
465 primary, second) != 0) {
474 SET_MEMBERSHIP(bmp, primary, second);
531 uint32_t second; local
571 second
705 uint32_t second; local
751 uint32_t second; local
971 uint32_t second; local
1034 uint32_t second = GET_SECOND(m_id); local
1666 uint32_t second = GET_SECOND(m_id); local
[all...]
/illumos-gate/usr/src/cmd/touch/
H A Dtouch.c276 char *second; local
313 second = strsep(&p, ".,");
322 second == NULL || strlen(second) != 2 || !isnumber(second) ||
333 tm.tm_sec = atoi(second);
/illumos-gate/usr/src/test/os-tests/tests/file-locking/
H A Druntests.c430 /* Create second child, which shouldn't acquire & signal */
561 lock_style_t first, second; local
566 for (second = (lock_style_t)0; second < LSTYLE_LAST; second++) {
567 flock_test_exclusive(first, second,
569 flock_test_exclusive(first, second,
576 for (second = (lock_style_t)0; second < LSTYLE_LAST; second
[all...]
/illumos-gate/usr/src/lib/libm/i386/src/
H A Disnanl.s48 testl $0xffffffff,4(%esp) / is second half of significand 0?
/illumos-gate/usr/src/cmd/mdb/intel/ia32/libstand/
H A Dsetjmp.s102 movl 8(%esp),%eax / second parameter
/illumos-gate/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?
/illumos-gate/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
/illumos-gate/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
/illumos-gate/usr/src/psm/stand/cpr/sparcv9/sun4u/
H A Dcb_srt0.s111 ! second stage

Completed in 152 milliseconds

1234