Searched refs:lcap (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/usr.sbin/jexec/
H A Djexec.c60 login_cap_t *lcap = NULL; local
97 get_user_info(username, &pwd, &lcap);
112 get_user_info(username, &pwd, &lcap);
123 if (setusercontext(lcap, pwd, pwd->pw_uid, username
127 login_close(lcap);
/freebsd-current/sys/dev/acpica/
H A Dacpiio.h63 uint32_t lcap; /* Low capacity */ member in struct:acpi_bif
86 uint32_t lcap; /* Low capacity */ member in struct:acpi_bix
125 uint32_t lcap; /* Design Capacity of Low */
H A Dacpi_smbat.c465 sc->bix.lcap = sc->bix.dcap / 10;
H A Dacpi_cmbat.c457 BIX_GETU32(lcap);
/freebsd-current/usr.sbin/jail/
H A Dcommand.c291 login_cap_t *lcap; local
729 lcap = NULL;
731 get_user_info(j, username, &pwd, &lcap) < 0)
765 get_user_info(j, username, &pwd, &lcap) < 0)
779 if (setusercontext(lcap, pwd, pwd->pw_uid, username
786 login_close(lcap);
/freebsd-current/usr.sbin/acpi/acpiconf/
H A Dacpiconf.c130 printf("Capacity (low):\t\t%d %sh\n", battio.bix.lcap, pwr_units);
/freebsd-current/contrib/elftoolchain/elfcopy/
H A Dsymbols.c52 size_t gcap, lcap; /* buffer capacities. */ member in struct:symbuf
414 sy_buf->gcap = sy_buf->lcap = 64;
838 sy_buf->gcap = sy_buf->lcap = 64;
/freebsd-current/usr.sbin/cxgbetool/
H A Dcxgbetool.c3379 size_t lcap, llen; local
3397 lcap = 0;
3403 while ((llen = getline(&line, &lcap, fp)) != -1) {
/freebsd-current/contrib/tcpdump/
H A Dconfigure8206 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for capng_change_id in -lcap-ng" >&5
8207 $as_echo_n "checking for capng_change_id in -lcap-ng... " >&6; }
8212 LIBS="-lcap-ng $LIBS"
8247 LIBS="-lcap-ng $LIBS"

Completed in 107 milliseconds