Searched refs:account (Results 26 - 32 of 32) sorted by relevance

12

/illumos-gate/usr/src/cmd/init/
H A Dinit.c567 static int account(short, struct PROC_TABLE *, char *);
1164 (void) account(DEAD_PROCESS, process, NULL);
1313 (void) account(DEAD_PROCESS, pp, NULL);
1421 (void) account(INIT_PROCESS, &tmproc,
2471 (void) account(DEAD_PROCESS, proc, NULL);
2651 * account() updates entries in utmpx and appends new entries to the end of
2655 * account() only blocks for INIT_PROCESS requests.
2660 account(short state, struct PROC_TABLE *process, char *program) function
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsrvsvc_svc.c1501 char account[MAXNAMELEN]; local
1521 (void) snprintf(account, MAXNAMELEN, "%s\\%s",
1537 info1->sesi1_uname = NDR_STRDUP(mxa, account);
1552 info2->sesi2_uname = NDR_STRDUP(mxa, account);
1568 info10->sesi10_uname = NDR_STRDUP(mxa, account);
1581 info502->sesi502_uname = NDR_STRDUP(mxa, account);
/illumos-gate/usr/src/lib/libc/sparc/crt/
H A D_rtboot.s107 inc %l1 ! account for last element of 0
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmchild.c541 if (account(pmtab->p_device) != 0) {
542 log("invoke_service: account failed");
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dsparcv9_subr.s1492 sub %g2, 1, %g2 ! account for skipped frame
/illumos-gate/usr/src/uts/sun4/ml/
H A Dinterrupt.s390 ! Only account for the time slice if the starting timestamp is non-zero.
395 ! will account for the interrupted thread's time slice, but
396 ! only if t_intr_start is non-zero. Since this code is going to account
593 ! It will account for (%tick - t_intr_start) for us when it starts,
595 ! to a new %tick when it finishes. To account for this, our first step
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dcmds.c1369 (void) printf("usage: %s username [password] [account]\n",
1667 account(int argc, char *argv[]) function

Completed in 88 milliseconds

12