Home
last modified time | relevance | path

Searched refs:shead (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/sendmail/src/
H A Dstab.c239 register STAB **shead; variable
242 for (shead = SymTab; shead < &SymTab[STABSIZE]; shead++)
244 for (s = *shead; s != NULL; s = s->s_next)
274 register STAB **shead; local
281 for (shead = SymTab; shead < &SymTab[STABSIZE]; shead++)
283 for (s = *shead; s != NULL; s = s->s_next)
318 register STAB **shead; local
323 for (shead = SymTab; shead < &SymTab[STABSIZE]; shead++)
325 for (s = *shead; s != NULL; s = s->s_next)
/titanic_50/usr/src/uts/i86pc/io/
H A Dimmu_dmar.c176 parse_scope(char *shead) in parse_scope() argument
185 ASSERT(shead); in parse_scope()
188 scope->scp_type = get_uint8(&shead[0]); in parse_scope()
189 scope->scp_enumid = get_uint8(&shead[4]); in parse_scope()
191 len = get_uint8(&shead[1]); in parse_scope()
192 startbus = get_uint8(&shead[5]); in parse_scope()
196 phead = &shead[6]; in parse_scope()
292 char *shead; in parse_drhd() local
320 shead = &uhead[16]; in parse_drhd()
321 while (shead < &uhead[len - 1]) { in parse_drhd()
[all …]
/titanic_50/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Conf.c762 umechlist_t *shead = str_list; in pkcs11_mech_parse() local
779 while (shead != NULL) { in pkcs11_mech_parse()
787 cur_mech = strtoul(shead->name, NULL, 16); in pkcs11_mech_parse()
796 shead = shead->next; in pkcs11_mech_parse()