Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/
H A Dimmu_dmar.c298 ASSERT(uhead); in parse_drhd()
302 seg = get_uint16(&uhead[6]); in parse_drhd()
314 len = get_uint16(&uhead[2]); in parse_drhd()
323 shead = &uhead[16]; in parse_drhd()
356 ASSERT(uhead); in parse_rmrr()
360 seg = get_uint16(&uhead[6]); in parse_rmrr()
373 len = get_uint16(&uhead[2]); in parse_rmrr()
391 shead = &uhead[24]; in parse_rmrr()
416 char *uhead; in dmar_parse() local
472 uhead = &raw[48]; in dmar_parse()
[all …]
/illumos-gate/usr/src/cmd/fs.d/ufs/repquota/
H A Drepquota.c67 static struct username *uhead[UHASH]; variable
389 for (up = uhead[uid % UHASH]; up != 0; up = up->u_next) in lookup()
414 uhp = &uhead[uid % UHASH]; in adduid()
/illumos-gate/usr/src/cmd/cron/
H A Dcron.c256 static struct usr *uhead; /* ptr to the list of users */ variable
517 u = uhead; in main()
727 uhead = NULL; in initialize()
848 u->nextusr = uhead; in create_ulist()
849 uhead = u; in create_ulist()
2027 for (cur = uhead, prev = NULL; in free_if_unused()
2036 uhead = u->nextusr; in free_if_unused()
2134 u = uhead; in find_usr()
3406 struct usr *u = uhead; in process_anc_files()
/illumos-gate/usr/src/cmd/ps/
H A Dps.c2147 uconv(struct ughead *uhead) in uconv() argument
2149 struct ugdata *utbl = uhead->ent; in uconv()
2150 int n = uhead->nent; in uconv()
2182 uhead->nent = fnd; /* in case it changed */ in uconv()