Searched defs:uhead (Results 1 - 4 of 4) sorted by relevance

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

Completed in 74 milliseconds