Searched refs:stmp (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | pkcs11Slottable.c | 47 pkcs11_slottable_t *stmp = malloc(sizeof (pkcs11_slottable_t)); in pkcs11_slottable_initialize() local 49 if (stmp == NULL) in pkcs11_slottable_initialize() 52 stmp->st_first = 1; in pkcs11_slottable_initialize() 53 stmp->st_cur_size = 0; in pkcs11_slottable_initialize() 54 stmp->st_last = 0; in pkcs11_slottable_initialize() 55 stmp->st_slots = NULL; in pkcs11_slottable_initialize() 57 if (pthread_mutex_init(&stmp->st_mutex, NULL) != 0) { in pkcs11_slottable_initialize() 58 free(stmp); in pkcs11_slottable_initialize() 62 stmp->st_event_slot = 0; in pkcs11_slottable_initialize() 63 stmp->st_thr_count = 0; in pkcs11_slottable_initialize() [all …]
|
/titanic_50/usr/src/uts/common/fs/zfs/sys/ |
H A D | zfs_znode.h | 261 #define ZFS_TIME_ENCODE(tp, stmp) \ argument 263 (stmp)[0] = (uint64_t)(tp)->tv_sec; \ 264 (stmp)[1] = (uint64_t)(tp)->tv_nsec; \ 268 #define ZFS_TIME_DECODE(tp, stmp) \ argument 270 (tp)->tv_sec = (time_t)(stmp)[0]; \ 271 (tp)->tv_nsec = (long)(stmp)[1]; \
|
/titanic_50/usr/src/cmd/krb5/krb5kdc/ |
H A D | kdc_util.c | 1537 char stmp[D_LEN(krb5_enctype) + 1]; in ktypes2str() local 1548 sprintf(stmp, "%s%ld", i ? " " : "", (long)ktype[i]); in ktypes2str() 1549 if (strlen(s) + strlen(stmp) + sizeof("}") > len) in ktypes2str() 1551 strcat(s, stmp); in ktypes2str() 1575 char stmp[sizeof("ses=") + D_LEN(krb5_enctype)]; in rep_etypes2str() local 1586 sprintf(stmp, " tkt=%ld", (long)rep->ticket->enc_part.enctype); in rep_etypes2str() 1587 strcat(s, stmp); in rep_etypes2str() 1593 sprintf(stmp, " ses=%ld", in rep_etypes2str() 1595 strcat(s, stmp); in rep_etypes2str()
|
/titanic_50/usr/src/lib/libdwarf/common/ |
H A D | dwarf_sort_line.c | 487 Dwarf_Signed stmp; in _dwarf_update_line_sec() local 490 DECODE_LEB128_SWORD(line_ptr, stmp); in _dwarf_update_line_sec() 491 advance_line = (Dwarf_Sword) stmp; in _dwarf_update_line_sec()
|
H A D | dwarf_print_lines.c | 453 Dwarf_Signed stmp; in _dwarf_internal_printlines() local 456 DECODE_LEB128_SWORD(line_ptr, stmp); in _dwarf_internal_printlines() 457 advance_line = (Dwarf_Sword) stmp; in _dwarf_internal_printlines()
|
H A D | dwarf_line.c | 710 Dwarf_Signed stmp; in _dwarf_internal_srclines() local 712 DECODE_LEB128_SWORD(line_ptr, stmp); in _dwarf_internal_srclines() 713 advance_line = (Dwarf_Sword) stmp; in _dwarf_internal_srclines()
|
/titanic_50/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
H A D | tpm_specific.c | 224 uint16_t stmp; in tss_uuid_convert_to() local 234 stmp = *ptr++; in tss_uuid_convert_to() 235 stmp = (stmp << 8) | *ptr++; in tss_uuid_convert_to() 236 uuid->usTimeMid = ntohs(stmp); in tss_uuid_convert_to() 238 stmp = *ptr++; in tss_uuid_convert_to() 239 stmp = (stmp << 8) | *ptr++; in tss_uuid_convert_to() 240 uuid->usTimeHigh = ntohs(stmp); in tss_uuid_convert_to()
|
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/support/ |
H A D | fake-addrinfo.c | 858 GET_SERV_TMP stmp; in fake_getaddrinfo() local 866 sp, s_err, stmp); in fake_getaddrinfo() 1001 GET_SERV_TMP stmp; in fake_getnameinfo() local 1005 sp, serr, stmp); in fake_getnameinfo()
|
/titanic_50/usr/src/lib/libnsl/nss/ |
H A D | netdir_inet.c | 2209 char stmp[16]; in hsents2ndhostservs() local 2211 (void) sprintf(stmp, "%d", port); in hsents2ndhostservs() 2212 hs->h_serv = strdup(stmp); in hsents2ndhostservs()
|
/titanic_50/usr/src/uts/common/io/ib/mgt/ibcm/ |
H A D | ibcm_path.c | 2172 sa_service_record_t *stmp; in ibcm_saa_service_rec() local 2234 stmp = (sa_service_record_t *)results_p; in ibcm_saa_service_rec() 2243 ib_gid_t sg = stmp->ServiceGID; in ibcm_saa_service_rec() 2259 stmp++; in ibcm_saa_service_rec()
|