|
iPXE
|
Go to the source code of this file.
Macros | |
| #define | va_start(ap, last) |
| #define | va_arg(ap, type) |
| #define | va_end(ap) |
| #define | va_copy(dest, src) |
| #define | _VA_ARG_COUNT( _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16, _17, _18, _19, _20, _21, _22, _23, _24, _25, _26, _27, _28, _29, _30, _31, _32, _33, _34, _35, _36, _37, _38, _39, _40, _41, _42, _43, _44, _45, _46, _47, _48, _49, _50, _51, _52, _53, _54, _55, _56, _57, _58, _59, _60, _61, _62, _63, N, ...) |
| Count number of arguments to a variadic macro. | |
| #define | VA_ARG_COUNT(...) |
Typedefs | |
| typedef __builtin_va_list | va_list |
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| FILE_SECBOOT (PERMITTED) | |
| #define va_start | ( | ap, | |
| last ) |
Definition at line 8 of file stdarg.h.
Referenced by alert(), asprintf(), dbg_printf(), efi_asprintf(), efi_ifr_form_set_op(), efi_ifr_string(), efi_paths(), efi_snprintf(), efi_ssnprintf(), hv_alloc_pages(), hv_free_pages(), intfs_restart(), intfs_shutdown(), ipair_tx(), log_printf(), msg(), printf(), snprintf(), snprintf_okx(), ssnprintf(), tls_prf(), wprintw(), xenstore_directory(), xenstore_read(), xenstore_read_num(), xenstore_rm(), xenstore_write(), xenstore_write_num(), xfer_open(), xfer_printf(), and xfer_redirect().
| #define va_arg | ( | ap, | |
| type ) |
Definition at line 9 of file stdarg.h.
Referenced by downloader_vredirect(), efi_ifr_form_set_op(), efi_paths(), hv_alloc_pages(), hv_free_pages(), intfs_vrestart(), intfs_vshutdown(), iscsi_vredirect(), tls_hmac_update_va(), vcprintf(), xenstore_request(), and xfer_vopen().
| #define va_end | ( | ap | ) |
Definition at line 10 of file stdarg.h.
Referenced by alert(), asprintf(), dbg_printf(), downloader_vredirect(), efi_asprintf(), efi_ifr_form_set_op(), efi_ifr_string(), efi_paths(), efi_snprintf(), efi_ssnprintf(), efi_vasprintf(), hv_alloc_pages(), hv_free_pages(), intfs_restart(), intfs_shutdown(), intfs_vrestart(), intfs_vshutdown(), ipair_tx(), iscsi_vredirect(), log_printf(), msg(), printf(), snprintf(), snprintf_okx(), ssnprintf(), tls_p_hash_va(), tls_prf(), vasprintf(), wprintw(), xenstore_directory(), xenstore_read(), xenstore_read_num(), xenstore_request(), xenstore_rm(), xenstore_write(), xenstore_write_num(), xfer_open(), xfer_printf(), xfer_redirect(), and xfer_vprintf().
Definition at line 11 of file stdarg.h.
Referenced by downloader_vredirect(), efi_vasprintf(), intfs_vrestart(), intfs_vshutdown(), iscsi_vredirect(), tls_p_hash_va(), tls_prf(), vasprintf(), xenstore_request(), and xfer_vprintf().
| #define _VA_ARG_COUNT | ( | _1, | |
| _2, | |||
| _3, | |||
| _4, | |||
| _5, | |||
| _6, | |||
| _7, | |||
| _8, | |||
| _9, | |||
| _10, | |||
| _11, | |||
| _12, | |||
| _13, | |||
| _14, | |||
| _15, | |||
| _16, | |||
| _17, | |||
| _18, | |||
| _19, | |||
| _20, | |||
| _21, | |||
| _22, | |||
| _23, | |||
| _24, | |||
| _25, | |||
| _26, | |||
| _27, | |||
| _28, | |||
| _29, | |||
| _30, | |||
| _31, | |||
| _32, | |||
| _33, | |||
| _34, | |||
| _35, | |||
| _36, | |||
| _37, | |||
| _38, | |||
| _39, | |||
| _40, | |||
| _41, | |||
| _42, | |||
| _43, | |||
| _44, | |||
| _45, | |||
| _46, | |||
| _47, | |||
| _48, | |||
| _49, | |||
| _50, | |||
| _51, | |||
| _52, | |||
| _53, | |||
| _54, | |||
| _55, | |||
| _56, | |||
| _57, | |||
| _58, | |||
| _59, | |||
| _60, | |||
| _61, | |||
| _62, | |||
| _63, | |||
| N, | |||
| ... ) |
| #define VA_ARG_COUNT | ( | ... | ) |
Definition at line 28 of file stdarg.h.
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
| FILE_SECBOOT | ( | PERMITTED | ) |