| /f-stack/freebsd/contrib/dev/acpica/include/ |
| H A D | acoutput.h | 345 #define ACPI_INFO(plist) AcpiInfo plist argument 346 #define ACPI_WARNING(plist) AcpiWarning plist argument 347 #define ACPI_EXCEPTION(plist) AcpiException plist argument 348 #define ACPI_ERROR(plist) AcpiError plist argument 349 #define ACPI_BIOS_WARNING(plist) AcpiBiosWarning plist argument 350 #define ACPI_BIOS_EXCEPTION(plist) AcpiBiosException plist argument 351 #define ACPI_BIOS_ERROR(plist) AcpiBiosError plist argument 434 #define ACPI_DEBUG_PRINT(plist) AcpiDebugPrint plist argument 435 #define ACPI_DEBUG_PRINT_RAW(plist) AcpiDebugPrintRaw plist argument 457 #define ACPI_DEBUG_PRINT(plist) ACPI_ACTUAL_DEBUG plist argument [all …]
|
| H A D | acmacros.h | 572 #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
|
| /f-stack/freebsd/arm64/nvidia/tegra210/ |
| H A D | tegra210_car.c | 81 #define DIV7_1(_id, cname, plist, o, s) \ argument 85 .clkdef.parent_names = (const char *[]){plist}, \ 96 #define DIV(_id, cname, plist, o, s, w, f) \ argument 100 .clkdef.parent_names = (const char *[]){plist}, \ 110 #define GATE_PLL(_id, cname, plist, o, s) \ argument 114 .clkdef.parent_names = (const char *[]){plist}, \ 125 #define GATE(_id, cname, plist, o, s) \ argument 129 .clkdef.parent_names = (const char *[]){plist}, \ 140 #define GATE_INV(_id, cname, plist, o, s) \ argument 144 .clkdef.parent_names = (const char *[]){plist}, \
|
| H A D | tegra210_clk_pll.c | 168 #define DIV7_1(_id, cname, plist, o, s) \ argument 172 .clkdef.parent_names = (const char *[]){plist}, \ 183 #define DIV5_E(_id, cname, plist, o, s) \ argument 187 .clkdef.parent_names = (const char *[]){plist}, \ 196 #define DIV_TB(_id, cname, plist, o, s, n, table) \ argument 200 .clkdef.parent_names = (const char *[]){plist}, \ 211 #define GATE(_id, cname, plist, o, s) \ argument 215 .clkdef.parent_names = (const char *[]){plist}, \ 225 #define GATE_PLL(_id, cname, plist, o, s) \ argument 229 .clkdef.parent_names = (const char *[]){plist}, \
|
| H A D | tegra210_clk_per.c | 74 #define GATE(_id, cname, plist, _idx) \ argument 78 .clkdef.parent_names = (const char *[]){plist}, \
|
| /f-stack/freebsd/arm/nvidia/tegra124/ |
| H A D | tegra124_car.c | 80 #define DIV7_1(_id, cname, plist, o, s) \ argument 84 .clkdef.parent_names = (const char *[]){plist}, \ 95 #define DIV(_id, cname, plist, o, s, w, f) \ argument 99 .clkdef.parent_names = (const char *[]){plist}, \ 109 #define GATE_PLL(_id, cname, plist, o, s) \ argument 113 .clkdef.parent_names = (const char *[]){plist}, \ 124 #define GATE(_id, cname, plist, o, s) \ argument 128 .clkdef.parent_names = (const char *[]){plist}, \ 139 #define GATE_INV(_id, cname, plist, o, s) \ argument 143 .clkdef.parent_names = (const char *[]){plist}, \
|
| H A D | tegra124_clk_per.c | 79 #define GATE(_id, cname, plist, _idx) \ argument 83 .clkdef.parent_names = (const char *[]){plist}, \
|
| /f-stack/freebsd/arm64/qoriq/clk/ |
| H A D | lx2160a_clkgen.c | 119 #define MUX(_id1, _id2, cname, plist, o) \ argument 123 .clkdef.parent_names = plist, \ 124 .clkdef.parent_cnt = nitems(plist), \
|
| /f-stack/freebsd/sys/ |
| H A D | memdesc.h | 104 memdesc_plist(struct bus_dma_segment *plist, int sglist_cnt) in memdesc_plist() argument 108 mem.u.md_list = plist; in memdesc_plist()
|
| H A D | aio.h | 129 TAILQ_ENTRY(kaiocb) plist; /* (a) lists of pending / done jobs */
|
| /f-stack/freebsd/contrib/libsodium/ |
| H A D | .gitignore | 14 *.plist
|
| /f-stack/freebsd/kern/ |
| H A D | vfs_aio.c | 513 TAILQ_REMOVE(&ki->kaio_done, job, plist); in aio_free_entry() 615 TAILQ_REMOVE(&ki->kaio_jobqueue, job, plist); in aio_cancel_job() 654 TAILQ_FOREACH_SAFE(job, &ki->kaio_jobqueue, plist, jobn) { in aio_proc_rundown() 891 TAILQ_INSERT_TAIL(&ki->kaio_done, job, plist); in aio_bio_done_notify() 1042 TAILQ_REMOVE(&ki->kaio_jobqueue, job, plist); in aio_complete() 1718 TAILQ_INSERT_TAIL(&ki->kaio_jobqueue, job, plist); in aio_aqueue() 1809 TAILQ_FOREACH(job2, &ki->kaio_jobqueue, plist) { in aio_queue_file() 1912 TAILQ_FOREACH(job, &ki->kaio_done, plist) { in kern_aio_return() 2065 TAILQ_FOREACH_SAFE(job, &ki->kaio_jobqueue, plist, jobn) { in sys_aio_cancel()
|
| /f-stack/tools/ndp/ |
| H A D | ndp.c | 177 static void plist(void); 336 plist(); in main() 1212 plist() in plist() function
|