/linux-6.1.9/drivers/char/ipmi/ |
D | ipmi_watchdog.c | 203 static int action_op(const char *inval, char *outval); 204 static int preaction_op(const char *inval, char *outval); 205 static int preop_op(const char *inval, char *outval); 1193 static int action_op(const char *inval, char *outval) in action_op() argument 1198 if (!inval) in action_op() 1201 if (strcmp(inval, "reset") == 0) in action_op() 1203 else if (strcmp(inval, "none") == 0) in action_op() 1205 else if (strcmp(inval, "power_cycle") == 0) in action_op() 1207 else if (strcmp(inval, "power_off") == 0) in action_op() 1211 strcpy(action, inval); in action_op() [all …]
|
/linux-6.1.9/drivers/i2c/algos/ |
D | i2c-algo-bit.c | 418 int inval; in readbytes() local 425 inval = i2c_inb(i2c_adap); in readbytes() 426 if (inval >= 0) { in readbytes() 427 *temp = inval; in readbytes() 439 if (inval <= 0 || inval > I2C_SMBUS_BLOCK_MAX) { in readbytes() 444 inval); in readbytes() 450 count += inval; in readbytes() 451 msg->len += inval; in readbytes() 455 inval, in readbytes() 461 inval = acknak(i2c_adap, count); in readbytes() [all …]
|
/linux-6.1.9/drivers/hid/usbhid/ |
D | hiddev.c | 455 goto inval; in hiddev_ioctl_usage() 458 goto inval; in hiddev_ioctl_usage() 464 goto inval; in hiddev_ioctl_usage() 479 goto inval; in hiddev_ioctl_usage() 484 goto inval; in hiddev_ioctl_usage() 489 goto inval; in hiddev_ioctl_usage() 492 goto inval; in hiddev_ioctl_usage() 500 goto inval; in hiddev_ioctl_usage() 505 goto inval; in hiddev_ioctl_usage() 512 goto inval; in hiddev_ioctl_usage() [all …]
|
/linux-6.1.9/fs/cachefiles/ |
D | daemon.c | 628 goto inval; in cachefiles_daemon_cull() 658 inval: in cachefiles_daemon_cull() 675 goto inval; in cachefiles_daemon_debug() 681 inval: in cachefiles_daemon_debug() 699 goto inval; in cachefiles_daemon_inuse() 729 inval: in cachefiles_daemon_inuse()
|
/linux-6.1.9/arch/arm64/kvm/hyp/nvhe/ |
D | hyp-main.c | 246 goto inval; in handle_host_hcall() 250 goto inval; in handle_host_hcall() 256 inval: in handle_host_hcall()
|
/linux-6.1.9/fs/afs/ |
D | addr_list.c | 91 goto inval; in afs_parse_text_addrs() 100 goto inval; in afs_parse_text_addrs() 105 goto inval; in afs_parse_text_addrs() 210 inval: in afs_parse_text_addrs()
|
D | proc.c | 103 goto inval; in afs_proc_cells_write() 108 goto inval; in afs_proc_cells_write() 116 goto inval; in afs_proc_cells_write() 134 goto inval; in afs_proc_cells_write() 143 inval: in afs_proc_cells_write()
|
/linux-6.1.9/drivers/infiniband/sw/rdmavt/ |
D | qp.c | 1430 goto inval; in rvt_modify_qp() 1434 goto inval; in rvt_modify_qp() 1440 goto inval; in rvt_modify_qp() 1444 goto inval; in rvt_modify_qp() 1448 goto inval; in rvt_modify_qp() 1455 goto inval; in rvt_modify_qp() 1459 goto inval; in rvt_modify_qp() 1463 goto inval; in rvt_modify_qp() 1465 goto inval; in rvt_modify_qp() 1470 goto inval; in rvt_modify_qp() [all …]
|
/linux-6.1.9/fs/xfs/ |
D | xfs_fsops.h | 12 extern int xfs_reserve_blocks(xfs_mount_t *mp, uint64_t *inval,
|
D | xfs_fsops.c | 371 uint64_t *inval, in xfs_reserve_blocks() argument 381 if (inval == (uint64_t *)NULL) { in xfs_reserve_blocks() 389 request = *inval; in xfs_reserve_blocks()
|
/linux-6.1.9/fs/nfs/blocklayout/ |
D | blocklayout.c | 498 u64 inval; /* Start of INVAL coverage */ member 524 lv->inval = lv->start; in verify_extent() 534 if (be->be_f_offset < lv->inval) in verify_extent() 541 lv->inval = lv->inval + be->be_length; in verify_extent() 650 .inval = lgr->range.offset >> SECTOR_SHIFT, in bl_alloc_lseg()
|
/linux-6.1.9/drivers/misc/sgi-gru/ |
D | grufault.c | 262 goto inval; in gru_vtop() 274 goto inval; in gru_vtop() 277 goto inval; in gru_vtop() 283 inval: in gru_vtop()
|
/linux-6.1.9/security/integrity/evm/ |
D | evm_crypto.c | 61 goto inval; in evm_set_key() 66 inval: in evm_set_key()
|
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_debugfs.c | 1497 inval: count = -EINVAL; in mps_trc_write() 1507 goto inval; in mps_trc_write() 1517 goto inval; in mps_trc_write() 1523 goto inval; in mps_trc_write() 1526 goto inval; in mps_trc_write() 1531 goto inval; in mps_trc_write() 1534 goto inval; in mps_trc_write() 1538 goto inval; in mps_trc_write() 1543 goto inval; in mps_trc_write() 1564 goto inval; in mps_trc_write() [all …]
|
/linux-6.1.9/net/mac80211/ |
D | rate.c | 621 bool inval = false; in rate_fixup_ratelist() local 661 if (inval) { in rate_fixup_ratelist() 666 inval = true; in rate_fixup_ratelist()
|
/linux-6.1.9/block/ |
D | blk-mq-debugfs.c | 161 goto inval; in queue_state_write() 175 inval: in queue_state_write()
|
/linux-6.1.9/fs/fuse/ |
D | inode.c | 286 bool inval = false; in fuse_change_attributes() local 291 inval = true; in fuse_change_attributes() 303 inval = true; in fuse_change_attributes() 306 if (inval) in fuse_change_attributes()
|
/linux-6.1.9/arch/arm/boot/compressed/ |
D | head.S | 745 mcr p15, 0, r0, c7, c5, 0 @ flush(inval) I-Cache 746 mcr p15, 0, r0, c7, c6, 0 @ flush(inval) D-Cache 755 mcr p15, 0, r0, c7, c5, 0 @ flush(inval) I-Cache 756 mcr p15, 0, r0, c7, c6, 0 @ flush(inval) D-Cache
|
/linux-6.1.9/drivers/pci/controller/ |
D | pci-hyperv.c | 2854 struct pci_dev_inval_block *inval; in hv_pci_onchannelcallback() local 2969 inval = (struct pci_dev_inval_block *)buffer; in hv_pci_onchannelcallback() 2970 if (bytes_recvd < sizeof(*inval)) { in hv_pci_onchannelcallback() 2976 inval->wslot.slot); in hv_pci_onchannelcallback() 2981 inval->block_mask); in hv_pci_onchannelcallback()
|
/linux-6.1.9/arch/powerpc/kvm/ |
D | book3s_hv_nested.c | 1524 goto inval; in __kvmhv_nested_page_fault() 1534 goto inval; in __kvmhv_nested_page_fault() 1649 inval: in __kvmhv_nested_page_fault()
|
/linux-6.1.9/drivers/nvme/target/ |
D | configfs.c | 1399 goto inval; in nvmet_referral_enable_store() 1407 inval: in nvmet_referral_enable_store()
|
/linux-6.1.9/drivers/md/ |
D | dm-integrity.c | 3663 goto inval; in get_alg_and_key() 3670 goto inval; in get_alg_and_key() 3674 inval: in get_alg_and_key()
|
/linux-6.1.9/tools/testing/selftests/landlock/ |
D | fs_test.c | 308 TEST_F_FORK(layout1, inval) in TEST_F_FORK() argument
|