Home
last modified time | relevance | path

Searched refs:service_action (Results 1 – 3 of 3) sorted by relevance

/third_party/f2fs-tools/tools/sg_write_buffer/include/
Dsg_lib.h154 void sg_get_opcode_sa_name(unsigned char cdb_byte0, int service_action,
/third_party/f2fs-tools/tools/sg_write_buffer/
Dsg_lib.c2056 int service_action; in sg_get_command_name() local
2068 service_action = (SG_VARIABLE_LENGTH_CMD == cmdp[0]) ? in sg_get_command_name()
2070 sg_get_opcode_sa_name(cmdp[0], service_action, peri_type, buff_len, buff); in sg_get_command_name()
2106 sg_get_opcode_sa_name(unsigned char cmd_byte0, int service_action, in sg_get_opcode_sa_name() argument
2127 vnp = get_value_name(osp->arr, service_action, peri_type); in sg_get_opcode_sa_name()
2137 service_action); in sg_get_opcode_sa_name()
/third_party/python/Misc/
DHISTORY9582 - Issue #11109: New service_action method for BaseServer, used by ForkingMixin