Searched defs:utp (Results 1 - 11 of 11) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | exit.c | 92 handler(int sig, siginfo_t *sip, void *utp) argument
|
/illumos-gate/usr/src/psm/stand/cpr/sparcv9/sun4u/ |
H A D | machdep.c | 158 restore_tlb(struct sun4u_tlb *utp, int cpu_id) argument 165 if (utp == mdinfo.dtte) { 168 } else if (utp == mdinfo.itte) { 173 for (tail = utp + CPR_MAX_TLB; utp < tail; utp++) { 174 if (utp->va_tag == NULL) 176 virt = (caddr_t)utp->va_tag; 177 (*tfunc)(utp->index, virt, &utp [all...] |
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | getut.c | 457 struct utmp *utp; /* "current" utmp entry being examined */ local 488 while ((utp = _compat_getutent()) != 0) { 489 if (idcmp(utmp->ut_id, utp->ut_id)) 491 if (utp->ut_type == DEAD_PROCESS) 493 (void) memcpy(saveid, utp->ut_id, IDLEN); 496 if (utp) { 500 (void) memcpy(utmp->ut_id, utp->ut_id, IDLEN); 501 utp = _compat_pututline(utmp); 502 if (utp) 503 _compat_updwtmp(WTMP_FILE, utp); 541 _compat_modut(struct utmp *utp) argument [all...] |
H A D | getutx.c | 908 * args: utp- point to utmpx structure to be created 911 modutx(const struct utmpx *utp) argument 920 if ((unsigned char)utp->ut_id[i] == SC_WILDC) 927 (void) memcpy(&utmp, utp, sizeof (utmp)); 958 modut(struct utmp *utp) argument 963 getutmpx(utp, &utmpx); 967 getutmp(utmpx2, utp); 968 return (utp); 1147 struct utmpx *utp; local 1224 utp [all...] |
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.comsat.c | 127 void notify(struct utmpx *utp, int offset); 250 struct utmpx *utp = &utmp[nutmp]; local 271 while (--utp >= utmp) 272 if ((utp->ut_type == USER_PROCESS) && 273 (!strncmp(utp->ut_name, name, sizeof (utmp[0].ut_name)))) 274 notify(utp, offset); 280 notify(utp, offset) 281 struct utmpx *utp; 294 strncat(tty, utp->ut_line, sizeof (utp [all...] |
H A D | in.rwhod.c | 368 struct utmpx *utp; local 397 while (cnt++ < utmpxent && (utp = getutxent()) != NULL) 398 (void) memcpy(utmpxbegin++, utp, sizeof (struct utmpx));
|
/illumos-gate/usr/src/cmd/iscsid/ |
H A D | iscsid.c | 681 signone(int sig, siginfo_t *sip, void *utp) argument
|
/illumos-gate/usr/src/uts/common/io/lvm/trans/ |
H A D | trans_log.c | 404 mt_unit_t **utp = &ul->un_utlist; local 407 for (utp = &ul->un_utlist; 408 *utp && (*utp != un); 409 utp = &(*utp)->un_next); 410 if (*utp) 411 *utp = un->un_next;
|
/illumos-gate/usr/src/cmd/w/ |
H A D | w.c | 161 struct utmpx *utp; local 257 while ((ut < utmpend) && ((utp = getutxent()) != NULL)) 258 (void) memcpy(ut++, utp, sizeof (*ut));
|
/illumos-gate/usr/src/cmd/whodo/ |
H A D | whodo.c | 165 struct utmpx *utp; local 253 while ((ut < utmpend) && ((utp = getutxent()) != NULL)) 254 (void) memcpy(ut++, utp, sizeof (*ut));
|
/illumos-gate/usr/src/cmd/syslogd/ |
H A D | syslogd.c | 4515 signull(int sig, siginfo_t *sip, void *utp) argument
|
Completed in 68 milliseconds