/openbmc/linux/include/linux/ |
H A D | pr.h | 16 enum pr_type type; 23 enum pr_type type, u32 flags); 25 enum pr_type type); 27 enum pr_type type, bool abort);
|
H A D | elf.h | 82 u32 pr_type; member
|
/openbmc/linux/drivers/nvme/host/ |
H A D | pr.c | 12 static enum nvme_pr_type nvme_pr_type_from_blk(enum pr_type type) in nvme_pr_type_from_blk() 32 static enum pr_type block_pr_type_from_nvme(enum nvme_pr_type type) in block_pr_type_from_nvme() 143 enum pr_type type, unsigned flags) in nvme_pr_reserve() 156 enum pr_type type, bool abort) in nvme_pr_preempt() 170 static int nvme_pr_release(struct block_device *bdev, u64 key, enum pr_type type) in nvme_pr_release()
|
/openbmc/linux/include/scsi/ |
H A D | scsi_common.h | 22 enum scsi_pr_type block_pr_type_to_scsi(enum pr_type type); 23 enum pr_type scsi_pr_type_to_block(enum scsi_pr_type type);
|
/openbmc/linux/drivers/scsi/ |
H A D | scsi_common.c | 67 enum pr_type scsi_pr_type_to_block(enum scsi_pr_type type) in scsi_pr_type_to_block() 88 enum scsi_pr_type block_pr_type_to_scsi(enum pr_type type) in block_pr_type_to_scsi()
|
H A D | sd.c | 1935 static int sd_pr_reserve(struct block_device *bdev, u64 key, enum pr_type type, in sd_pr_reserve() 1944 static int sd_pr_release(struct block_device *bdev, u64 key, enum pr_type type) in sd_pr_release() 1951 enum pr_type type, bool abort) in sd_pr_preempt()
|
/openbmc/linux/include/uapi/linux/ |
H A D | pr.h | 24 enum pr_type { enum
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | elf_64.h | 157 unsigned int pr_type; member
|
/openbmc/u-boot/scripts/kconfig/ |
H A D | expr.c | 1284 void *data, tristate pr_type, const char **title) in expr_print_revdep() argument 1287 expr_print_revdep(e->left.expr, fn, data, pr_type, title); in expr_print_revdep() 1288 expr_print_revdep(e->right.expr, fn, data, pr_type, title); in expr_print_revdep() 1289 } else if (expr_calc_value(e) == pr_type) { in expr_print_revdep() 1302 tristate pr_type, const char *title) in expr_gstr_print_revdep() argument 1304 expr_print_revdep(e, expr_print_gstr_helper, gs, pr_type, &title); in expr_gstr_print_revdep()
|
H A D | expr.h | 313 tristate pr_type, const char *title);
|
/openbmc/linux/scripts/kconfig/ |
H A D | expr.c | 1253 void *data, tristate pr_type, const char **title) in expr_print_revdep() argument 1256 expr_print_revdep(e->left.expr, fn, data, pr_type, title); in expr_print_revdep() 1257 expr_print_revdep(e->right.expr, fn, data, pr_type, title); in expr_print_revdep() 1258 } else if (expr_calc_value(e) == pr_type) { in expr_print_revdep() 1271 tristate pr_type, const char *title) in expr_gstr_print_revdep() argument 1273 expr_print_revdep(e, expr_print_gstr_helper, gs, pr_type, &title); in expr_gstr_print_revdep()
|
H A D | expr.h | 308 tristate pr_type, const char *title);
|
/openbmc/qemu/linux-user/ |
H A D | elfload.c | 2066 static bool arch_parse_elf_property(uint32_t pr_type, uint32_t pr_datasz, in arch_parse_elf_property() argument 2071 if (pr_type == GNU_PROPERTY_AARCH64_FEATURE_1_AND) { in arch_parse_elf_property() 2085 static bool arch_parse_elf_property(uint32_t pr_type, uint32_t pr_datasz, in arch_parse_elf_property() argument 3062 uint32_t pr_type, pr_datasz, step; in parse_elf_property() local 3073 pr_type = data[0]; in parse_elf_property() 3083 if (have_prev_type && pr_type <= *prev_type) { in parse_elf_property() 3084 if (pr_type == *prev_type) { in parse_elf_property() 3091 *prev_type = pr_type; in parse_elf_property() 3093 if (!arch_parse_elf_property(pr_type, pr_datasz, data, info, errp)) { in parse_elf_property()
|
/openbmc/linux/fs/ |
H A D | binfmt_elf.c | 749 if (have_prev_type && pr->pr_type <= *prev_type) in parse_elf_property() 751 *prev_type = pr->pr_type; in parse_elf_property() 753 ret = arch_parse_elf_property(pr->pr_type, data + o, in parse_elf_property()
|
/openbmc/linux/drivers/md/ |
H A D | dm.c | 3151 enum pr_type type; 3270 static int dm_pr_reserve(struct block_device *bdev, u64 key, enum pr_type type, in dm_pr_reserve() 3313 static int dm_pr_release(struct block_device *bdev, u64 key, enum pr_type type) in dm_pr_release() 3349 enum pr_type type, bool abort) in dm_pr_preempt()
|