HomeSort by: relevance | last modified time | path
    Searched defs:usr (Results 1 - 7 of 7) sorted by relevancy

  /src/usr.sbin/ac/
ac.c 53 struct utmp usr; member in struct:utmp_list
233 if (is_login_tty(up->usr.ut_line))
367 secs = yesterday - lp->usr.ut_time;
368 Users = update_user(Users, lp->usr.ut_name, secs);
369 lp->usr.ut_time = yesterday; /* as if they just logged in */
392 if (*up->ut_line == '~' || strncmp(lp->usr.ut_line, up->ut_line,
394 secs = up->ut_time - lp->usr.ut_time;
395 Users = update_user(Users, lp->usr.ut_name, secs);
400 sizeof (lp->usr.ut_line), lp->usr.ut_line
463 struct utmp usr; local
    [all...]
  /src/usr.sbin/sysinst/arch/mac68k/
md.h 84 int usr_cnt; /* number of usr partitions in map */
113 unsigned int usr : 1; /* FS contains a Usr FS */ member in struct:__anon8571::__anon8572
  /src/usr.sbin/quot/
quot.c 213 struct user *usr; local
220 for (usr = users, i = nusers; --i >= 0; usr++) {
221 usr->space = usr->spc30 = usr->spc60 = usr->spc90 = 0;
222 usr->count = 0;
231 struct user *usr, *usrn; local
238 for (usr = svusr, i = nusers >> 1; --i >= 0; usr++)
252 struct user *usr; local
298 struct user *usr; local
416 struct user *usr, *usrs; local
    [all...]
  /src/usr.sbin/timed/timed/
timed.c 713 const char *mach, *usr, *dom; local
760 while (getnetgrent(&mach,&usr,&dom)) {
  /src/sys/arch/arm/imx/
imxuart.c 1104 uint32_t usr[2]; local
1111 bus_space_read_region_4(iot, ioh, IMX_USR1, usr, 2);
1113 if (ISSET(usr[0], IMX_USR1_RTSS))
1116 if (ISSET(usr[1], IMX_USR2_DCDIN))
1127 if (ISSET(usr[1], IMX_USR2_RIIN))
  /src/usr.sbin/sysinst/
bsddisklabel.c 146 { .def_size = DEFUSRSIZE*(MEG/512), .mount = "/usr", .type = PT_root,
646 /* Some special cases when /usr is first given a size */
648 strcmp(p->mount, "/usr") == 0) {
655 /* Remove space for /usr from / */
668 * hack to add free space to /usr if
964 size_t i, root = ~0U, usr = ~0U, swap = ~0U, def_usr = ~0U; local
1042 strcmp(wanted->infos[i].mount, "/usr") == 0) {
1044 usr = i;
1117 if (usr < wanted->num) {
1118 if (wanted->infos[usr].cur_part_id == NO_PART)
    [all...]
  /src/usr.sbin/mountd/
mountd.c 921 const char *hst, *usr, *dom; local
930 netgrp = getnetgrent(&hst, &usr, &dom);
948 } while (netgrp && getnetgrent(&hst, &usr, &dom));

Completed in 385 milliseconds