Home
last modified time | relevance | path

Searched refs:h_type (Results 1 – 11 of 11) sorted by relevance

/titanic_50/usr/src/cmd/acct/lib/
H A Dpnpsplit.c65 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_50/usr/src/lib/libsmbfs/smb/
H A Dntlmssp.c225 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_50/usr/src/common/ctf/
H A Dctf_hash.c117 hep->h_type = type; in ctf_hash_insert()
139 hep->h_type = type; in ctf_hash_define()
H A Dctf_create.c1188 if (hep != NULL && ctf_type_kind(fp, hep->h_type) == CTF_K_FORWARD) { in ctf_add_struct()
1189 type = hep->h_type; in ctf_add_struct()
1224 if (hep != NULL && ctf_type_kind(fp, hep->h_type) == CTF_K_FORWARD) { in ctf_add_union()
1225 type = hep->h_type; in ctf_add_union()
1260 if (hep != NULL && ctf_type_kind(fp, hep->h_type) == CTF_K_FORWARD) { in ctf_add_enum()
1261 type = hep->h_type; in ctf_add_enum()
1313 return (hep->h_type); in ctf_add_forward()
1737 dst_type = (ctf_id_t)hep->h_type; in ctf_add_type()
H A Dctf_impl.h71 ushort_t h_type; /* corresponding type ID number */ member
H A Dctf_lookup.c150 type = hp->h_type; in ctf_lookup_by_name()
H A Dctf_open.c374 } 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_50/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_ntlmssp.c52 uint32_t h_type; member
63 uint32_t h_type; member
72 uint32_t h_type; member
137 mtype = letohl(ihdr->h_type); in smbd_ntlmssp_work()
/titanic_50/usr/src/lib/libsldap/common/
H A Dns_mapping.c64 if (idx->h_type == type && in ns_scan_hash()
189 newp->h_type = type; in __s_api_add_map2hash()
H A Dns_internal.h392 ns_hashtype_t h_type; member
H A Dns_config.c3202 if (hptr->h_type != NS_HASH_AMAP) { in __s_api_strValue()
3233 if (hptr->h_type != NS_HASH_OMAP) { in __s_api_strValue()