Searched refs:opname (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | lproc_ptlrpc.c | 50 const char *opname; member 141 const char *opname; member 175 return ll_rpc_opcode_table[offset].opname; in ll_opcode2str() 181 return ll_eopcode_table[opcode].opname; in ll_eopcode2str()
|
/linux-4.1.27/drivers/media/v4l2-core/ |
D | videobuf2-core.c | 1693 const char *opname) in vb2_queue_or_prepare_buf() argument 1696 dprintk(1, "%s: invalid buffer type\n", opname); in vb2_queue_or_prepare_buf() 1701 dprintk(1, "%s: buffer index out of range\n", opname); in vb2_queue_or_prepare_buf() 1707 dprintk(1, "%s: buffer is NULL\n", opname); in vb2_queue_or_prepare_buf() 1712 dprintk(1, "%s: invalid memory type\n", opname); in vb2_queue_or_prepare_buf()
|
/linux-4.1.27/drivers/scsi/sym53c8xx_2/ |
D | sym_glue.c | 591 static int sym_eh_handler(int op, char *opname, struct scsi_cmnd *cmd) in sym_eh_handler() argument 603 scmd_printk(KERN_WARNING, cmd, "%s operation started\n", opname); in sym_eh_handler() 683 dev_warn(&cmd->device->sdev_gendev, "%s operation %s.\n", opname, in sym_eh_handler()
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | cl_page.c | 691 #define CL_PAGE_OP(opname) offsetof(struct cl_page_operations, opname) argument
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | lproc_llite.c | 878 const char *opname; member 1041 llite_opcode_table[id].opname, ptr); in lprocfs_register_mountpoint()
|