Lines Matching refs:malloc
1191 guid = (UInt8 *) malloc (len);
1334 pdata = fdpa = malloc (sizeof (fdparms));
1468 fd_info = malloc (new_size);
2108 req = malloc (size);
2111 DBG (1, "sanei_scsi_req_enter: failed to malloc %lu bytes\n",
3375 cdm.matches = (struct dev_match_result *) malloc (cdm.match_buf_len);
3381 cdm.patterns = (struct dev_match_pattern *) malloc (cdm.pattern_buf_len);
3461 cdm.matches = (struct dev_match_result *) malloc (cdm.match_buf_len);
3467 cdm.patterns = (struct dev_match_pattern *) malloc (cdm.pattern_buf_len);
4395 cmdbuf = malloc (64);
4396 sensebuf = malloc (1024); /* may be can reduced to 128 */
4397 databuf = malloc (MAX_DATA);
6041 devname = (char *) malloc (2 * len + 3);