Home
last modified time | relevance | path

Searched refs:lcap (Results 1 – 14 of 14) sorted by relevance

/freebsd/usr.sbin/jexec/
H A Djexec.c60 login_cap_t *lcap = NULL; in main() local
103 get_user_info(username, &pwd, &lcap); in main()
118 get_user_info(username, &pwd, &lcap); in main()
129 if (setusercontext(lcap, pwd, pwd->pw_uid, username in main()
133 login_close(lcap); in main()
/freebsd/sys/dev/acpica/
H A Dacpiio.h63 uint32_t lcap; /* Low capacity */ member
86 uint32_t lcap; /* Low capacity */ member
125 uint32_t lcap; /* Design Capacity of Low */
H A Dacpi_smbat.c465 sc->bix.lcap = sc->bix.dcap / 10; in acpi_smbat_get_bix()
H A Dacpi_cmbat.c466 BIX_GETU32(lcap); in acpi_cmbat_get_bix()
/freebsd/usr.sbin/jail/
H A Dcommand.c291 login_cap_t *lcap; in run_command() local
729 lcap = NULL; in run_command()
731 get_user_info(j, username, &pwd, &lcap) < 0) in run_command()
765 get_user_info(j, username, &pwd, &lcap) < 0) in run_command()
779 if (setusercontext(lcap, pwd, pwd->pw_uid, username in run_command()
786 login_close(lcap); in run_command()
/freebsd/usr.sbin/acpi/acpiconf/
H A Dacpiconf.c130 printf("Capacity (low):\t\t%d %sh\n", battio.bix.lcap, pwr_units); in acpi_battinfo()
/freebsd/contrib/elftoolchain/elfcopy/
H A Dsymbols.c52 size_t gcap, lcap; /* buffer capacities. */ member
414 sy_buf->gcap = sy_buf->lcap = 64; in generate_symbols()
838 sy_buf->gcap = sy_buf->lcap = 64; in create_external_symtab()
/freebsd/contrib/tcpdump/
H A Dcmakeconfig.h.in57 /* Define to 1 if you have the `cap-ng' library (-lcap-ng). */
H A Dconfig.h.in60 /* Define to 1 if you have the `cap-ng' library (-lcap-ng). */
/freebsd/usr.sbin/cxgbetool/
H A Dcxgbetool.c3372 size_t lcap, llen; in parse_offload_policy() local
3390 lcap = 0; in parse_offload_policy()
3396 while ((llen = getline(&line, &lcap, fp)) != -1) { in parse_offload_policy()
/freebsd/contrib/ntp/sntp/m4/
H A Dntp_libntp.m4655 LIBS="$LIBS -lcap"
/freebsd/sys/dev/cxgbe/
H A Dt4_main.c2559 int rc, i, lcap, lsta, nchildren; in reset_adapter_with_pcie_sbr() local
2568 lcap = v + PCIER_LINK_CAP; in reset_adapter_with_pcie_sbr()
2581 if (pci_read_config(gpdev, lcap, 2) & PCIEM_LINK_CAP_DL_ACTIVE) in reset_adapter_with_pcie_sbr()
2605 int rc, i, lcap, lctl, lsta, nchildren; in reset_adapter_with_pcie_link_bounce() local
2614 lcap = v + PCIER_LINK_CAP; in reset_adapter_with_pcie_link_bounce()
2628 if (pci_read_config(gpdev, lcap, 2) & PCIEM_LINK_CAP_DL_ACTIVE) in reset_adapter_with_pcie_link_bounce()
/freebsd/contrib/ntp/
H A DChangeLog3349 * [Bug 1445] from 4.2.6p1-RC3: IRIX does not have -lcap or support
3725 * [Bug 1445] IRIX does not have -lcap or support linux capabilities.
H A DCommitLog[all...]