Home
last modified time | relevance | path

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

12345678

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/types/
H A Dtst.relenum.d46 second enumerator
50 /zero >= one || second <= first || zero == second/
54 printf("null = %d; first = %d; second = %d", null, first, second);
59 /second < one || two > second || null == first/
63 printf("null = %d; first = %d; second = %d", null, first, second);
68 /first < two && second > one && one != two && zero != first/
/illumos-gate/usr/src/cmd/scadm/sparc/mpxu/common/
H A Ddate.c202 Date->second = DP_SET_DATE_TIME_IGNORE_FIELD; in ADM_Decode_Date()
216 Date->second = ADM_twodigits(&String[5]); in ADM_Decode_Date()
222 if (((int)Date->second < 0) || (Date->second > 59)) in ADM_Decode_Date()
232 Date->second = DP_SET_DATE_TIME_IGNORE_FIELD; in ADM_Decode_Date()
250 Date->second = ADM_twodigits(&String[9]); in ADM_Decode_Date()
260 if (((int)Date->second < 0) || (Date->second > 59)) in ADM_Decode_Date()
270 Date->second = DP_SET_DATE_TIME_IGNORE_FIELD; in ADM_Decode_Date()
295 Date->second = ADM_twodigits(&String[11]); in ADM_Decode_Date()
312 if (((int)Date->second < 0) || (Date->second > 59)) in ADM_Decode_Date()
343 Date->second = ADM_twodigits(&String[13]); in ADM_Decode_Date()
[all …]
/illumos-gate/usr/src/lib/libc/amd64/unwind/
H A Deh_frame.c217 unsigned char *second = data; in get_table_ent_val() local
227 second += 4; in get_table_ent_val()
229 fde = (void *)(uint64_t)(*((uint32_t *)second)); in get_table_ent_val()
238 second += 8; in get_table_ent_val()
240 fde = (void *)(uint64_t)(*((uint64_t *)second)); in get_table_ent_val()
249 second += 4; in get_table_ent_val()
251 fde = (void *)(uint64_t)(int64_t)(*((int32_t *)second)); in get_table_ent_val()
260 second += 8; in get_table_ent_val()
262 fde = (void *)(uint64_t)(*((int64_t *)second)); in get_table_ent_val()
275 fde = (void *)(((uint64_t)fde) + (uint64_t)second + reloc); in get_table_ent_val()
/illumos-gate/usr/src/test/util-tests/tests/mergeq/
H A Dmqt.c52 mqt_int(void *first, void *second, void **outp, void *arg) in mqt_int() argument
56 b = (uintptr_t)second; in mqt_int()
64 mqt_append(void *first, void *second, void **outp, void *arg) in mqt_append() argument
69 if (asprintf(&out, "%s%s", first, second) != -1) { in mqt_append()
77 mqt_fatal(void *first, void *second, void **outp, void *arg) in mqt_fatal() argument
/illumos-gate/usr/src/cmd/sgs/libelf/misc/
H A Ddemangle.c83 second(char *c) in second() function
159 c = second(c+i); in demangle()
196 c = second(c); in demangle()
218 c = second(c); in demangle()
245 c = second(c2); in demangle()
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Ddd.c366 uint32_t second = GET_SECOND(m_id); in update_matrix() local
465 primary, second) != 0) { in update_matrix()
531 uint32_t second; in clear_matrix() local
571 second = GET_SECOND(i); in clear_matrix()
705 uint32_t second; in is_dd_active() local
716 second = GET_SECOND(dd_id); in is_dd_active()
751 uint32_t second; in get_scope() local
783 second = GET_SECOND(uid); in get_scope()
833 (*p)[primary - 1] |= (1 << second); in get_scope()
971 uint32_t second; in dd_matrix_init() local
[all …]
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dintpkey.test77 INSERT INTO t1 VALUES(5,'second','entry');
88 INSERT INTO t1 VALUES(6,'second','entry');
99 } {5 5 hello world 6 6 second entry}
109 } {hello one second}
118 } {4 one two 5 hello world 6 second entry}
158 } {-3 y z 4 one two 5 hello world 6 second entry}
203 SELECT rowid, * FROM t1 WHERE b<'second'
208 SELECT rowid, * FROM t1 WHERE 'second'>b
231 } {5 hello world 6 second entry 8 y z}
237 } {5 hello world 6 second entry -4 y z}
[all …]
/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.S180 andcc %o1, 0xff, %g0 ! second byte zero ?
205 andcc %o1, %o5, %g0 ! second byte zero?
/illumos-gate/usr/src/test/os-tests/tests/file-locking/
H A Druntests.c583 lock_style_t first, second; in flock_runtests() local
588 for (second = (lock_style_t)0; second < LSTYLE_LAST; second++) { in flock_runtests()
589 flock_test_exclusive(first, second, in flock_runtests()
591 flock_test_exclusive(first, second, in flock_runtests()
598 for (second = (lock_style_t)0; second < LSTYLE_LAST; second++) { in flock_runtests()
599 flock_test_shared(first, second, in flock_runtests()
601 flock_test_shared(first, second, in flock_runtests()
/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 byte; word aligned now
H A Dstrchr.S180 andcc %o1, 0xff, %g0 ! second byte zero ?
205 andcc %o1, %o5, %g0 ! second byte zero?
/illumos-gate/usr/src/uts/common/sys/
H A Dkiconv_cck_common.h54 #define KICONV_IS_INVALID_UTF8_SECOND_BYTE(second, first) \ argument
55 ((second) < u8_valid_min_2nd_byte[(first)] || \
56 (second) > u8_valid_max_2nd_byte[(first)])
H A Dcdio.h66 unsigned char second; member
102 unsigned char second; member
110 unsigned char second; member
/illumos-gate/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()
/illumos-gate/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()
/illumos-gate/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()
/illumos-gate/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()
277 second = "/DVD±R"; in libhal_drive_policy_compute_display_name()
288 second = "/BD-ROM"; in libhal_drive_policy_compute_display_name()
290 second = "/BD-R"; in libhal_drive_policy_compute_display_name()
[all …]
/illumos-gate/usr/src/lib/mergeq/
H A Dmergeq.c452 mergeq_pop(mergeq_t *mqp, void **first, void **second) in mergeq_pop() argument
471 *second = mergeq_pop_one(mqp); in mergeq_pop()
492 void *first, *second, *out; in mergeq_thr_merge() local
501 if (mergeq_pop(mqp, &first, &second) == B_FALSE) { in mergeq_thr_merge()
510 ret = mqp->mq_func(first, second, &out, mqp->mq_arg); in mergeq_thr_merge()
/illumos-gate/usr/src/cmd/find/
H A Dfind.c184 union Item second; member
442 np->second.i = 0; in compile()
475 np->second.i = *b; in compile()
545 np->second.i = '+'; in compile()
737 np->second.i = '+'; in compile()
946 if (np->second.i == '-') in execute()
997 if (np->second.i == '+') in execute()
999 else if (np->second.i == '-') in execute()
1005 if (np->second.i == '+') in execute()
1395 int second; in lookup() local
[all …]
/illumos-gate/usr/src/uts/common/os/
H A Dkiconv.c197 boolean_t second; in kiconv_to_sb() local
295 second = B_TRUE; in kiconv_to_sb()
297 if (second) { in kiconv_to_sb()
305 second = B_FALSE; in kiconv_to_sb()
465 boolean_t second; in kiconvstr_to_sb() local
536 second = B_TRUE; in kiconvstr_to_sb()
538 if (second) { in kiconvstr_to_sb()
551 second = B_FALSE; in kiconvstr_to_sb()
/illumos-gate/usr/src/lib/passwdutil/
H A DREADME.SunOS-aging67 If the first and second characters are set to '..' the user will be
74 aging will then occur as defined by the first and second characters.
76 If the first character (MAX) is less than the second character (MIN),
/illumos-gate/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
/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

12345678