Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/acct/lib/
H A Dpnpsplit.c65 long h_type; /* prime/nonprime of previous period */ member
119 result[hp->h_type] += tend-tcur; in pnpsplit()
127 result[hp->h_type] += tmp; in pnpsplit()
246 h[0].h_type = NONPRIME; in inithol()
259 h[1].h_type = PRIME; in inithol()
265 h[2].h_type = NONPRIME; in inithol()
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dntlmssp.c225 uint32_t h_type; in ntlmssp_put_type1() member
262 hdr.h_type = NTLMSSP_MSGTYPE_NEGOTIATE; in ntlmssp_put_type1()
279 (void) mb_put_uint32le(out_mb, hdr.h_type); in ntlmssp_put_type1()
297 uint32_t h_type; in ntlmssp_get_type2() member
328 (void) md_get_uint32le(in_mb, &hdr.h_type); in ntlmssp_get_type2()
329 if (hdr.h_type != NTLMSSP_MSGTYPE_CHALLENGE) { in ntlmssp_get_type2()
400 uint32_t h_type; in ntlmssp_put_type3() member
437 hdr.h_type = NTLMSSP_MSGTYPE_AUTHENTICATE; in ntlmssp_put_type3()
553 (void) mb_put_uint32le(out_mb, hdr.h_type); in ntlmssp_put_type3()
/illumos-gate/usr/src/common/ctf/
H A Dctf_hash.c119 hep->h_type = type; in ctf_hash_insert()
141 hep->h_type = type; in ctf_hash_define()
198 hep->h_type); in ctf_hash_dump()
H A Dctf_create.c1198 if (hep != NULL && ctf_type_kind(fp, hep->h_type) == CTF_K_FORWARD) { in ctf_add_struct()
1199 type = hep->h_type; in ctf_add_struct()
1234 if (hep != NULL && ctf_type_kind(fp, hep->h_type) == CTF_K_FORWARD) { in ctf_add_union()
1235 type = hep->h_type; in ctf_add_union()
1278 if (hep != NULL && ctf_type_kind(fp, hep->h_type) == CTF_K_FORWARD) { in ctf_add_enum()
1279 type = hep->h_type; in ctf_add_enum()
1333 return (hep->h_type); in ctf_add_forward()
1751 dst_type = (ctf_id_t)hep->h_type; in ctf_add_type()
H A Dctf_impl.h72 ushort_t h_type; /* corresponding type ID number */ member
H A Dctf_lookup.c153 type = hp->h_type; in ctf_lookup_by_name()
H A Dctf_open.c375 } else if (ctf_type_encoding(fp, hep->h_type, in init_types()
381 hep->h_type = CTF_INDEX_TO_TYPE(id, child); in init_types()
/illumos-gate/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()
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_mapping.c65 if (idx->h_type == type && in ns_scan_hash()
190 newp->h_type = type; in __s_api_add_map2hash()
H A Dns_internal.h396 ns_hashtype_t h_type; member
H A Dns_config.c3199 if (hptr->h_type != NS_HASH_AMAP) { in __s_api_strValue()
3230 if (hptr->h_type != NS_HASH_OMAP) { in __s_api_strValue()