Home
last modified time | relevance | path

Searched defs:plist (Results 1 – 25 of 38) sorted by relevance

12

/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_plist.c64 bhnd_nvram_plist *plist; in bhnd_nvram_plist_new() local
93 bhnd_nvram_plist_retain(bhnd_nvram_plist *plist) in bhnd_nvram_plist_retain()
109 bhnd_nvram_plist_release(bhnd_nvram_plist *plist) in bhnd_nvram_plist_release()
139 bhnd_nvram_plist_copy(bhnd_nvram_plist *plist) in bhnd_nvram_plist_copy()
172 bhnd_nvram_plist_count(bhnd_nvram_plist *plist) in bhnd_nvram_plist_count()
184 bhnd_nvram_plist_contains(bhnd_nvram_plist *plist, const char *name) in bhnd_nvram_plist_contains()
208 bhnd_nvram_plist_replace(bhnd_nvram_plist *plist, bhnd_nvram_prop *prop) in bhnd_nvram_plist_replace()
242 bhnd_nvram_plist_replace_val(bhnd_nvram_plist *plist, const char *name, in bhnd_nvram_plist_replace_val()
279 bhnd_nvram_plist_replace_bytes(bhnd_nvram_plist *plist, const char *name, in bhnd_nvram_plist_replace_bytes()
312 bhnd_nvram_plist_replace_string(bhnd_nvram_plist *plist, const char *name, in bhnd_nvram_plist_replace_string()
[all …]
H A Dbhnd_nvram_store_subr.c649 bhnd_nvstore_path_list *plist; in bhnd_nvstore_get_path() local
843 bhnd_nvstore_path_list *plist; in bhnd_nvstore_register_path() local
H A Dbhnd_nvram_store.c536 bhnd_nvstore_path *path, const char *devpath, bhnd_nvram_plist *plist, in bhnd_nvstore_export_devpath_alias()
617 bhnd_nvstore_path *top, bhnd_nvstore_path *child, bhnd_nvram_plist *plist, in bhnd_nvram_store_export_child()
/freebsd/sys/contrib/dev/acpica/include/
H A Dacoutput.h346 #define ACPI_INFO(plist) AcpiInfo plist argument
347 #define ACPI_WARNING(plist) AcpiWarning plist argument
348 #define ACPI_WARNING_ONCE(plist) ACPI_ONCE(AcpiWarning, plist) argument
349 #define ACPI_EXCEPTION(plist) AcpiException plist argument
350 #define ACPI_ERROR(plist) AcpiError plist argument
351 #define ACPI_ERROR_ONCE(plist) ACPI_ONCE(AcpiError, plist) argument
352 #define ACPI_BIOS_WARNING(plist) AcpiBiosWarning plist argument
353 #define ACPI_BIOS_EXCEPTION(plist) AcpiBiosException plist argument
354 #define ACPI_BIOS_ERROR(plist) AcpiBiosError plist argument
361 #define ACPI_INFO(plist) argument
[all …]
H A Dacmacros.h572 #define ACPI_WARN_PREDEFINED(plist) AcpiUtPredefinedWarning plist argument
573 #define ACPI_INFO_PREDEFINED(plist) AcpiUtPredefinedInfo plist argument
574 #define ACPI_BIOS_ERROR_PREDEFINED(plist) AcpiUtPredefinedBiosError plist argument
583 #define ACPI_WARN_PREDEFINED(plist) argument
584 #define ACPI_INFO_PREDEFINED(plist) argument
585 #define ACPI_BIOS_ERROR_PREDEFINED(plist) argument
/freebsd/sys/arm/nvidia/tegra124/
H A Dtegra124_car.c77 #define DIV7_1(_id, cname, plist, o, s) \ argument
92 #define DIV(_id, cname, plist, o, s, w, f) \ argument
106 #define GATE_PLL(_id, cname, plist, o, s) \ argument
121 #define GATE(_id, cname, plist, o, s) \ argument
136 #define GATE_INV(_id, cname, plist, o, s) \ argument
/freebsd/sys/arm64/nvidia/tegra210/
H A Dtegra210_car.c78 #define DIV7_1(_id, cname, plist, o, s) \ argument
93 #define DIV(_id, cname, plist, o, s, w, f) \ argument
107 #define GATE_PLL(_id, cname, plist, o, s) \ argument
122 #define GATE(_id, cname, plist, o, s) \ argument
137 #define GATE_INV(_id, cname, plist, o, s) \ argument
H A Dtegra210_clk_pll.c165 #define DIV7_1(_id, cname, plist, o, s) \ argument
180 #define DIV5_E(_id, cname, plist, o, s) \ argument
193 #define DIV_TB(_id, cname, plist, o, s, n, table) \ argument
208 #define GATE(_id, cname, plist, o, s) \ argument
222 #define GATE_PLL(_id, cname, plist, o, s) \ argument
/freebsd/crypto/heimdal/lib/krb5/
H A Dpcache.c42 struct krb5_plugin * plist = NULL; in _krb5_load_ccache_plugins() local
/freebsd/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_swrun_tbl.c325 struct kinfo_proc *plist, *kp; in swrun_OS_get_procs() local
428 struct kinfo_proc *plist; in fetch_swrun_entry() local
472 struct kinfo_proc *plist; in invalidate_swrun_entry() local
/freebsd/usr.bin/rpcgen/
H A Drpc_sample.c245 return_type(proc_list *plist) in return_type()
H A Drpc_cout.c146 print_prog_header(proc_list *plist) in print_prog_header()
290 proc_list *plist; in emit_program() local
H A Drpc_parse.c138 proc_list *plist; in def_program() local
H A Drpc_hout.c155 proc_list *plist; in pargdef() local
H A Drpc_svcout.c73 internal_proctype(proc_list *plist) in internal_proctype()
/freebsd/sys/kern/
H A Dsubr_memdesc.c101 plist_copyback(struct bus_dma_segment *plist, int sglist_cnt, int off, in plist_copyback()
249 plist_copydata(struct bus_dma_segment *plist, int sglist_cnt, int off, in plist_copydata()
522 struct bus_dma_segment *plist, u_int sglist_cnt, size_t offset, size_t len, in plist_ext_mbuf()
/freebsd/sys/arm64/qoriq/clk/
H A Dlx2160a_clkgen.c117 #define MUX(_id1, _id2, cname, plist, o) \ argument
/freebsd/contrib/ntp/ntpdc/
H A Dntpdc_ops.c354 struct info_peer_list *plist; in peerlist() local
437 struct info_peer_summary *plist; in dopeers() local
690 struct info_peer_list *pl, plist[min(MAXARGS, 4)]; in showpeer() local
763 struct info_peer_list *pl, plist[min(MAXARGS, 4)]; in peerstats() local
1491 struct conf_unpeer *pl, plist[min(MAXARGS, 8)]; in unconfig() local
2159 struct conf_unpeer *pl, plist[min(MAXARGS, 8)]; in preset() local
/freebsd/sys/sys/
H A Dmemdesc.h107 memdesc_plist(struct bus_dma_segment *plist, int sglist_cnt) in memdesc_plist()
/freebsd/crypto/openssl/crypto/cms/
H A Dcms_ess.c191 void CMS_ReceiptRequest_get0_values(CMS_ReceiptRequest *rr, in CMS_ReceiptRequest_get0_values()
/freebsd/usr.sbin/mfiutil/
H A Dmfi_show.c669 struct mfi_pd_list *plist; in show_progress() local
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DLocateSymbolFileMacOSX.cpp
/freebsd/bin/pkill/
H A Dpkill.c95 static struct kinfo_proc *plist; variable
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DXML.cpp389 XMLNode plist = m_xml_doc.GetRootElement("plist"); in ParseFile() local
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_decl.c310 dt_decl_prototype(dt_node_t *plist, in dt_decl_prototype()

12