Searched refs:h_type (Results 1 – 10 of 10) sorted by relevance
/titanic_44/usr/src/cmd/acct/lib/ |
H A D | pnpsplit.c | 65 long h_type; /* prime/nonprime of previous period */ member 117 result[hp->h_type] += tend-tcur; 122 result[hp->h_type] += tmp; 242 h[0].h_type = NONPRIME; in inithol() 255 h[1].h_type = PRIME; in inithol() 261 h[2].h_type = NONPRIME; in inithol()
|
/titanic_44/usr/src/lib/libsmbfs/smb/ |
H A D | ntlmssp.c | 225 uint32_t h_type; in ntlmssp_put_type1() member 264 hdr.h_type = NTLMSSP_MSGTYPE_NEGOTIATE; in ntlmssp_put_type1() 281 (void) mb_put_uint32le(out_mb, hdr.h_type); in ntlmssp_put_type1() 299 uint32_t h_type; in ntlmssp_get_type2() member 330 (void) md_get_uint32le(in_mb, &hdr.h_type); in ntlmssp_get_type2() 331 if (hdr.h_type != NTLMSSP_MSGTYPE_CHALLENGE) { in ntlmssp_get_type2() 402 uint32_t h_type; in ntlmssp_put_type3() member 439 hdr.h_type = NTLMSSP_MSGTYPE_AUTHENTICATE; in ntlmssp_put_type3() 548 (void) mb_put_uint32le(out_mb, hdr.h_type); in ntlmssp_put_type3()
|
/titanic_44/usr/src/common/ctf/ |
H A D | ctf_hash.c | 118 hep->h_type = type; in ctf_hash_insert() 140 hep->h_type = type; in ctf_hash_define()
|
H A D | ctf_create.c | 851 if (hep != NULL && ctf_type_kind(fp, hep->h_type) == CTF_K_FORWARD) in ctf_add_struct() 852 dtd = ctf_dtd_lookup(fp, type = hep->h_type); in ctf_add_struct() 873 if (hep != NULL && ctf_type_kind(fp, hep->h_type) == CTF_K_FORWARD) in ctf_add_union() 874 dtd = ctf_dtd_lookup(fp, type = hep->h_type); in ctf_add_union() 895 if (hep != NULL && ctf_type_kind(fp, hep->h_type) == CTF_K_FORWARD) in ctf_add_enum() 896 dtd = ctf_dtd_lookup(fp, type = hep->h_type); in ctf_add_enum() 934 return (hep->h_type); in ctf_add_forward() 1307 dst_type = (ctf_id_t)hep->h_type; in ctf_add_type()
|
H A D | ctf_impl.h | 68 ushort_t h_type; /* corresponding type ID number */ member
|
H A D | ctf_lookup.c | 150 type = hp->h_type; in ctf_lookup_by_name()
|
H A D | ctf_open.c | 374 } else if (ctf_type_encoding(fp, hep->h_type, in init_types() 380 hep->h_type = CTF_INDEX_TO_TYPE(id, child); in init_types()
|
/titanic_44/usr/src/lib/libsldap/common/ |
H A D | ns_mapping.c | 64 if (idx->h_type == type && in ns_scan_hash() 189 newp->h_type = type; in __s_api_add_map2hash()
|
H A D | ns_internal.h | 392 ns_hashtype_t h_type; member
|
H A D | ns_config.c | 3202 if (hptr->h_type != NS_HASH_AMAP) { in __s_api_strValue() 3233 if (hptr->h_type != NS_HASH_OMAP) { in __s_api_strValue()
|