Lines Matching defs:cmd
97 u8 *cmd; member
692 static size_t remaining_size(struct opal_dev *cmd) in remaining_size()
697 static bool can_add(int *err, struct opal_dev *cmd, size_t len) in can_add()
711 static void add_token_u8(int *err, struct opal_dev *cmd, u8 tok) in add_token_u8()
719 static void add_short_atom_header(struct opal_dev *cmd, bool bytestring, in add_short_atom_header()
733 static void add_medium_atom_header(struct opal_dev *cmd, bool bytestring, in add_medium_atom_header()
747 static void add_token_u64(int *err, struct opal_dev *cmd, u64 number) in add_token_u64()
769 static u8 *add_bytestring_header(int *err, struct opal_dev *cmd, size_t len) in add_bytestring_header()
792 static void add_token_bytestring(int *err, struct opal_dev *cmd, in add_token_bytestring()
836 static void set_comid(struct opal_dev *cmd, u16 comid) in set_comid()
846 static int cmd_finalize(struct opal_dev *cmd, u32 hsn, u32 tsn) in cmd_finalize()
3202 int sed_ioctl(struct opal_dev *dev, unsigned int cmd, void __user *arg) in sed_ioctl()