/linux-4.1.27/arch/um/drivers/ |
D | ssl.c | 38 static int ssl_config(char *str, char **error_out); 39 static int ssl_get_config(char *dev, char *str, int size, char **error_out); 40 static int ssl_remove(int n, char **error_out); 72 static int ssl_config(char *str, char **error_out) in ssl_config() argument 75 error_out); in ssl_config() 78 static int ssl_get_config(char *dev, char *str, int size, char **error_out) in ssl_get_config() argument 81 size, error_out); in ssl_get_config() 84 static int ssl_remove(int n, char **error_out) in ssl_remove() argument 87 error_out); in ssl_remove()
|
D | stdio_console.c | 43 static int con_config(char *str, char **error_out); 44 static int con_get_config(char *dev, char *str, int size, char **error_out); 77 static int con_config(char *str, char **error_out) in con_config() argument 79 return line_config(vts, ARRAY_SIZE(vts), str, &opts, error_out); in con_config() 82 static int con_get_config(char *dev, char *str, int size, char **error_out) in con_get_config() argument 84 return line_get_config(dev, vts, ARRAY_SIZE(vts), str, size, error_out); in con_get_config() 87 static int con_remove(int n, char **error_out) in con_remove() argument 89 return line_remove(vts, ARRAY_SIZE(vts), n, error_out); in con_remove()
|
D | line.c | 374 const struct chan_opts *opts, char **error_out) in setup_one_line() argument 381 *error_out = "Device is already open"; in setup_one_line() 390 parse_chan_pair(NULL, line, n, opts, error_out); in setup_one_line() 396 *error_out = "Failed to allocate memory"; in setup_one_line() 405 err = parse_chan_pair(new, line, n, opts, error_out); in setup_one_line() 410 *error_out = "Failed to register device"; in setup_one_line() 412 parse_chan_pair(NULL, line, n, opts, error_out); in setup_one_line() 466 const struct chan_opts *opts, char **error_out) in line_config() argument 472 *error_out = "Can't configure all devices from mconsole"; in line_config() 478 *error_out = "Couldn't parse device number"; in line_config() [all …]
|
D | chan_kern.c | 348 char **error_out) in one_chan_config_string() argument 371 char *str, int size, char **error_out) in chan_pair_config_string() argument 375 n = one_chan_config_string(in, str, size, error_out); in chan_pair_config_string() 385 n = one_chan_config_string(out, str, size, error_out); in chan_pair_config_string() 394 char **error_out) in chan_config_string() argument 403 return chan_pair_config_string(in, out, str, size, error_out); in chan_config_string() 448 const struct chan_opts *opts, char **error_out) in parse_chan() argument 467 *error_out = "No match for configured backends"; in parse_chan() 473 *error_out = "Configuration failed"; in parse_chan() 479 *error_out = "Memory allocation failed"; in parse_chan() [all …]
|
D | line.h | 86 const struct chan_opts *opts, char **error_out); 91 char **error_out); 94 char **error_out); 97 int size, char **error_out);
|
D | ubd_kern.c | 264 static int ubd_setup_common(char *str, int *index_out, char **error_out) in ubd_setup_common() argument 286 *error_out = "Didn't parse major number"; in ubd_setup_common() 292 *error_out = "Can't assign a fake major twice"; in ubd_setup_common() 308 *error_out = "Couldn't parse device number"; in ubd_setup_common() 312 *error_out = "Device number out of range"; in ubd_setup_common() 321 *error_out = "Device is already configured"; in ubd_setup_common() 347 *error_out = "Expected '=' or flag letter " in ubd_setup_common() 355 *error_out = "Too many flags specified"; in ubd_setup_common() 357 *error_out = "Missing '='"; in ubd_setup_common() 368 *error_out = "Can't specify both 'd' and a cow file"; in ubd_setup_common() [all …]
|
D | chan.h | 32 const struct chan_opts *opts, char **error_out); 47 char **error_out);
|
D | mconsole_kern.c | 287 static int mem_config(char *str, char **error_out) in mem_config() argument 294 *error_out = "Expected '=' after 'mem'"; in mem_config() 305 *error_out = "Expected increment to start with '-' or '+'"; in mem_config() 312 *error_out = "Failed to parse memory increment"; in mem_config() 363 *error_out = "Failed to release memory"; in mem_config() 380 static int mem_get_config(char *name, char *str, int size, char **error_out) in mem_get_config() argument 399 static int mem_remove(int n, char **error_out) in mem_remove() argument 401 *error_out = "Memory doesn't support the remove operation"; in mem_remove()
|
D | net_kern.c | 530 char **error_out) in eth_parse() argument 537 *error_out = "Bad device number"; in eth_parse() 543 *error_out = "Expected '=' after device number"; in eth_parse() 549 *error_out = "Device already configured"; in eth_parse() 677 static int net_config(char *str, char **error_out) in net_config() argument 681 err = eth_parse(str, &n, &str, error_out); in net_config() 690 *error_out = "net_config failed to strdup string"; in net_config() 714 static int net_remove(int n, char **error_out) in net_remove() argument
|
/linux-4.1.27/fs/jfs/ |
D | resize.c | 238 goto error_out; in jfs_extendfs() 262 goto error_out; in jfs_extendfs() 270 goto error_out; in jfs_extendfs() 324 goto error_out; in jfs_extendfs() 336 goto error_out; in jfs_extendfs() 396 goto error_out; in jfs_extendfs() 408 goto error_out; in jfs_extendfs() 441 goto error_out; in jfs_extendfs() 445 goto error_out; in jfs_extendfs() 468 goto error_out; in jfs_extendfs() [all …]
|
D | jfs_imap.c | 1059 goto error_out; in diFree() 1076 goto error_out; in diFree() 1082 goto error_out; in diFree() 1112 goto error_out; in diFree() 1126 goto error_out; in diFree() 1290 error_out: in diFree() 2216 goto error_out; in diNewExt() 2230 goto error_out; in diNewExt() 2253 goto error_out; in diNewExt() 2260 goto error_out; in diNewExt() [all …]
|
/linux-4.1.27/tools/power/cpupower/lib/ |
D | sysfs.c | 292 goto error_out; in sysfs_get_freq_available_governors() 297 goto error_out; in sysfs_get_freq_available_governors() 305 goto error_out; in sysfs_get_freq_available_governors() 315 error_out: in sysfs_get_freq_available_governors() 347 goto error_out; in sysfs_get_available_frequencies() 351 goto error_out; in sysfs_get_available_frequencies() 356 goto error_out; in sysfs_get_available_frequencies() 365 goto error_out; in sysfs_get_available_frequencies() 373 error_out: in sysfs_get_available_frequencies() 402 goto error_out; in sysfs_get_cpu_list() [all …]
|
/linux-4.1.27/drivers/scsi/lpfc/ |
D | lpfc_debugfs.c | 1559 goto error_out; in lpfc_idiag_pcicfg_write() 1565 goto error_out; in lpfc_idiag_pcicfg_write() 1571 goto error_out; in lpfc_idiag_pcicfg_write() 1574 goto error_out; in lpfc_idiag_pcicfg_write() 1576 goto error_out; in lpfc_idiag_pcicfg_write() 1580 goto error_out; in lpfc_idiag_pcicfg_write() 1582 goto error_out; in lpfc_idiag_pcicfg_write() 1586 goto error_out; in lpfc_idiag_pcicfg_write() 1588 goto error_out; in lpfc_idiag_pcicfg_write() 1595 goto error_out; in lpfc_idiag_pcicfg_write() [all …]
|
D | lpfc_vport.c | 309 goto error_out; in lpfc_vport_create() 319 goto error_out; in lpfc_vport_create() 329 goto error_out; in lpfc_vport_create() 338 goto error_out; in lpfc_vport_create() 357 goto error_out; in lpfc_vport_create() 374 goto error_out; in lpfc_vport_create() 384 goto error_out; in lpfc_vport_create() 409 goto error_out; in lpfc_vport_create() 459 error_out: in lpfc_vport_create()
|
D | lpfc_hbadisc.c | 2598 goto error_out; in lpfc_mbx_cmpl_fcf_rr_read_fcf_rec() 2635 error_out: in lpfc_mbx_cmpl_fcf_rr_read_fcf_rec()
|
/linux-4.1.27/arch/powerpc/sysdev/ |
D | fsl_msi.c | 430 goto error_out; in fsl_of_msi_probe() 442 goto error_out; in fsl_of_msi_probe() 450 goto error_out; in fsl_of_msi_probe() 482 goto error_out; in fsl_of_msi_probe() 500 goto error_out; in fsl_of_msi_probe() 513 goto error_out; in fsl_of_msi_probe() 528 goto error_out; in fsl_of_msi_probe() 538 goto error_out; in fsl_of_msi_probe() 552 goto error_out; in fsl_of_msi_probe() 555 error_out: in fsl_of_msi_probe()
|
D | ppc4xx_msi.c | 237 goto error_out; in ppc4xx_msi_probe() 245 goto error_out; in ppc4xx_msi_probe() 250 goto error_out; in ppc4xx_msi_probe() 258 error_out: in ppc4xx_msi_probe()
|
/linux-4.1.27/fs/squashfs/ |
D | symlink.c | 72 goto error_out; in squashfs_symlink_readpage() 90 goto error_out; in squashfs_symlink_readpage() 109 error_out: in squashfs_symlink_readpage()
|
D | file.c | 474 goto error_out; in squashfs_readpage() 486 error_out: in squashfs_readpage()
|
/linux-4.1.27/drivers/media/tuners/ |
D | fc0013.c | 143 goto error_out; in fc0013_rc_cal_add() 148 goto error_out; in fc0013_rc_cal_add() 157 goto error_out; in fc0013_rc_cal_add() 167 error_out: in fc0013_rc_cal_add() 201 goto error_out; in fc0013_set_vhf_track() 221 goto error_out; in fc0013_set_vhf_track() 222 error_out: in fc0013_set_vhf_track()
|
/linux-4.1.27/sound/pci/emu10k1/ |
D | emumpu401.c | 171 goto error_out; in snd_emu10k1_midi_input_open() 173 goto error_out; in snd_emu10k1_midi_input_open() 179 error_out: in snd_emu10k1_midi_input_open() 198 goto error_out; in snd_emu10k1_midi_output_open() 200 goto error_out; in snd_emu10k1_midi_output_open() 206 error_out: in snd_emu10k1_midi_output_open()
|
D | emu10k1x.c | 1349 goto error_out; in snd_emu10k1x_midi_input_open() 1351 goto error_out; in snd_emu10k1x_midi_input_open() 1357 error_out: in snd_emu10k1x_midi_input_open() 1376 goto error_out; in snd_emu10k1x_midi_output_open() 1378 goto error_out; in snd_emu10k1x_midi_output_open() 1384 error_out: in snd_emu10k1x_midi_output_open()
|
/linux-4.1.27/arch/mips/cavium-octeon/executive/ |
D | cvmx-bootmem.c | 212 goto error_out; in cvmx_bootmem_phy_alloc() 225 goto error_out; in cvmx_bootmem_phy_alloc() 264 goto error_out; in cvmx_bootmem_phy_alloc() 285 goto error_out; in cvmx_bootmem_phy_alloc() 391 error_out: in cvmx_bootmem_phy_alloc()
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | drm_buffer.c | 74 goto error_out; in drm_buffer_alloc() 81 error_out: in drm_buffer_alloc()
|
/linux-4.1.27/fs/udf/ |
D | misc.c | 226 goto error_out; in udf_read_tagged() 234 goto error_out; in udf_read_tagged() 242 goto error_out; in udf_read_tagged() 255 error_out: in udf_read_tagged()
|
D | unicode.c | 228 goto error_out; in udf_UTF8toCS0() 245 goto error_out; in udf_UTF8toCS0() 254 error_out: in udf_UTF8toCS0()
|
D | super.c | 2149 goto error_out; in udf_fill_super() 2162 goto error_out; in udf_fill_super() 2171 goto error_out; in udf_fill_super() 2175 goto error_out; in udf_fill_super() 2189 goto error_out; in udf_fill_super() 2196 goto error_out; in udf_fill_super() 2202 goto error_out; in udf_fill_super() 2224 goto error_out; in udf_fill_super() 2232 goto error_out; in udf_fill_super() 2238 error_out: in udf_fill_super()
|
/linux-4.1.27/fs/9p/ |
D | fid.c | 291 goto error_out; in v9fs_writeback_fid() 302 goto error_out; in v9fs_writeback_fid() 304 error_out: in v9fs_writeback_fid()
|
/linux-4.1.27/drivers/media/pci/ttpci/ |
D | budget.c | 619 goto error_out; in frontend_init() 637 goto error_out; in frontend_init() 685 goto error_out; in frontend_init() 689 goto error_out; in frontend_init() 741 goto error_out; in frontend_init() 745 goto error_out; in frontend_init() 760 goto error_out; in frontend_init() 764 error_out: in frontend_init()
|
/linux-4.1.27/sound/drivers/mpu401/ |
D | mpu401_uart.c | 294 goto error_out; in snd_mpu401_uart_input_open() 300 error_out: in snd_mpu401_uart_input_open() 316 goto error_out; in snd_mpu401_uart_output_open() 322 error_out: in snd_mpu401_uart_output_open()
|
/linux-4.1.27/drivers/video/fbdev/ |
D | controlfb.c | 715 goto error_out; in control_of_init() 725 goto error_out; in control_of_init() 732 goto error_out; in control_of_init() 737 goto error_out; in control_of_init() 741 goto error_out; in control_of_init() 744 goto error_out; in control_of_init() 748 error_out: in control_of_init()
|
/linux-4.1.27/drivers/edac/ |
D | edac_pci_sysfs.c | 170 goto error_out; in edac_pci_create_instance_kobj() 179 goto error_out; in edac_pci_create_instance_kobj() 188 error_out: in edac_pci_create_instance_kobj()
|
/linux-4.1.27/drivers/media/dvb-frontends/ |
D | atbm8830.c | 475 goto error_out; in atbm8830_attach() 484 goto error_out; in atbm8830_attach() 498 error_out: in atbm8830_attach()
|
D | lgs8gxx.c | 1041 goto error_out; in lgs8gxx_attach() 1050 goto error_out; in lgs8gxx_attach() 1064 error_out: in lgs8gxx_attach()
|
/linux-4.1.27/drivers/usb/image/ |
D | mdc800.c | 629 goto error_out; in mdc800_device_open() 634 goto error_out; in mdc800_device_open() 654 goto error_out; in mdc800_device_open() 660 error_out: in mdc800_device_open()
|
/linux-4.1.27/drivers/net/ethernet/3com/ |
D | typhoon.c | 1872 goto error_out; in typhoon_start_runtime() 1878 goto error_out; in typhoon_start_runtime() 1885 goto error_out; in typhoon_start_runtime() 1892 goto error_out; in typhoon_start_runtime() 1901 goto error_out; in typhoon_start_runtime() 1907 goto error_out; in typhoon_start_runtime() 1913 goto error_out; in typhoon_start_runtime() 1920 goto error_out; in typhoon_start_runtime() 1927 goto error_out; in typhoon_start_runtime() 1932 goto error_out; in typhoon_start_runtime() [all …]
|
/linux-4.1.27/drivers/crypto/nx/ |
D | nx-842.c | 923 goto error_out; in nx842_OF_upd() 936 goto error_out; in nx842_OF_upd() 951 goto error_out; in nx842_OF_upd() 955 goto error_out; in nx842_OF_upd() 959 goto error_out; in nx842_OF_upd() 979 error_out: in nx842_OF_upd()
|
/linux-4.1.27/drivers/input/misc/ |
D | drv2667.c | 306 goto error_out; in drv2667_init() 328 error_out: in drv2667_init()
|
/linux-4.1.27/drivers/block/ |
D | nbd.c | 453 goto error_out; in nbd_handle_req() 465 goto error_out; in nbd_handle_req() 481 goto error_out; in nbd_handle_req() 502 error_out: in nbd_handle_req()
|
/linux-4.1.27/drivers/scsi/csiostor/ |
D | csio_mb.c | 1203 goto error_out; in csio_mb_issue() 1209 goto error_out; in csio_mb_issue() 1219 goto error_out; in csio_mb_issue() 1247 goto error_out; in csio_mb_issue() 1258 goto error_out; in csio_mb_issue() 1338 error_out: in csio_mb_issue()
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/ |
D | usb.c | 1110 goto error_out; in rtl_usb_probe() 1117 goto error_out; in rtl_usb_probe() 1121 goto error_out; in rtl_usb_probe() 1130 goto error_out; in rtl_usb_probe() 1137 error_out: in rtl_usb_probe()
|
/linux-4.1.27/sound/pci/ |
D | sis7019.c | 1326 goto error_out; in sis_chip_create() 1399 error_out: in sis_chip_create() 1412 goto error_out; in snd_sis7019_probe() 1428 goto error_out; in snd_sis7019_probe() 1461 error_out: in snd_sis7019_probe()
|
/linux-4.1.27/fs/reiserfs/ |
D | stree.c | 2122 goto error_out; in reiserfs_paste_into_item() 2129 goto error_out; in reiserfs_paste_into_item() 2145 error_out: in reiserfs_paste_into_item() 2230 goto error_out; in reiserfs_insert_item() 2237 goto error_out; in reiserfs_insert_item() 2248 error_out: in reiserfs_insert_item()
|
/linux-4.1.27/fs/ext2/ |
D | ialloc.c | 53 goto error_out; in read_inode_bitmap() 61 error_out: in read_inode_bitmap()
|
/linux-4.1.27/fs/ext3/ |
D | ialloc.c | 51 goto error_out; in read_inode_bitmap() 59 error_out: in read_inode_bitmap()
|
/linux-4.1.27/drivers/scsi/ |
D | sr.c | 634 goto error_out; in sr_open() 638 error_out: in sr_open()
|
D | sd.c | 1183 goto error_out; in sd_open() 1193 goto error_out; in sd_open() 1201 goto error_out; in sd_open() 1211 goto error_out; in sd_open() 1220 error_out: in sd_open()
|
D | sg.c | 309 goto error_out; in sg_open() 362 error_out: in sg_open()
|
/linux-4.1.27/fs/cachefiles/ |
D | namei.c | 685 goto error_out; in cachefiles_walk_to_object() 702 error_out: in cachefiles_walk_to_object()
|
/linux-4.1.27/drivers/usb/misc/ |
D | iowarrior.c | 500 goto error_out; in iowarrior_ioctl() 584 error_out: in iowarrior_ioctl()
|
/linux-4.1.27/drivers/net/ethernet/alteon/ |
D | acenic.c | 1664 goto error_out; in ace_load_std_rx_ring() 1684 error_out: in ace_load_std_rx_ring() 1725 goto error_out; in ace_load_mini_rx_ring() 1737 error_out: in ace_load_mini_rx_ring() 1781 goto error_out; in ace_load_jumbo_rx_ring() 1800 error_out: in ace_load_jumbo_rx_ring()
|
/linux-4.1.27/drivers/char/ |
D | virtio_console.c | 950 goto error_out; in port_fops_splice_write() 955 goto error_out; in port_fops_splice_write() 960 goto error_out; in port_fops_splice_write() 977 error_out: in port_fops_splice_write()
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | fadump.c | 645 goto error_out; in fadump_build_cpu_notes() 673 error_out: in fadump_build_cpu_notes()
|
/linux-4.1.27/fs/jbd/ |
D | transaction.c | 339 goto error_out; in journal_extend() 364 error_out: in journal_extend()
|
/linux-4.1.27/drivers/ata/ |
D | sata_dwc_460ex.c | 1263 goto error_out; in sata_dwc_probe() 1278 error_out: in sata_dwc_probe()
|
/linux-4.1.27/drivers/net/ethernet/intel/i40e/ |
D | i40e_virtchnl_pf.c | 2315 goto error_out; in i40e_ndo_set_vf_link_state() 2346 goto error_out; in i40e_ndo_set_vf_link_state() 2352 error_out: in i40e_ndo_set_vf_link_state()
|
/linux-4.1.27/drivers/scsi/cxgbi/ |
D | libcxgbi.c | 1430 goto error_out; in ddp_make_gl() 1438 goto error_out; in ddp_make_gl() 1449 goto error_out; in ddp_make_gl() 1453 error_out: in ddp_make_gl()
|
/linux-4.1.27/fs/jbd2/ |
D | transaction.c | 566 goto error_out; in jbd2_journal_extend() 601 error_out: in jbd2_journal_extend()
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192cu/ |
D | hw.c | 1365 goto error_out; in _rtl92cu_set_media_status() 1374 error_out: in _rtl92cu_set_media_status()
|