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 111 get_user_info(username, &pwd, &lcap); in main() 126 get_user_info(username, &pwd, &lcap); in main() 137 if (setusercontext(lcap, pwd, pwd->pw_uid, username in main() 141 login_close(lcap); in main()
|
| /freebsd/sys/dev/acpica/ |
| H A D | acpiio.h | 67 uint32_t lcap; /* Low capacity */ member 90 uint32_t lcap; /* Low capacity */ member 129 uint32_t lcap; /* Design Capacity of Low */
|
| H A D | acpi_cmbat.c | 466 BIX_GETU32(lcap); in acpi_cmbat_get_bix()
|
| H A D | acpi_smbat.c | 465 sc->bix.lcap = sc->bix.dcap / 10; in acpi_smbat_get_bix()
|
| /freebsd/usr.sbin/jail/ |
| H A D | command.c | 291 login_cap_t *lcap; in run_command() local 745 lcap = NULL; in run_command() 747 get_user_info(j, username, &pwd, &lcap) < 0) in run_command() 781 get_user_info(j, username, &pwd, &lcap) < 0) in run_command() 795 if (setusercontext(lcap, pwd, pwd->pw_uid, username in run_command() 802 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 | 60 /* Define to 1 if you have the `cap-ng' library (-lcap-ng). */
|
| H A D | config.h.in | 65 /* Define to 1 if you have the `cap-ng' library (-lcap-ng). */
|
| /freebsd/usr.sbin/cxgbetool/ |
| H A D | cxgbetool.c | 3575 size_t lcap, llen; in parse_offload_policy() local 3593 lcap = 0; in parse_offload_policy() 3599 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 | 2676 int rc, i, lcap, lsta, nchildren; in reset_adapter_with_pcie_sbr() local 2685 lcap = v + PCIER_LINK_CAP; in reset_adapter_with_pcie_sbr() 2698 if (pci_read_config(gpdev, lcap, 2) & PCIEM_LINK_CAP_DL_ACTIVE) in reset_adapter_with_pcie_sbr() 2722 int rc, i, lcap, lctl, lsta, nchildren; in reset_adapter_with_pcie_link_bounce() local 2731 lcap = v + PCIER_LINK_CAP; in reset_adapter_with_pcie_link_bounce() 2745 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...] |