HomeSort by relevance Sort by last modified time
    Searched refs:pg_code (Results 1 - 5 of 5) sorted by null

  /external/f2fs-tools/tools/sg_write_buffer/include/
sg_cmds_basic.h 60 int sg_ll_log_select(int sg_fd, bool pcr, bool sp, int pc, int pg_code,
69 int sg_ll_log_sense(int sg_fd, bool ppc, bool sp, int pc, int pg_code,
75 int sg_ll_log_sense_v2(int sg_fd, bool ppc, bool sp, int pc, int pg_code,
101 int sg_ll_mode_sense6(int sg_fd, bool dbd, int pc, int pg_code,
110 int sg_ll_mode_sense10(int sg_fd, bool llbaa, bool dbd, int pc, int pg_code,
117 int pg_code, int sub_pg_code, void * resp,
245 * indicated by pcontrol_arr for given pg_code and sub_pg_code. If
261 int sg_get_mode_page_controls(int sg_fd, bool mode6, int pg_code,
sg_cmds_extra.h 169 int sg_ll_receive_diag(int sg_fd, bool pcv, int pg_code, void * resp,
180 int sg_ll_receive_diag_v2(int sg_fd, bool pcv, int pg_code, void * resp,
  /external/f2fs-tools/tools/sg_write_buffer/
sg_cmds_basic2.c 274 sg_ll_mode_sense6(int sg_fd, bool dbd, int pc, int pg_code, int sub_pg_code,
285 modes_cdb[2] = (unsigned char)(((pc << 6) & 0xc0) | (pg_code & 0x3f));
353 sg_ll_mode_sense10(int sg_fd, bool llbaa, bool dbd, int pc, int pg_code,
357 return sg_ll_mode_sense10_v2(sg_fd, llbaa, dbd, pc, pg_code, sub_pg_code,
371 sg_ll_mode_sense10_v2(int sg_fd, bool llbaa, bool dbd, int pc, int pg_code,
383 modes_cdb[2] = (unsigned char)(((pc << 6) & 0xc0) | (pg_code & 0x3f));
655 * indicated by pcontrol_arr for given pg_code and sub_pg_code. If
670 sg_get_mode_page_controls(int sg_fd, bool mode6, int pg_code, int sub_pg_code,
693 res = sg_ll_mode_sense6(sg_fd, dbd, 0 /* pc */, pg_code,
698 0 /* pc */, pg_code, sub_pg_code, buff
    [all...]
sg_cmds_extra.c 553 sg_ll_receive_diag(int sg_fd, bool pcv, int pg_code, void * resp,
556 return sg_ll_receive_diag_v2(sg_fd, pcv, pg_code, resp, mx_resp_len, 0,
563 sg_ll_receive_diag_v2(int sg_fd, bool pcv, int pg_code, void * resp,
577 rcvdiag_cdb[2] = (unsigned char)(pg_code);
    [all...]
  /external/ltp/testcases/kernel/fs/scsi/ltpscsi/
scsimain.c 880 static int do_logs(int sg_fd, int ppc, int sp, int pc, int pg_code,
890 logsCmdBlk[2] = (unsigned char)(((pc << 6) & 0xc0) | (pg_code & 0x3f));
929 sp, pc, pg_code, paramp);
1482 int pg_code = 0; local
3667 int pg_code = 0; local
4378 int pg_code = 0xa; local
    [all...]

Completed in 1575 milliseconds