Searched refs:lcap (Results 1 – 14 of 14) sorted by relevance
/freebsd/usr.sbin/jexec/ |
H A D | jexec.c | 60 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 D | acpiio.h | 63 uint32_t lcap; /* Low capacity */ member 86 uint32_t lcap; /* Low capacity */ member 125 uint32_t lcap; /* Design Capacity of Low */
|
H A D | acpi_smbat.c | 465 sc->bix.lcap = sc->bix.dcap / 10; in acpi_smbat_get_bix()
|
H A D | acpi_cmbat.c | 466 BIX_GETU32(lcap); in acpi_cmbat_get_bix()
|
/freebsd/usr.sbin/jail/ |
H A D | command.c | 291 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 D | acpiconf.c | 130 printf("Capacity (low):\t\t%d %sh\n", battio.bix.lcap, pwr_units); in acpi_battinfo()
|
/freebsd/contrib/elftoolchain/elfcopy/ |
H A D | symbols.c | 52 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 D | cmakeconfig.h.in | 57 /* Define to 1 if you have the `cap-ng' library (-lcap-ng). */
|
H A D | config.h.in | 60 /* Define to 1 if you have the `cap-ng' library (-lcap-ng). */
|
/freebsd/usr.sbin/cxgbetool/ |
H A D | cxgbetool.c | 3372 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 D | ntp_libntp.m4 | 655 LIBS="$LIBS -lcap"
|
/freebsd/sys/dev/cxgbe/ |
H A D | t4_main.c | 2559 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 D | ChangeLog | 3349 * [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 D | CommitLog | [all...] |