| /freebsd/usr.sbin/pciconf/ |
| H A D | cap.c | 55 cap = read_config(fd, &p->pc_sel, ptr + PCIR_POWER_CAP, 2); in cap_power() 56 status = read_config(fd, &p->pc_sel, ptr + PCIR_POWER_STATUS, 2); in cap_power() 69 status = read_config(fd, &p->pc_sel, ptr + AGP_STATUS, 4); in cap_agp() 70 command = read_config(fd, &p->pc_sel, ptr + AGP_CAPID, 4); in cap_agp() 131 ctrl = read_config(fd, &p->pc_sel, ptr + PCIR_MSI_CTRL, 2); in cap_msi() 150 status = read_config(fd, &p->pc_sel, ptr + PCIXR_STATUS, 4); in cap_pcix() 226 command = read_config(fd, &p->pc_sel, ptr + PCIR_HT_COMMAND, 2); in cap_ht() 260 reg = read_config(fd, &p->pc_sel, in cap_ht() 264 reg = read_config(fd, &p->pc_sel, in cap_ht() 304 length = read_config(f in cap_vendor() [all...] |
| H A D | err.c | 144 sta = read_config(fd, &p->pc_sel, PCIR_STATUS, 2); in list_errors() 153 sta = read_config(fd, &p->pc_sel, pcie + PCIER_DEVICE_STA, 2); in list_errors() 162 mask = read_config(fd, &p->pc_sel, aer + PCIR_AER_UC_STATUS, 4); in list_errors() 163 severity = read_config(fd, &p->pc_sel, aer + PCIR_AER_UC_SEVERITY, 4); in list_errors() 168 mask = read_config(fd, &p->pc_sel, aer + PCIR_AER_COR_STATUS, 4); in list_errors()
|
| H A D | pciconf.c | 644 val = read_config(fd, &p->pc_sel, PCIR_IOBASEL_1, 1); in print_bridge_windows() 645 if (val != 0 || read_config(fd, &p->pc_sel, PCIR_IOLIMITL_1, 1) != 0) { in print_bridge_windows() 648 read_config(fd, &p->pc_sel, PCIR_IOBASEH_1, 2), in print_bridge_windows() 651 read_config(fd, &p->pc_sel, PCIR_IOLIMITH_1, 2), in print_bridge_windows() 652 read_config(fd, &p->pc_sel, PCIR_IOLIMITL_1, 1)); in print_bridge_windows() 657 read_config(fd, &p->pc_sel, PCIR_IOLIMITL_1, 1)); in print_bridge_windows() 664 read_config(fd, &p->pc_sel, PCIR_MEMBASE_1, 2)); in print_bridge_windows() 666 read_config(fd, &p->pc_sel, PCIR_MEMLIMIT_1, 2)); in print_bridge_windows() 669 val = read_config(fd, &p->pc_sel, PCIR_PMBASEL_1, 2); in print_bridge_windows() 670 if (val != 0 || read_config(fd, &p->pc_sel, PCIR_PMLIMITL_1, 2) != 0) { in print_bridge_windows() [all …]
|
| H A D | pciconf.h | 41 uint32_t read_config(int fd, struct pcisel *sel, long reg, int width);
|
| /freebsd/libexec/nuageinit/tests/ |
| H A D | update_sshd_config.lua | 24 local function read_config() function 34 if read_config() ~= "SomeOtherKey yes\nPasswordAuthentication yes\n" then 41 if read_config() ~= "PasswordAuthentication yes\n" then 48 if read_config() ~= "PasswordAuthentication yes\n" then 55 if read_config() ~= "PasswordAuthentication yes\n" then 56 n.err("Comment stripped: '" .. read_config() .. "'") 62 if read_config() ~= "PasswordAuthentication yes\n" then 69 if read_config() ~= "PasswordAuthentication yes\n" then 70 n.err("Extra spaces handling failed: '" .. read_config() .. "'") 76 if read_config() ~= "PasswordAuthentication yes\n" then [all …]
|
| /freebsd/sys/dev/pci/ |
| H A D | pci_subr.c | 51 host_pcib_get_busno(pci_read_config_fn read_config, int bus, int slot, int func, in host_pcib_get_busno() argument 56 id = read_config(0, bus, slot, func, PCIR_DEVVENDOR, 4); in host_pcib_get_busno() 69 *busnum = read_config(0, bus, slot, func, 0x4a, 1); in host_pcib_get_busno() 88 *busnum = read_config(0, bus, 0x10, func, 0xd0, 1); in host_pcib_get_busno() 92 *busnum = read_config(0, bus, 0x10, func, 0xd1, 1) + 1; in host_pcib_get_busno() 96 *busnum = read_config(0, bus, 0x10, func, 0xd3, 1); in host_pcib_get_busno() 100 *busnum = read_config(0, bus, 0x10, func, 0xd4, 1) + 1; in host_pcib_get_busno() 119 *busnum = read_config(0, bus, slot, func, 0x44, 1); in host_pcib_get_busno() 124 *busnum = read_config(0, bus, slot, func, 0xc8, 1); in host_pcib_get_busno()
|
| H A D | pcib_private.h | 139 int host_pcib_get_busno(pci_read_config_fn read_config, int bus,
|
| H A D | pci_if.m | 71 METHOD u_int32_t read_config {
|
| H A D | pcib_if.m | 76 METHOD u_int32_t read_config {
|
| /freebsd/crypto/openssl/test/ |
| H A D | generate_ssl_tests.pl | 136 sub read_config { subroutine 168 read_config($input_file, $provider);
|
| /freebsd/usr.sbin/apmd/ |
| H A D | apmd.h | 124 void read_config(void);
|
| H A D | apmd.c | 322 read_config(void) in read_config() function 421 read_config(); in restart()
|
| /freebsd/contrib/pf/authpf/ |
| H A D | authpf.c | 49 static int read_config(FILE *); 314 if (read_config(config)) { in main() 368 read_config(FILE *f) in read_config() function
|
| /freebsd/sys/dev/ocs_fc/ |
| H A D | sli4.c | 1014 sli4_cmd_read_config_t *read_config = buf; in sli_cmd_read_config() local 1018 read_config->hdr.command = SLI4_MBOX_COMMAND_READ_CONFIG; in sli_cmd_read_config() 3701 sli4_res_read_config_t *read_config = sli4->bmbx.virt; in sli_get_config() local 3709 if (read_config->hdr.status) { in sli_get_config() 3711 read_config->hdr.status); in sli_get_config() 3715 sli4->config.has_extents = read_config->ext; in sli_get_config() 3734 sli4->config.extent[SLI_RSRC_FCOE_VFI].base[0] = read_config->vfi_base; in sli_get_config() 3735 sli4->config.extent[SLI_RSRC_FCOE_VFI].size = read_config->vfi_count; in sli_get_config() 3737 sli4->config.extent[SLI_RSRC_FCOE_VPI].base[0] = read_config->vpi_base; in sli_get_config() 3738 sli4->config.extent[SLI_RSRC_FCOE_VPI].size = read_config->vpi_count; in sli_get_config() [all …]
|
| /freebsd/contrib/bsnmp/snmpd/ |
| H A D | snmpd.h | 338 int read_config(const char *, struct lmodule *);
|
| H A D | main.c | 1332 if (read_config(config_file, NULL)) { in config_func() 1680 if (read_config(config_file, NULL)) { in main() 2473 if (read_config(config_file, mod)) { in lm_start()
|
| H A D | config.c | 1301 read_config(const char *fname, struct lmodule *lodmod) in read_config() function
|
| /freebsd/sbin/fdisk/ |
| H A D | fdisk.c | 256 static int read_config(char *config_file); 406 if (!read_config(f_flag)) in main() 1341 read_config(char *config_file) in read_config() function
|
| /freebsd/crypto/openssl/ |
| H A D | Configure | 264 # read_config(filename) 268 sub read_config; 385 &read_config($_); 398 &read_config($_); 1123 read_config $1; 3204 sub read_config { 3199 sub read_config { global() subroutine
|
| /freebsd/sys/arm64/vmm/io/ |
| H A D | vgic_v3.c | 902 read_config(struct hypctx *hypctx, int n) in read_config() function 1268 *rval = read_config(hypctx, n); in dist_icfgr_read() 1601 *rval = read_config(hypctx, 1); in redist_icfgr1_read()
|
| /freebsd/crypto/openssl/apps/ |
| H A D | cmp.c | 56 static int read_config(void); 2719 static int read_config(void) in read_config() function 3717 ret = read_config(); in cmp_main()
|
| /freebsd/contrib/ntp/scripts/monitoring/ |
| H A D | ntploopwatch | 1450 &read_config;# unless defined($PrintIt);
|
| /freebsd/sys/dev/bhnd/ |
| H A D | bhnd_bus_if.m | 877 METHOD int read_config {
|