Searched defs:p_buf_len (Results 1 - 1 of 1) sorted by relevance

/drivers/target/
H A Dtarget_core_transport.c813 int p_buf_len)
858 strncpy(p_buf, buf, p_buf_len);
882 int p_buf_len)
908 strncpy(p_buf, buf, p_buf_len);
930 int p_buf_len)
966 if (p_buf_len < strlen(buf)+1)
968 strncpy(p_buf, buf, p_buf_len);
991 int p_buf_len)
1022 strncpy(p_buf, buf, p_buf_len);
810 transport_dump_vpd_proto_id( struct t10_vpd *vpd, unsigned char *p_buf, int p_buf_len) argument
879 transport_dump_vpd_assoc( struct t10_vpd *vpd, unsigned char *p_buf, int p_buf_len) argument
927 transport_dump_vpd_ident_type( struct t10_vpd *vpd, unsigned char *p_buf, int p_buf_len) argument
988 transport_dump_vpd_ident( struct t10_vpd *vpd, unsigned char *p_buf, int p_buf_len) argument

Completed in 352 milliseconds