/kernel/linux/linux-5.10/drivers/char/ipmi/ |
H A 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); 1201 static int action_op(const char *inval, char *outval) in action_op() argument 1206 if (!inval) in action_op() 1209 if (strcmp(inval, "reset") == 0) in action_op() 1211 else if (strcmp(inval, "none") == 0) in action_op() 1213 else if (strcmp(inval, "power_cycle") == 0) in action_op() 1215 else if (strcmp(inval, "power_off") == 0) in action_op() 1219 strcpy(action, inval); in action_op() 1223 preaction_op(const char *inval, char *outval) preaction_op() argument 1247 preop_op(const char *inval, char *outval) preop_op() argument [all...] |
/kernel/linux/linux-6.6/drivers/char/ipmi/ |
H A D | ipmi_watchdog.c | 204 static int action_op(const char *inval, char *outval); 205 static int preaction_op(const char *inval, char *outval); 206 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() 1215 preaction_op(const char *inval, char *outval) preaction_op() argument 1239 preop_op(const char *inval, char *outval) preop_op() argument [all...] |
/kernel/linux/linux-5.10/drivers/i2c/algos/ |
H A 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() [all...] |
/kernel/linux/linux-6.6/drivers/i2c/algos/ |
H A D | i2c-algo-bit.c | 403 int inval; in readbytes() local 414 inval = i2c_inb(i2c_adap); in readbytes() 415 if (inval >= 0) { in readbytes() 416 *temp = inval; in readbytes() 428 if (inval <= 0 || inval > I2C_SMBUS_BLOCK_MAX) { in readbytes() 433 inval); in readbytes() 439 count += inval; in readbytes() 440 msg->len += inval; in readbytes() 444 inval, in readbytes() [all...] |
/kernel/linux/linux-5.10/drivers/hid/usbhid/ |
H A 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...] |
/kernel/linux/linux-6.6/drivers/hid/usbhid/ |
H A 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...] |
/kernel/linux/linux-5.10/fs/cachefiles/ |
H A D | daemon.c | 559 goto inval; in cachefiles_daemon_cull() 590 inval: in cachefiles_daemon_cull() 607 goto inval; in cachefiles_daemon_debug() 613 inval: in cachefiles_daemon_debug() 631 goto inval; in cachefiles_daemon_inuse() 662 inval: in cachefiles_daemon_inuse()
|
/kernel/linux/linux-6.6/fs/cachefiles/ |
H A 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()
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_fsops.h | 12 extern int xfs_reserve_blocks(xfs_mount_t *mp, uint64_t *inval,
|
H A D | xfs_fsops.c | 314 * A null inval pointer indicates that only the current reserved blocks 321 uint64_t *inval, in xfs_reserve_blocks() 330 /* If inval is null, report current values and return */ in xfs_reserve_blocks() 331 if (inval == (uint64_t *)NULL) { in xfs_reserve_blocks() 339 request = *inval; in xfs_reserve_blocks() 319 xfs_reserve_blocks( xfs_mount_t *mp, uint64_t *inval, xfs_fsop_resblks_t *outval) xfs_reserve_blocks() argument
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_fsops.h | 12 extern int xfs_reserve_blocks(xfs_mount_t *mp, uint64_t *inval,
|
H A D | xfs_fsops.c | 373 * A null inval pointer indicates that only the current reserved blocks 380 uint64_t *inval, in xfs_reserve_blocks() 389 /* If inval is null, report current values and return */ in xfs_reserve_blocks() 390 if (inval == (uint64_t *)NULL) { in xfs_reserve_blocks() 398 request = *inval; in xfs_reserve_blocks() 378 xfs_reserve_blocks( xfs_mount_t *mp, uint64_t *inval, xfs_fsop_resblks_t *outval) xfs_reserve_blocks() argument
|
/kernel/linux/linux-5.10/drivers/infiniband/sw/rdmavt/ |
H A D | qp.c | 1481 goto inval; in rvt_modify_qp() 1485 goto inval; in rvt_modify_qp() 1491 goto inval; in rvt_modify_qp() 1495 goto inval; in rvt_modify_qp() 1499 goto inval; in rvt_modify_qp() 1506 goto inval; in rvt_modify_qp() 1510 goto inval; in rvt_modify_qp() 1514 goto inval; in rvt_modify_qp() 1516 goto inval; in rvt_modify_qp() 1521 goto inval; in rvt_modify_qp() [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/sw/rdmavt/ |
H A D | qp.c | 1428 goto inval; in rvt_modify_qp() 1432 goto inval; in rvt_modify_qp() 1438 goto inval; in rvt_modify_qp() 1442 goto inval; in rvt_modify_qp() 1446 goto inval; in rvt_modify_qp() 1453 goto inval; in rvt_modify_qp() 1457 goto inval; in rvt_modify_qp() 1461 goto inval; in rvt_modify_qp() 1463 goto inval; in rvt_modify_qp() 1468 goto inval; in rvt_modify_qp() [all...] |
/kernel/linux/linux-5.10/fs/afs/ |
H A 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() 587 seq_printf(m, "dir-mgmt: look=%u reval=%u inval=%u relpg=%u\n", in afs_proc_stats_show()
|
H A 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()
|
/kernel/linux/linux-6.6/fs/afs/ |
H A 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() 587 seq_printf(m, "dir-mgmt: look=%u reval=%u inval=%u relpg=%u\n", in afs_proc_stats_show()
|
H A 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()
|
/kernel/linux/linux-6.6/arch/riscv/mm/ |
H A D | pmem.c | 32 ALT_CMO_OP(inval, addr, size, riscv_cbom_block_size); in arch_invalidate_pmem()
|
/kernel/linux/linux-5.10/fs/nfs/blocklayout/ |
H A D | blocklayout.c | 522 u64 inval; /* Start of INVAL coverage */ member 548 lv->inval = lv->start; in verify_extent() 558 if (be->be_f_offset < lv->inval) in verify_extent() 565 lv->inval = lv->inval + be->be_length; in verify_extent() 676 .inval = lgr->range.offset >> SECTOR_SHIFT, in bl_alloc_lseg()
|
/kernel/linux/linux-6.6/fs/nfs/blocklayout/ |
H A 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() 652 .inval = lgr->range.offset >> SECTOR_SHIFT, in bl_alloc_lseg()
|
/kernel/linux/linux-5.10/drivers/misc/sgi-gru/ |
H A 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() 497 gru_dbg(grudev, "FAILED inval tfh: 0x%p, vaddr 0x%lx\n", tfh, vaddr); in gru_try_dropin()
|
/kernel/linux/linux-6.6/drivers/misc/sgi-gru/ |
H A 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() 497 gru_dbg(grudev, "FAILED inval tfh: 0x%p, vaddr 0x%lx\n", tfh, vaddr); in gru_try_dropin()
|
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/nvhe/ |
H A D | hyp-main.c | 375 goto inval; in handle_host_hcall() 379 goto inval; in handle_host_hcall() 385 inval: in handle_host_hcall()
|
/kernel/linux/linux-5.10/security/integrity/evm/ |
H A D | evm_crypto.c | 59 goto inval; in evm_set_key() 64 inval: in evm_set_key()
|