Home
last modified time | relevance | path

Searched refs:till (Results 1 – 25 of 33) sorted by relevance

12

/illumos-gate/usr/src/lib/libc/capabilities/sun4v/common/
H A Dmemset.S95 sub %o3, 8, %o3 ! -(bytes till double aligned)
98 ! Set -(%o3) bytes till sp1 double aligned
114 sub %o3, 64, %o3 ! o3 is -(bytes till block aligned)
117 ! Store -(%o3) bytes till dst is block (64 byte) aligned.
H A Dmemcpy.S225 andcc %g1, 7, %o3 ! %o3 has bytes till dst 8 bytes aligned
301 andcc %o5, 7, %o5 ! bytes till DST 8 byte aligned
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dget_in_tkt.c343 || ((request->till != 0) && in verify_as_reply()
344 (as_reply->enc_part2->times.endtime > request->till)) in verify_as_reply()
356 (request->till != 0) && in verify_as_reply()
357 (as_reply->enc_part2->times.renew_till > request->till)) in verify_as_reply()
364 (request->till != 0) && in verify_as_reply()
366 (as_reply->enc_part2->times.renew_till > max(request->till, in verify_as_reply()
590 request.till = creds->times.endtime; in krb5_get_in_tkt()
1098 request.till = krb5int_addint32(request.from, tkt_life); in krb5_get_init_creds()
1120 if (request.rtime < request.till) { in krb5_get_init_creds()
1122 request.rtime = request.till; in krb5_get_init_creds()
H A Dsend_tgs.c192 tgsreq.till = timestruct->endtime ? timestruct->endtime : in krb5_send_tgs2()
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Ddo_as_req.c233 until = (request->till == 0) ? kdc_infinity : request->till; in process_as_req()
253 (enc_tkt_reply.times.endtime < request->till)) { in process_as_req()
258 request->rtime = request->till; in process_as_req()
H A Ddo_tgs_req.c369 until = (request->till == 0) ? kdc_infinity : request->till; in process_tgs_req()
391 (enc_tkt_reply.times.endtime < request->till) && in process_tgs_req()
396 min(request->till, in process_tgs_req()
/illumos-gate/usr/src/lib/libc/capabilities/sun4u/common/
H A Dmemcmp.S172 neg %i3 ! bytes till block aligned
174 ! Compare %i3 bytes till dst is block (64 byte) aligned. use
H A Dmemcpy.S164 neg %o3 ! bytes till src double aligned
168 ! Copy %o3 bytes till double aligned
183 neg %o3 ! bytes till double aligned
187 ! Copy %o3 bytes till double aligned
276 neg %i3 ! bytes till block aligned
279 ! Copy %i3 bytes till dst is block (64 byte) aligned. use
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dgeneric_copy.S262 ! move bytes till it is, if count is < 56 it could take
323 bgeu,a %ncc, 1b ! loop till done
386 bgu %ncc, .ov_fwd ! loop till done
397 bgu %ncc, .ov_bkwd ! loop till done
H A Dniagara_copy.S2091 neg %i3 ! bytes till dst 64 bytes aligned
2570 ! move bytes till it is, if count is < 56 it could take
2631 bgeu,a %ncc, 1b ! loop till done
2695 bgu %ncc, .ov_fwd ! loop till done
2706 bgu %ncc, .ov_bkwd ! loop till done
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-opl/common/
H A Dmemcpy.S131 andcc %o0, 7, %o5 ! bytes till DST 8 byte aligned
431 andcc %o5, 7, %o5 ! bytes till DST 8 byte aligned
432 and %o3, 7, %o3 ! bytes till SRC 8 byte aligned
435 sub %o5, %o3, %o3 ! -(bytes till SRC aligned after DST aligned)
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dstrcmp.S70 sub %o3, 8, %o3 ! number of bytes till s1 aligned
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-us3/common/
H A Dmemcpy.S124 andcc %o0, 7, %o5 ! bytes till DST 8 byte aligned
450 andcc %o5, 7, %o5 ! bytes till DST 8 byte aligned
451 and %o3, 7, %o3 ! bytes till SRC 8 byte aligned
454 sub %o5, %o3, %o3 ! -(bytes till SRC aligned after DST aligned)
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire_copy.S767 neg %i3 ! bytes till block aligned
770 ! Copy %i3 bytes till dst is block (64 byte) aligned. use
1739 ! move bytes till it is, if count is < 56 it could take
1800 bgeu,a %ncc, 1b ! loop till done
1879 bgu %ncc, .ov_fwd ! loop till done
1890 bgu %ncc, .ov_bkwd ! loop till done
H A Dcheetah_copy.S1509 bgu %ncc, .ov_fwd ! loop till done
1520 bgu %ncc, .ov_bkwd ! loop till done
H A Dopl_olympus_copy.S1453 bgu %ncc, .ov_fwd ! loop till done
1464 bgu %ncc, .ov_bkwd ! loop till done
/illumos-gate/usr/src/boot/forth/
H A Dloader.4th444 begin \ loop till ' ' or 0
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_clnt.c148 request->kdc_options, request->till);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_k_decode.c652 get_field(val->till,5,asn1_decode_kerberos_time); in asn1_decode_kdc_req_body()
H A Dasn1_k_encode.c295 FIELDOF_NORM(struct kdc_req_hack, kerberos_time, v.till, 5),
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dkrb5.h1154 krb5_timestamp till; /* requested endtime */ member
/illumos-gate/usr/src/data/zoneinfo/
H A Dasia163 # 16 till September 30 in a bid to ensure maximum use of daylight to cope with
189 # instead it will continue DST measure till the cabinet makes a fresh decision.
949 # adoption till Oct 31 midnight.
3120 # (except a short occupation by Israel from 1956-11 till 1957-03, but no
3270 # 26, 2010 till "the last Sunday before the tenth day of Tishri
H A Daustralasia367 # [DST in Fiji] is from December 20th 2020, till 17th January 2021.
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Drelease.txt774 This is a work-around till we root-cause the issue of missing/
4783 5. Request: Avoid waiting till timers linear scan is done during driver
6153 1. Request: Disable relaxed ordering in the PCI config space till the root
/illumos-gate/usr/src/uts/common/io/usb/clients/hidparser/
H A DREADME81 on till a main item is encountered. When a main item is encountered the

12