Home
last modified time | relevance | path

Searched refs:uhead (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/i86pc/io/
H A Dimmu_dmar.c287 parse_drhd(char *uhead, dmar_table_t *tbl) in parse_drhd() argument
295 ASSERT(uhead); in parse_drhd()
297 ASSERT(get_uint16(&uhead[0]) == DMAR_DRHD); in parse_drhd()
299 seg = get_uint16(&uhead[6]); in parse_drhd()
311 len = get_uint16(&uhead[2]); in parse_drhd()
313 (get_uint8(&uhead[4]) & DMAR_INCLUDE_ALL) ? B_TRUE : B_FALSE; in parse_drhd()
315 drhd->dr_regs = get_uint64(&uhead[8]); in parse_drhd()
320 shead = &uhead[16]; in parse_drhd()
321 while (shead < &uhead[len - 1]) { in parse_drhd()
345 parse_rmrr(char *uhead, dmar_table_t *tbl) in parse_rmrr() argument
[all …]
/titanic_41/usr/src/cmd/fs.d/ufs/repquota/
H A Drepquota.c69 static struct username *uhead[UHASH]; variable
391 for (up = uhead[uid % UHASH]; up != 0; up = up->u_next) in lookup()
416 uhp = &uhead[uid % UHASH]; in adduid()
/titanic_41/usr/src/cmd/cron/
H A Dcron.c257 static struct usr *uhead; /* ptr to the list of users */ variable
519 u = uhead; in main()
729 uhead = NULL; in initialize()
850 u->nextusr = uhead; in create_ulist()
851 uhead = u; in create_ulist()
2058 for (cur = uhead, prev = NULL; in free_if_unused()
2067 uhead = u->nextusr; in free_if_unused()
2165 u = uhead; in find_usr()
3440 struct usr *u = uhead; in process_anc_files()
/titanic_41/usr/src/cmd/ps/
H A Dps.c2126 uconv(struct ughead *uhead) in uconv() argument
2128 struct ugdata *utbl = uhead->ent; in uconv()
2129 int n = uhead->nent; in uconv()
2161 uhead->nent = fnd; /* in case it changed */ in uconv()