Searched refs:opname (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | lproc_ptlrpc.c | 48 const char *opname; member 139 const char *opname; member 174 return ll_rpc_opcode_table[offset].opname; in ll_opcode2str() 180 return ll_eopcode_table[opcode].opname; in ll_eopcode2str()
|
/linux-4.4.14/drivers/media/v4l2-core/ |
D | videobuf2-v4l2.c | 149 const char *opname) in vb2_queue_or_prepare_buf() argument 152 dprintk(1, "%s: invalid buffer type\n", opname); in vb2_queue_or_prepare_buf() 157 dprintk(1, "%s: buffer index out of range\n", opname); in vb2_queue_or_prepare_buf() 163 dprintk(1, "%s: buffer is NULL\n", opname); in vb2_queue_or_prepare_buf() 168 dprintk(1, "%s: invalid memory type\n", opname); in vb2_queue_or_prepare_buf()
|
/linux-4.4.14/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.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | cl_page.c | 674 #define CL_PAGE_OP(opname) offsetof(struct cl_page_operations, opname) argument
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | lproc_llite.c | 874 const char *opname; member 1033 llite_opcode_table[id].opname, ptr); in ldebugfs_register_mountpoint()
|