Home
last modified time | relevance | path

Searched refs:second (Results 1 – 25 of 180) sorted by relevance

12345678

/titanic_41/usr/src/cmd/dtrace/test/tst/common/types/
H A Dtst.relenum.d48 second enumerator
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 > one && one != two && zero != first/
/titanic_41/usr/src/cmd/scadm/sparc/mpxu/common/
H A Ddate.c204 Date->second = DP_SET_DATE_TIME_IGNORE_FIELD; in ADM_Decode_Date()
218 Date->second = ADM_twodigits(&String[5]); in ADM_Decode_Date()
224 if (((int)Date->second < 0) || (Date->second > 59)) in ADM_Decode_Date()
234 Date->second = DP_SET_DATE_TIME_IGNORE_FIELD; in ADM_Decode_Date()
252 Date->second = ADM_twodigits(&String[9]); in ADM_Decode_Date()
262 if (((int)Date->second < 0) || (Date->second > 59)) in ADM_Decode_Date()
272 Date->second = DP_SET_DATE_TIME_IGNORE_FIELD; in ADM_Decode_Date()
297 Date->second = ADM_twodigits(&String[11]); in ADM_Decode_Date()
314 if (((int)Date->second < 0) || (Date->second > 59)) in ADM_Decode_Date()
324 Date->second = DP_SET_DATE_TIME_IGNORE_FIELD; in ADM_Decode_Date()
[all …]
/titanic_41/usr/src/cmd/lms/
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.size() > 0) {
[all …]
H A DProtocolCompat.cpp124 _closeMChannel(it->second); in _LmeReceiveCompat()
139 …connection %d to socket %d\n", ntohs(msg->DataLength), msg->ConnectionId, it->second->GetSocket()); in _LmeReceiveCompat()
140 if (-1 == _send(it->second->GetSocket(), (char *)msg->Data, ntohs(msg->DataLength), error)) { in _LmeReceiveCompat()
142 _closeMChannel(it->second); in _LmeReceiveCompat()
H A DLMEConnectionCompat.cpp269 (*itr).second.connID = repMsg->ConnectionId; in _doRXCompat()
270 (*itr).second.status = repMsg->Status; in _doRXCompat()
271 (*itr).second.event->set(); in _doRXCompat()
/titanic_41/usr/src/lib/libc/amd64/unwind/
H A Deh_frame.c219 unsigned char *second = data; in get_table_ent_val() local
229 second += 4; in get_table_ent_val()
231 fde = (void *)(uint64_t)(*((uint32_t *)second)); in get_table_ent_val()
240 second += 8; in get_table_ent_val()
242 fde = (void *)(uint64_t)(*((uint64_t *)second)); in get_table_ent_val()
251 second += 4; in get_table_ent_val()
253 fde = (void *)(uint64_t)(int64_t)(*((int32_t *)second)); in get_table_ent_val()
262 second += 8; in get_table_ent_val()
264 fde = (void *)(uint64_t)(*((int64_t *)second)); in get_table_ent_val()
277 fde = (void *)(((uint64_t)fde) + (uint64_t)second + reloc); in get_table_ent_val()
/titanic_41/usr/src/cmd/krb5/kadmin/gui/dchanger/
H A DDateTimeDialog.java60 private DCCircularTextField second; field in DateTimeDialog
178 second = new DCCircularTextField("00", 2); in addFields()
179 second.setBackground(background); in addFields()
180 second.setForeground(foreground); in addFields()
214 topPanel.add(second, gbc); in addFields()
248 secondDCPanel.setListener(second); in addDCPanels()
328 second.addFocusListener(fl); in addFocusListeners()
353 checkErrorAndSet(second)); in updateFromGui()
419 second.setValue(calendar.get(Calendar.SECOND)); in setDate()
429 second.setValue(0); in setMidnight()
[all …]
/titanic_41/usr/src/cmd/sgs/libelf/misc/
H A Ddemangle.c83 second(c) in second() function
161 c = second(c+i);
195 c = second(c);
216 c = second(c);
242 c = second(c2);
/titanic_41/usr/src/cmd/isns/isnsd/
H A Ddd.c366 uint32_t second = GET_SECOND(m_id); in update_matrix() local
442 if (TEST_MEMBERSHIP(bmp, primary, second) == 0) { in update_matrix()
443 SET_MEMBERSHIP(bmp, primary, second); in update_matrix()
449 CLEAR_MEMBERSHIP(bmp, primary, second); in update_matrix()
455 if (TEST_MEMBERSHIP(bmp, primary, second) != 0) { in update_matrix()
456 CLEAR_MEMBERSHIP(bmp, primary, second); in update_matrix()
465 primary, second) != 0) { in update_matrix()
474 SET_MEMBERSHIP(bmp, primary, second); in update_matrix()
531 uint32_t second; in clear_matrix() local
571 second = GET_SECOND(i); in clear_matrix()
[all …]
/titanic_41/usr/src/lib/libsqlite/test/
H A Dintpkey.test79 INSERT INTO t1 VALUES(5,'second','entry');
90 INSERT INTO t1 VALUES(6,'second','entry');
101 } {5 5 hello world 6 6 second entry}
111 } {hello one second}
120 } {4 one two 5 hello world 6 second entry}
160 } {-3 y z 4 one two 5 hello world 6 second entry}
202 } {4 4 one two 5 5 hello world 6 6 second entry 8 8 y z}
205 SELECT rowid, * FROM t1 WHERE b<'second'
210 SELECT rowid, * FROM t1 WHERE 'second'>b
215 SELECT rowid, * FROM t1 WHERE 8>rowid AND 'second'>b
[all …]
/titanic_41/usr/src/lib/libbc/libc/sys/common/
H A Dcdioctl.h67 unsigned char second; member
85 unsigned char second; member
93 unsigned char second; member
/titanic_41/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.s180 andcc %o1, 0xff, %g0 ! second byte zero ?
205 andcc %o1, %o5, %g0 ! second byte zero?
/titanic_41/usr/src/uts/common/sys/
H A Dkiconv_cck_common.h56 #define KICONV_IS_INVALID_UTF8_SECOND_BYTE(second, first) \ argument
57 ((second) < u8_valid_min_2nd_byte[(first)] || \
58 (second) > u8_valid_max_2nd_byte[(first)])
H A Dcdio.h68 unsigned char second; member
104 unsigned char second; member
112 unsigned char second; member
/titanic_41/usr/src/cmd/sgs/size/common/
H A Dprocess.c87 GElf_Xword second; in process() local
132 first = second = third = totsize = 0; in process()
166 second += shdr.sh_size; in process()
189 totsize = first + second + third; in process()
191 first, second, third, totsize); in process()
/titanic_41/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 byte; word aligned now
H A Dstrchr.s180 andcc %o1, 0xff, %g0 ! second byte zero ?
205 andcc %o1, %o5, %g0 ! second byte zero?
/titanic_41/usr/src/lib/sun_fc/common/
H A DHBA.cc151 if (port->second->getPortWWN() == wwn) { in containsWWN()
155 if (port->second->getNodeWWN() == wwn) { in containsWWN()
242 port->second->setRNID(info); in setRNID()
268 port->second->validatePresent(); in validatePresent()
/titanic_41/usr/src/cmd/touch/
H A Dtouch.c276 char *second; in parse_datetime() local
313 second = strsep(&p, ".,"); in parse_datetime()
322 second == NULL || strlen(second) != 2 || !isnumber(second) || in parse_datetime()
333 tm.tm_sec = atoi(second); in parse_datetime()
/titanic_41/usr/src/lib/hal/libhal-storage/common/
H A Dlibhal-storage.c250 char *second; in libhal_drive_policy_compute_display_name() local
259 second = ""; in libhal_drive_policy_compute_display_name()
261 second = "/DVD-ROM"; in libhal_drive_policy_compute_display_name()
263 second = "/DVD+R"; in libhal_drive_policy_compute_display_name()
265 second = "/DVD+RW"; in libhal_drive_policy_compute_display_name()
267 second = "/DVD-R"; in libhal_drive_policy_compute_display_name()
269 second = "/DVD-RW"; in libhal_drive_policy_compute_display_name()
271 second = "/DVD-RAM"; in libhal_drive_policy_compute_display_name()
275 second = "/DVD±R DL"; in libhal_drive_policy_compute_display_name()
277 second = "/DVD±R"; in libhal_drive_policy_compute_display_name()
[all …]
/titanic_41/usr/src/cmd/find/
H A Dfind.c182 union Item second; member
441 np->second.i = 0;
473 np->second.i = *b;
543 np->second.i = '+';
736 np->second.i = '+';
905 if (np->second.i == '-')
956 if (np->second.i == '+')
958 else if (np->second.i == '-')
964 if (np->second.i == '+')
966 else if (np->second.i == '-')
[all …]
/titanic_41/usr/src/cmd/dtrace/test/tst/common/begin/
H A Dtst.begin.d.out2 tick fired second
H A Dtst.multibegin.d.out2 Begin fired second
/titanic_41/usr/src/uts/common/os/
H A Dkiconv.c199 boolean_t second; in kiconv_to_sb() local
297 second = B_TRUE; in kiconv_to_sb()
299 if (second) { in kiconv_to_sb()
307 second = B_FALSE; in kiconv_to_sb()
467 boolean_t second; in kiconvstr_to_sb() local
538 second = B_TRUE; in kiconvstr_to_sb()
540 if (second) { in kiconvstr_to_sb()
553 second = B_FALSE; in kiconvstr_to_sb()

12345678