/linux-4.1.27/arch/sparc/prom/ |
D | ranges.c | 71 int success; in prom_ranges_init() local 80 success = prom_getproperty(obio_node, "ranges", in prom_ranges_init() 83 if(success != -1) in prom_ranges_init() 84 num_obio_ranges = (success/sizeof(struct linux_prom_ranges)); in prom_ranges_init() 94 int success; in prom_apply_generic_ranges() local 98 success = prom_getproperty(node, "ranges", in prom_apply_generic_ranges() 101 if (success != -1) { in prom_apply_generic_ranges() 102 num_ranges = (success/sizeof(struct linux_prom_ranges)); in prom_apply_generic_ranges() 107 success = prom_getproperty(parent, "ranges", in prom_apply_generic_ranges() 110 if (success != -1) { in prom_apply_generic_ranges() [all …]
|
/linux-4.1.27/Documentation/mic/mpssd/ |
D | mpss | 45 success 73 success 94 success 100 [ $RETVAL -ne 0 ] && failure || success 113 success 138 [ $RETVAL -ne 0 ] && failure || success 165 success 176 [ $RETVAL -ne 0 ] && failure || success
|
/linux-4.1.27/arch/alpha/include/asm/ |
D | spinlock.h | 105 int success; in arch_read_trylock() local 118 : "=m" (*lock), "=&r" (regx), "=&r" (success) in arch_read_trylock() 121 return success; in arch_read_trylock() 127 int success; in arch_write_trylock() local 140 : "=m" (*lock), "=&r" (regx), "=&r" (success) in arch_write_trylock() 143 return success; in arch_write_trylock()
|
/linux-4.1.27/arch/m68k/ifpsp060/ |
D | os.S | 84 | d1 - 0 = success, !0 = failure 94 clr.l %d1 | return success 101 clr.l %d1 | return success 115 | d1 - 0 = success, !0 = failure 127 clr.l %d1 | return success 134 clr.l %d1 | return success 147 | d1 - 0 = success, !0 = failure 152 clr.l %d1 | assume success 170 | d1 - 0 = success, !0 = failure 181 | d1 - 0 = success, !0 = failure [all …]
|
D | iskeleton.S | 195 | d0 = 0 -> success; non-zero -> failure
|
/linux-4.1.27/drivers/video/backlight/ |
D | jornada720_lcd.c | 44 goto success; in jornada_lcd_get_contrast() 50 success: in jornada_lcd_get_contrast() 65 goto success; in jornada_lcd_set_contrast() 71 success: in jornada_lcd_set_contrast()
|
/linux-4.1.27/arch/frv/mm/ |
D | elf-fdpic.c | 78 goto success; in arch_get_unmapped_area() 90 goto success; in arch_get_unmapped_area() 98 goto success; in arch_get_unmapped_area() 107 success: in arch_get_unmapped_area()
|
/linux-4.1.27/lib/ |
D | glob.c | 143 bool success = match == expected; in test() local 153 if (!success) in test() 158 return success; in test() 161 return success; in test()
|
/linux-4.1.27/include/trace/events/ |
D | timer.h | 329 TP_PROTO(int success, char *error_msg), 331 TP_ARGS(success, error_msg), 334 __field( int , success ) 339 __entry->success = success; 343 TP_printk("success=%s msg=%s", __entry->success ? "yes" : "no", __get_str(msg))
|
D | sched.h | 58 TP_PROTO(struct task_struct *p, int success), 60 TP_ARGS(__perf_task(p), success), 66 __field( int, success ) 74 __entry->success = success; 80 __entry->success, __entry->target_cpu) 84 TP_PROTO(struct task_struct *p, int success), 85 TP_ARGS(p, success)); 91 TP_PROTO(struct task_struct *p, int success), 92 TP_ARGS(p, success));
|
/linux-4.1.27/arch/powerpc/kvm/ |
D | book3s_hv_rm_xics.c | 96 bool success; in icp_rm_try_update() local 102 success = cmpxchg64(&icp->state.raw, old.raw, new.raw) == old.raw; in icp_rm_try_update() 103 if (!success) in icp_rm_try_update() 129 return success; in icp_rm_try_update() 160 bool success; in icp_rm_try_to_deliver() local 168 success = new_state.cppr > priority && in icp_rm_try_to_deliver() 176 if (success) { in icp_rm_try_to_deliver() 191 return success; in icp_rm_try_to_deliver()
|
D | book3s_xics.c | 273 bool success; in icp_try_update() local 279 success = cmpxchg64(&icp->state.raw, old.raw, new.raw) == old.raw; in icp_try_update() 280 if (!success) in icp_try_update() 312 return success; in icp_try_update() 337 bool success; in icp_try_to_deliver() local 348 success = new_state.cppr > priority && in icp_try_to_deliver() 356 if (success) { in icp_try_to_deliver() 371 return success; in icp_try_to_deliver()
|
/linux-4.1.27/kernel/locking/ |
D | percpu-rwsem.c | 57 bool success = false; in update_fast_ctr() local 62 success = true; in update_fast_ctr() 66 return success; in update_fast_ctr()
|
/linux-4.1.27/include/linux/ |
D | if_macvlan.h | 67 unsigned int len, bool success, in macvlan_count_rx() argument 70 if (likely(success)) { in macvlan_count_rx() 91 unsigned int len, bool success,
|
D | audit.h | 162 int success = is_syscall_success(pt_regs); in audit_syscall_exit() local 165 __audit_syscall_exit(success, return_code); in audit_syscall_exit()
|
D | suspend.h | 55 int success; member
|
/linux-4.1.27/arch/mips/kernel/ |
D | unaligned.c | 1364 goto success; in emulate_load_store_microMIPS() 1383 goto success; in emulate_load_store_microMIPS() 1403 goto success; in emulate_load_store_microMIPS() 1426 goto success; in emulate_load_store_microMIPS() 1466 goto success; in emulate_load_store_microMIPS() 1503 goto success; in emulate_load_store_microMIPS() 1542 goto success; in emulate_load_store_microMIPS() 1584 goto success; in emulate_load_store_microMIPS() 1637 goto success; in emulate_load_store_microMIPS() 1688 goto success; in emulate_load_store_microMIPS() [all …]
|
D | r4k_fpu.S | 97 li v0, 0 # success 157 li v0, 0 # success 220 li v0, 0 # success 272 li v0, 0 # success
|
D | r2300_fpu.S | 33 li v0, 0 # assume success 88 li v0, 0 # assume success
|
/linux-4.1.27/arch/cris/arch-v10/drivers/ |
D | eeprom.c | 152 int success = 0; in eeprom_init() local 202 success = 1; in eeprom_init() 229 success = 1; in eeprom_init() 255 if(!success) in eeprom_init() 269 success = 1; in eeprom_init() 289 success = 1; in eeprom_init() 304 if (!success) in eeprom_init()
|
/linux-4.1.27/drivers/staging/media/davinci_vpfe/ |
D | dm365_ipipe.c | 78 goto success; in ipipe_set_lutdpc_params() 91 success: in ipipe_set_lutdpc_params() 180 goto success; in ipipe_set_otfdpc_params() 189 success: in ipipe_set_otfdpc_params() 238 goto success; in ipipe_set_nf_params() 248 success: in ipipe_set_nf_params() 308 goto success; in ipipe_set_gic_params() 317 success: in ipipe_set_gic_params() 365 goto success; in ipipe_set_wb_params() 372 success: in ipipe_set_wb_params() [all …]
|
/linux-4.1.27/arch/x86/platform/olpc/ |
D | olpc.c | 290 bool success; in platform_detect() local 295 success = check_ofw_architecture(root); in platform_detect() 296 if (success) { in platform_detect() 302 return success; in platform_detect()
|
D | olpc_dt.c | 98 int success; in olpc_dt_nextprop() local 99 void *res[] = { &success }; in olpc_dt_nextprop() 106 if (olpc_ofw("nextprop", args, res) || success != 1) in olpc_dt_nextprop()
|
/linux-4.1.27/drivers/input/touchscreen/ |
D | tsc2005.c | 396 bool success = true; in tsc2005_selftest_show() local 409 success = false; in tsc2005_selftest_show() 418 success = false; in tsc2005_selftest_show() 426 success = false; in tsc2005_selftest_show() 433 success = false; in tsc2005_selftest_show() 441 if (!success) in tsc2005_selftest_show() 449 success = false; in tsc2005_selftest_show() 456 success = false; in tsc2005_selftest_show() 463 return sprintf(buf, "%d\n", success); in tsc2005_selftest_show()
|
/linux-4.1.27/fs/jbd2/ |
D | recovery.c | 425 int err, success = 0; in do_one_pass() local 577 success = err; in do_one_pass() 605 success = -EIO; in do_one_pass() 806 if (!success) in do_one_pass() 807 success = -EIO; in do_one_pass() 810 if (block_error && success == 0) in do_one_pass() 811 success = -EIO; in do_one_pass() 812 return success; in do_one_pass()
|
/linux-4.1.27/drivers/w1/slaves/ |
D | w1_bq27000.c | 70 goto success; in w1_bq27000_add_slave() 74 success: in w1_bq27000_add_slave()
|
D | w1_ds2760.c | 151 goto success; in w1_ds2760_add_slave() 158 success: in w1_ds2760_add_slave()
|
/linux-4.1.27/drivers/s390/block/ |
D | dasd_erp.c | 126 int success; in dasd_default_erp_postaction() local 132 success = cqr->status == DASD_CQR_DONE; in dasd_default_erp_postaction() 153 if (success) in dasd_default_erp_postaction()
|
/linux-4.1.27/fs/jbd/ |
D | recovery.c | 322 int err, success = 0; in do_one_pass() local 442 success = err; in do_one_pass() 558 if (!success) in do_one_pass() 559 success = -EIO; in do_one_pass() 563 return success; in do_one_pass()
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | api.txt | 131 Returns: 0 on success; -1 on error 189 Returns: 0 on success, -1 on error 200 Returns: vcpu fd on success, -1 on error 240 Returns: 0 on success, -1 on error 264 Returns: 0 (success), -1 (error) 275 Returns: 0 on success, -1 on error 292 Returns: 0 on success, -1 on error 322 Returns: 0 on success, -1 on error 335 Returns: 0 on success, -1 on error 363 Returns: 0 on success, -1 on error [all …]
|
/linux-4.1.27/net/mac80211/ |
D | rc80211_minstrel.c | 164 mrs->cur_prob = MINSTREL_FRAC(mrs->success, mrs->attempts); in minstrel_calc_rate_stats() 180 mrs->succ_hist += mrs->success; in minstrel_calc_rate_stats() 185 mrs->last_success = mrs->success; in minstrel_calc_rate_stats() 187 mrs->success = 0; in minstrel_calc_rate_stats() 272 int success; in minstrel_tx_status() local 274 success = !!(info->flags & IEEE80211_TX_STAT_ACK); in minstrel_tx_status() 287 mi->r[ndx].stats.success += success; in minstrel_tx_status()
|
D | rc80211_minstrel.h | 59 u16 success, last_success; member
|
D | trace.h | 1901 TP_PROTO(struct ieee80211_sub_if_data *sdata, bool success), 1903 TP_ARGS(sdata, success), 1907 __field(bool, success) 1912 __entry->success = success; 1917 VIF_PR_ARG, __entry->success
|
D | rc80211_minstrel_ht.c | 745 rate->success += info->status.ampdu_ack_len; in minstrel_ht_tx_status() 756 MINSTREL_FRAC(rate->success, rate->attempts) < in minstrel_ht_tx_status() 764 MINSTREL_FRAC(rate2->success, rate2->attempts) < in minstrel_ht_tx_status()
|
/linux-4.1.27/net/rxrpc/ |
D | ar-transport.c | 126 success: in rxrpc_get_transport() 140 goto success; in rxrpc_get_transport() 147 goto success; in rxrpc_get_transport()
|
D | ar-peer.c | 166 success: in rxrpc_get_peer() 182 goto success; in rxrpc_get_peer() 189 goto success; in rxrpc_get_peer()
|
D | af_rxrpc.c | 534 goto success; in rxrpc_setsockopt() 571 goto success; in rxrpc_setsockopt() 578 success: in rxrpc_setsockopt()
|
D | ar-connection.c | 716 success: in rxrpc_incoming_connection() 730 goto success; in rxrpc_incoming_connection() 741 goto success; in rxrpc_incoming_connection()
|
D | ar-output.c | 687 success: in rxrpc_send_data() 705 goto success; in rxrpc_send_data()
|
/linux-4.1.27/arch/x86/mm/ |
D | pat_rbtree.c | 134 goto success; in memtype_rb_check_conflict() 147 goto success; in memtype_rb_check_conflict() 156 success: in memtype_rb_check_conflict()
|
/linux-4.1.27/drivers/net/wan/ |
D | sdla.c | 763 int i=0, received, success, addr, buf_base, buf_top; in sdla_receive() local 767 success = 1; in sdla_receive() 784 success = cmd->opp_flag; in sdla_receive() 785 if (!success) in sdla_receive() 796 success = pbuf->opp_flag; in sdla_receive() 797 if (!success) in sdla_receive() 809 if (success) in sdla_receive() 820 success = 0; in sdla_receive() 824 if (success) in sdla_receive() 832 success = 0; in sdla_receive() [all …]
|
/linux-4.1.27/tools/perf/scripts/python/ |
D | sched-migration.py | 353 def wake_up(self, headers, comm, pid, success, target_cpu, fork): argument 354 if success == 0: 430 common_callchain, comm, pid, prio, success, argument 434 parser.wake_up(headers, comm, pid, success, target_cpu, 1) 438 common_callchain, comm, pid, prio, success, argument 442 parser.wake_up(headers, comm, pid, success, target_cpu, 0)
|
/linux-4.1.27/drivers/net/wireless/ti/wlcore/ |
D | event.c | 134 bool success) in wlcore_event_channel_switch() argument 140 __func__, roles_bitmap, success); in wlcore_event_channel_switch() 154 ieee80211_chswitch_done(vif, success); in wlcore_event_channel_switch()
|
D | event.h | 80 bool success);
|
/linux-4.1.27/drivers/net/ipvlan/ |
D | ipvlan_core.c | 20 unsigned int len, bool success, bool mcast) in ipvlan_count_rx() argument 25 if (likely(success)) { in ipvlan_count_rx() 259 bool success = false; in ipvlan_rcv_frame() local 276 success = true; in ipvlan_rcv_frame() 279 success = true; in ipvlan_rcv_frame() 283 ipvlan_count_rx(ipvlan, len, success, false); in ipvlan_rcv_frame()
|
/linux-4.1.27/net/netfilter/ |
D | nfnetlink.c | 279 bool success = true, done = false; in nfnetlink_rcv_batch() local 339 success = false; in nfnetlink_rcv_batch() 405 success = false; in nfnetlink_rcv_batch() 413 success = false; in nfnetlink_rcv_batch() 422 if (success && done) in nfnetlink_rcv_batch()
|
/linux-4.1.27/drivers/staging/lustre/lustre/lov/ |
D | lov_request.c | 570 int success) in lov_fini_statfs() argument 572 if (success) { in lov_fini_statfs() 606 int success) in lov_update_statfs() argument 611 if (success == 0) { in lov_update_statfs() 671 int success; in cb_statfs_update() local 679 success = atomic_read(&set->set_success); in cb_statfs_update() 699 lov_update_statfs(osfs, lov_sfs, success); in cb_statfs_update()
|
D | lov_internal.h | 225 int success); 227 int success);
|
/linux-4.1.27/drivers/media/dvb-core/ |
D | demux.h | 145 enum dmx_success success); 152 enum dmx_success success);
|
D | dvb_net.c | 764 struct dmx_ts_feed *feed, enum dmx_success success) in dvb_net_ts_callback() argument 874 enum dmx_success success) argument
|
D | dmxdev.c | 356 enum dmx_success success) in dvb_dmxdev_section_callback() argument 390 enum dmx_success success) in dvb_dmxdev_ts_callback() argument
|
/linux-4.1.27/drivers/net/wireless/ipw2x00/ |
D | libipw_tx.c | 286 goto success; in libipw_xmit() 292 goto success; in libipw_xmit() 308 goto success; in libipw_xmit() 510 success: in libipw_xmit()
|
/linux-4.1.27/drivers/power/ |
D | pmu_battery.c | 190 goto success; in pmu_bat_init() 203 success: in pmu_bat_init()
|
D | ds2760_battery.c | 576 goto success; in ds2760_battery_probe() 582 success: in ds2760_battery_probe()
|
/linux-4.1.27/arch/alpha/kernel/ |
D | perf_event.c | 160 goto success; in ev67_check_constraints() 170 goto success; in ev67_check_constraints() 180 goto success; in ev67_check_constraints() 190 goto success; in ev67_check_constraints() 197 success: in ev67_check_constraints()
|
/linux-4.1.27/tools/testing/selftests/memory-hotplug/ |
D | mem-on-off-test.sh | 88 echo $FUNCNAME $memory: unexpected success >&2 110 echo $FUNCNAME $memory: unexpected success >&2
|
/linux-4.1.27/tools/testing/selftests/cpu-hotplug/ |
D | cpu-on-off-test.sh | 102 echo $FUNCNAME $cpu: unexpected success >&2 124 echo $FUNCNAME $cpu: unexpected success >&2
|
/linux-4.1.27/include/drm/ttm/ |
D | ttm_bo_driver.h | 786 bool success; in __ttm_bo_reserve() local 790 success = ww_mutex_trylock(&bo->resv->lock); in __ttm_bo_reserve() 791 return success ? 0 : -EBUSY; in __ttm_bo_reserve()
|
/linux-4.1.27/arch/xtensa/lib/ |
D | usercopy.S | 94 movi a2, 0 # return success for len==0 146 movi a2, 0 # return success for len bytes copied 206 movi a2, 0 # return success for len bytes copied 283 movi a2, 0 # return success for len bytes copied
|
/linux-4.1.27/drivers/staging/rtl8192e/ |
D | rtllib_tx.c | 600 goto success; in rtllib_xmit_inter() 608 goto success; in rtllib_xmit_inter() 630 goto success; in rtllib_xmit_inter() 666 goto success; in rtllib_xmit_inter() 884 goto success; in rtllib_xmit_inter() 899 success: in rtllib_xmit_inter()
|
/linux-4.1.27/drivers/net/wireless/rt2x00/ |
D | rt2x00dev.c | 329 bool success; in rt2x00lib_txdone() local 377 success = in rt2x00lib_txdone() 385 rt2x00dev->link.qual.tx_success += success; in rt2x00lib_txdone() 386 rt2x00dev->link.qual.tx_failed += !success; in rt2x00lib_txdone() 424 if (success) in rt2x00lib_txdone() 443 tx_info->status.ampdu_ack_len = success ? 1 : 0; in rt2x00lib_txdone() 445 if (!success) in rt2x00lib_txdone() 450 if (success) in rt2x00lib_txdone()
|
D | rt2x00debug.c | 39 unsigned long success; member 153 intf->crypto_stats[cipher].success += (status == RX_CRYPTO_SUCCESS); in rt2x00debug_update_crypto() 408 intf->crypto_stats[i].success, in rt2x00debug_read_crypto_stats()
|
/linux-4.1.27/Documentation/ |
D | rpmsg.txt | 76 Returns 0 on success and an appropriate error value on failure. 93 Returns 0 on success and an appropriate error value on failure. 111 Returns 0 on success and an appropriate error value on failure. 123 Returns 0 on success and an appropriate error value on failure. 137 Returns 0 on success and an appropriate error value on failure. 152 Returns 0 on success and an appropriate error value on failure. 187 Returns a pointer to the endpoint on success, or NULL on error. 203 Returns 0 on success, and an appropriate error value on failure.
|
D | hwspinlock.txt | 52 - free a previously-assigned hwspinlock; returns 0 on success, or an 100 Returns 0 on success and an appropriate error code otherwise (most 110 Returns 0 on success and an appropriate error code otherwise (most 121 Returns 0 on success and an appropriate error code otherwise (most 236 Returns 0 on success, or appropriate error code on failure. 243 Returns the address of hwspinlock on success, or NULL on error (e.g. 300 return 0 on failure and 1 on success. This callback may _not_ sleep.
|
D | remoteproc.txt | 35 Returns 0 on success, and an appropriate error value otherwise. 95 On success, the new rproc is returned, and on failure, NULL. 112 Returns 0 on success and an appropriate error code otherwise. 130 Returns 0 on success and -EINVAL if @rproc isn't valid. 164 On success, 0 should be returned, and on failure, an appropriate error code. 167 On success, 0 is returned, and on failure, an appropriate error code.
|
D | percpu-rw-semaphore.txt | 18 The lock is initialized percpu_init_rwsem, it returns 0 on success and
|
D | CodeOfConflict | 10 the overall success of Linux. This development process has been proven
|
D | digsig.txt | 60 * @return: 0 on success, -EINVAL otherwise
|
D | padata.txt | 46 padata_start returns zero on success (flag set) or -EINVAL if the 121 padata_do_parallel() is zero on success, indicating that the work is in
|
D | flexible-arrays.txt | 58 will be used. The return value is zero on success, a negative error code
|
D | vme_api.txt | 147 These functions return 0 on success or an error code should the call fail. 202 These functions return 0 on success or an error code should the call fail.
|
D | pnp.txt | 118 - returns zero for success or a negative error number for failure; count
|
D | kprobes.txt | 149 If the entry_handler returns 0 (success) then a corresponding return handler 368 register_kprobe() returns 0 on success, or a negative errno otherwise. 414 register_jprobe() returns 0 on success, or a negative errno otherwise. 426 register_kretprobe() returns 0 on success, or a negative errno
|
D | parport-lowlevel.txt | 183 Zero on success, otherwise an error code. 643 0 success 812 Zero on success, in which case the coordinates are (*parport, *mux,
|
/linux-4.1.27/Documentation/watchdog/ |
D | watchdog-kernel-api.txt | 33 This routine returns zero on success and a negative errno code for failure. 125 parameter. It returns zero on success or a negative errno code for failure. 128 parameter. It returns zero on success or a negative errno code for failure. 140 parameter. It returns zero on success or a negative errno code for failure. 152 timer device. It returns 0 on success, -EINVAL for "parameter out of range" 153 and -EIO for "could not write value to the watchdog". On success this 226 This routine returns zero on success and a negative errno code for failure.
|
/linux-4.1.27/arch/x86/xen/ |
D | mmu.c | 2251 int success; in xen_exchange_memory() local 2272 success = (exchange.nr_exchanged == extents_in); in xen_exchange_memory() 2274 BUG_ON(!success && ((exchange.nr_exchanged != 0) || (rc == 0))); in xen_exchange_memory() 2275 BUG_ON(success && (rc != 0)); in xen_exchange_memory() 2277 return success; in xen_exchange_memory() 2286 int success; in xen_create_contiguous_region() local 2310 success = xen_exchange_memory(1UL << order, 0, in_frames, in xen_create_contiguous_region() 2315 if (success) in xen_create_contiguous_region() 2323 return success ? 0 : -ENOMEM; in xen_create_contiguous_region() 2331 int success; in xen_destroy_contiguous_region() local [all …]
|
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_tx.c | 628 goto success; in ieee80211_xmit() 636 goto success; in ieee80211_xmit() 650 goto success; in ieee80211_xmit() 851 goto success; in ieee80211_xmit() 866 success: in ieee80211_xmit()
|
/linux-4.1.27/kernel/trace/ |
D | trace_sched_switch.c | 29 probe_sched_wakeup(void *ignore, struct task_struct *wakee, int success) in probe_sched_wakeup() argument
|
D | ring_buffer.c | 1570 int retries, success; in rb_insert_pages() local 1588 success = 0; in rb_insert_pages() 1617 success = 1; in rb_insert_pages() 1622 if (success) in rb_insert_pages() 1628 RB_WARN_ON(cpu_buffer, !success); in rb_insert_pages() 1632 if (!success) { in rb_insert_pages() 1640 return success; in rb_insert_pages() 1645 int success; in rb_update_pages() local 1648 success = rb_insert_pages(cpu_buffer); in rb_update_pages() 1650 success = rb_remove_pages(cpu_buffer, in rb_update_pages() [all …]
|
D | trace_sched_wakeup.c | 517 probe_wakeup(void *ignore, struct task_struct *p, int success) in probe_wakeup() argument
|
/linux-4.1.27/tools/testing/selftests/rcutorture/bin/ |
D | parse-torture.sh | 99 …echo $title no success message, `grep --binary-files=text 'ver:' $file | wc -l` successful version…
|
/linux-4.1.27/arch/s390/kernel/ |
D | sclp.S | 108 # R2 = 0 on success, 1 on failure 141 # R2 = 0 on success, non-zero on failure 201 # R2 = 0 on success, 1 on failure 263 # R2 = 0 on success, 1 on failure
|
/linux-4.1.27/drivers/parport/ |
D | ieee1284_ops.c | 441 goto success; in parport_ieee1284_ecp_write_data() 473 success: in parport_ieee1284_ecp_write_data() 677 goto success; in parport_ieee1284_ecp_write_addr() 709 success: in parport_ieee1284_ecp_write_addr()
|
D | parport_serial.c | 548 int n, success = 0; in parport_register() local 595 success = 1; in parport_register() 600 card->postinit_hook (dev, card, !success); in parport_register()
|
/linux-4.1.27/tools/perf/scripts/perl/ |
D | wakeup-latency.pl | 55 $comm, $pid, $prio, $success, $target_cpu) = @_;
|
/linux-4.1.27/drivers/md/ |
D | dm-region-hash.c | 364 static void complete_resync_work(struct dm_region *reg, int success) in complete_resync_work() argument 368 rh->log->type->set_region_sync(rh->log, reg->key, success); in complete_resync_work() 661 void dm_rh_recovery_end(struct dm_region *reg, int success) in dm_rh_recovery_end() argument 666 if (success) in dm_rh_recovery_end()
|
D | dm-snap-transient.c | 56 void (*callback) (void *, int success), in transient_commit_exception() argument
|
D | dm-exception-store.h | 74 void (*callback) (void *, int success),
|
D | bitmap.h | 254 unsigned long sectors, int success, int behind);
|
D | raid1.c | 1852 int success = 0; in fix_sync_read_error() local 1868 success = 1; in fix_sync_read_error() 1875 } while (!success && d != r1_bio->read_disk); in fix_sync_read_error() 1877 if (!success) { in fix_sync_read_error() 2109 int success = 0; in fix_read_error() local 2134 success = 1; in fix_read_error() 2140 } while (!success && d != read_disk); in fix_read_error() 2142 if (!success) { in fix_read_error()
|
D | dm-snap-persistent.c | 94 void (*callback)(void *, int success); 698 void (*callback) (void *, int success), in persistent_commit_exception() argument
|
D | raid10.c | 2393 int success = 0; in fix_read_error() local 2413 success = sync_page_io(rdev, in fix_read_error() 2420 if (success) in fix_read_error() 2426 } while (!success && sl != r10_bio->read_slot); in fix_read_error() 2429 if (!success) { in fix_read_error() 4575 int success = 0; in handle_reshape_read_error() local 4581 while (!success) { in handle_reshape_read_error() 4591 success = sync_page_io(rdev, in handle_reshape_read_error() 4596 if (success) in handle_reshape_read_error() 4605 if (!success) { in handle_reshape_read_error()
|
D | bitmap.c | 1422 int success, int behind) in bitmap_endwrite() argument 1446 if (success && !bitmap->mddev->degraded && in bitmap_endwrite() 1453 if (!success && !NEEDED(*bmc)) in bitmap_endwrite()
|
/linux-4.1.27/drivers/clk/bcm/ |
D | clk-kona.c | 488 bool success; in clk_gate() local 502 success = __clk_gate(ccu, gate, enable); in clk_gate() 507 if (success) in clk_gate() 1252 bool success = true; in kona_ccu_init() local 1263 success &= __kona_clk_init(bcm_clk); in kona_ccu_init() 1268 return success; in kona_ccu_init()
|
/linux-4.1.27/fs/cifs/ |
D | cifs_dfs_ref.c | 338 goto success; in cifs_dfs_do_automount() 346 success: in cifs_dfs_do_automount()
|
D | cifs_unicode.c | 272 goto success; in cifs_strtoUTF16() 293 success: in cifs_strtoUTF16()
|
/linux-4.1.27/Documentation/virtual/kvm/devices/ |
D | vm.txt | 61 0 in case of success 85 0 in case of success
|
/linux-4.1.27/drivers/media/usb/dvb-usb/ |
D | gp8psk-fe.c | 320 goto success; in gp8psk_fe_attach() 323 success: in gp8psk_fe_attach()
|
/linux-4.1.27/arch/xtensa/include/asm/ |
D | uaccess.h | 101 .macro kernel_ok at, sp, success 103 beqz \at, \success
|
/linux-4.1.27/fs/afs/ |
D | volume.c | 92 goto success; in afs_volume_lookup() 141 success: in afs_volume_lookup()
|
D | vlocation.c | 430 goto success; in afs_vlocation_lookup() 472 success: in afs_vlocation_lookup()
|
D | dir.c | 538 goto success; in afs_lookup() 561 success: in afs_lookup()
|
/linux-4.1.27/drivers/gpu/drm/udl/ |
D | udl_main.c | 82 goto success; in udl_parse_vendor_descriptor() 88 success: in udl_parse_vendor_descriptor()
|
/linux-4.1.27/drivers/hwmon/ |
D | abituguru.c | 1464 char success = 1; in abituguru_update_device() local 1468 success = 0; in abituguru_update_device() 1490 success = 1; in abituguru_update_device() 1494 if (!success && (err == -EBUSY || err >= 0)) { in abituguru_update_device() 1502 success = 1; in abituguru_update_device() 1509 if (success) in abituguru_update_device() 1514 if (success) in abituguru_update_device()
|
/linux-4.1.27/Documentation/networking/ |
D | netdev-features.txt | 49 returns success) replaces value stored in netdev->features. 54 1. device's registration, after ndo_init returned success 59 are treated as always returning success.
|
D | fore200e.txt | 63 Feedback is welcome. Please send success stories/bug reports/
|
D | xfrm_sync.txt | 136 A response is issued back to the sender in user space to indicate success 138 In the case of success, additionally an event with
|
D | gen_stats.txt | 102 success
|
D | dns_resolver.txt | 98 The length of the result string is returned on success, and a negative
|
D | arcnet.txt | 22 Come on, be a sport! Send me a success report! 31 If you don't e-mail me about your success/failure soon, I may be forced to 172 these is not tested. If you have one, please mail the author with a success
|
/linux-4.1.27/fs/fscache/ |
D | object.c | 354 bool success; in fscache_initialise_object() local 382 success = false; in fscache_initialise_object() 386 success = true; in fscache_initialise_object() 390 if (!success) { in fscache_initialise_object()
|
/linux-4.1.27/drivers/mmc/host/ |
D | mmci.c | 919 u32 remain, success; in mmci_data_irq() local 935 success = data->blksz * data->blocks - remain; in mmci_data_irq() 938 status, success); in mmci_data_irq() 941 success -= 1; in mmci_data_irq() 950 if (success > host->variant->fifosize) in mmci_data_irq() 951 success -= host->variant->fifosize; in mmci_data_irq() 953 success = 0; in mmci_data_irq() 956 data->bytes_xfered = round_down(success, data->blksz); in mmci_data_irq()
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/ |
D | core.h | 211 bool success);
|
D | core.c | 547 bool success) in brcmf_txfinalize() argument 566 if (!success) in brcmf_txfinalize() 572 void brcmf_txcomplete(struct device *dev, struct sk_buff *txp, bool success) in brcmf_txcomplete() argument 580 if (!success) in brcmf_txcomplete() 586 brcmf_txfinalize(drvr, txp, ifidx, success); in brcmf_txcomplete()
|
D | bus.h | 208 void brcmf_txcomplete(struct device *dev, struct sk_buff *txp, bool success);
|
/linux-4.1.27/Documentation/fmc/ |
D | fmc-write-eeprom.txt | 50 [19983.414615] spec 0000:03:00.0: write_eeprom: success 73 [ 130.894567] fake-fmc: write_eeprom: success
|
D | carrier.txt | 300 * On success, 0 or positive. The value returned is the number of 301 high input bits (if no input is configured, the value for success
|
/linux-4.1.27/drivers/misc/vmw_vmci/ |
D | vmci_context.h | 173 *qp_handle_array, bool success);
|
D | vmci_context.c | 893 bool success) in vmci_ctx_rcv_notifications_release() argument 898 if (!success) { in vmci_ctx_rcv_notifications_release()
|
/linux-4.1.27/drivers/net/wireless/zd1211rw/ |
D | zd_mac.c | 449 int success = 1, retry = 1; in zd_mac_tx_status() local 456 success = !tx_status->failure; in zd_mac_tx_status() 457 retry = tx_status->retry + success; in zd_mac_tx_status() 460 if (success) { in zd_mac_tx_status() 507 int success = !tx_status->failure; in zd_mac_tx_failed() local 508 int retry = tx_status->retry + success; in zd_mac_tx_failed()
|
/linux-4.1.27/mm/ |
D | mprotect.c | 296 goto success; in mprotect_fixup() 313 success: in mprotect_fixup()
|
D | madvise.c | 108 goto success; in madvise_behavior() 125 success: in madvise_behavior()
|
D | mlock.c | 516 goto success; in mlock_fixup() 531 success: in mlock_fixup()
|
/linux-4.1.27/drivers/infiniband/hw/qib/ |
D | qib_keys.c | 70 goto success; in qib_alloc_lkey() 103 success: in qib_alloc_lkey()
|
/linux-4.1.27/Documentation/hwmon/ |
D | max197 | 34 On success, the function must return the 12-bit raw value read from the chip,
|
/linux-4.1.27/drivers/net/wireless/iwlegacy/ |
D | 3945-rs.c | 256 struct il3945_rate_scale_data *win, int success, in il3945_collect_tx_data() argument 297 if (success > 0) { in il3945_collect_tx_data() 300 success--; in il3945_collect_tx_data()
|
/linux-4.1.27/drivers/net/ethernet/intel/igb/ |
D | e1000_phy.h | 60 u32 usec_interval, bool *success);
|
/linux-4.1.27/arch/sparc/kernel/ |
D | perf_event.c | 1254 goto success; in sparc_check_constraints() 1262 goto success; in sparc_check_constraints() 1271 goto success; in sparc_check_constraints() 1278 goto success; in sparc_check_constraints() 1286 goto success; in sparc_check_constraints() 1292 success: in sparc_check_constraints()
|
D | wof.S | 360 be,a spwin_finish_up + 0x4 ! cool beans, success
|
/linux-4.1.27/tools/testing/ktest/ |
D | ktest.pl | 2489 sub success { subroutine 2954 success $i; 3362 success $i; 3495 success $i; 4011 success $i; 4045 success $i; 4348 success $i; 4368 success $i;
|
/linux-4.1.27/drivers/net/wireless/ath/carl9170/ |
D | fwcmd.h | 261 u8 success:1; member
|
D | tx.c | 477 const bool success) in carl9170_tx_status() argument 487 if (success) in carl9170_tx_status() 664 bool success = true; in __carl9170_tx_process_status() local 680 success = false; in __carl9170_tx_process_status() 686 carl9170_tx_status(ar, skb, success); in __carl9170_tx_process_status()
|
D | carl9170.h | 582 const bool success);
|
/linux-4.1.27/sound/usb/usx2y/ |
D | us122l.c | 337 bool success = false; in us122l_start() local 374 success = true; in us122l_start() 376 return success; in us122l_start()
|
/linux-4.1.27/drivers/dma/ |
D | s3c24xx-dma.c | 618 bool success; in s3c24xx_dma_phy_free() local 626 success = next->state == S3C24XX_DMA_CHAN_WAITING; in s3c24xx_dma_phy_free() 627 if (success) in s3c24xx_dma_phy_free() 632 if (!success) in s3c24xx_dma_phy_free()
|
D | amba-pl08x.c | 712 bool success; in pl08x_phy_free() local 720 success = next->state == PL08X_CHAN_WAITING; in pl08x_phy_free() 721 if (success) in pl08x_phy_free() 726 if (!success) in pl08x_phy_free()
|
/linux-4.1.27/Documentation/i2c/busses/ |
D | i2c-sis96x | 46 reports and/or success stories as well.
|
/linux-4.1.27/net/ipv6/ |
D | icmp.c | 682 bool success = false; in icmpv6_rcv() local 730 success = ping_rcv(skb); in icmpv6_rcv() 797 if (success) in icmpv6_rcv()
|
/linux-4.1.27/Documentation/arm/ |
D | kernel_user_helpers.txt | 133 r0 = success code (zero or non-zero) 225 r0 = success code (zero or non-zero)
|
/linux-4.1.27/drivers/media/usb/pvrusb2/ |
D | pvrusb2-i2c-core.c | 343 if (!rlen) goto success; in i2c_hack_cx25840() 372 success: in i2c_hack_cx25840()
|
/linux-4.1.27/drivers/net/wireless/ath/ath10k/ |
D | core.c | 738 goto success; in ath10k_core_fetch_firmware_files() 745 goto success; in ath10k_core_fetch_firmware_files() 752 goto success; in ath10k_core_fetch_firmware_files() 761 success: in ath10k_core_fetch_firmware_files()
|
/linux-4.1.27/drivers/target/ |
D | target_core_sbc.c | 324 static sense_reason_t xdreadwrite_callback(struct se_cmd *cmd, bool success, in xdreadwrite_callback() argument 389 static sense_reason_t compare_and_write_post(struct se_cmd *cmd, bool success, in compare_and_write_post() argument 415 static sense_reason_t compare_and_write_callback(struct se_cmd *cmd, bool success, in compare_and_write_callback() argument 433 if (!success && (!cmd->t_data_sg || !cmd->t_bidi_data_sg)) in compare_and_write_callback()
|
/linux-4.1.27/sound/pci/lola/ |
D | lola_mixer.c | 427 int success = 0; in lola_set_src_config() local 449 success++; in lola_set_src_config() 453 if (success) in lola_set_src_config()
|
/linux-4.1.27/net/ipv4/ |
D | icmp.c | 956 bool success; in icmp_rcv() local 1023 success = icmp_pointers[icmph->type].handler(skb); in icmp_rcv() 1025 if (success) { in icmp_rcv()
|
D | inet_connection_sock.c | 182 goto success; in inet_csk_get_port() 189 goto success; in inet_csk_get_port() 228 success: in inet_csk_get_port()
|
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/ |
D | sched.c | 720 int success = 0; in __spu_schedule() local 729 success = 1; in __spu_schedule() 733 if (success) in __spu_schedule()
|
/linux-4.1.27/arch/x86/kernel/ |
D | tsc.c | 618 goto success; in quick_pit_calibrate() 624 success: in quick_pit_calibrate()
|
/linux-4.1.27/arch/arm/kernel/ |
D | sleep.S | 115 mov r0, #0 @ return zero on success
|
/linux-4.1.27/Documentation/video4linux/cx2341x/ |
D | fw-calling.txt | 43 0=success and -1=command undefined.
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/ |
D | rs.h | 253 u64 success; member
|
D | rs.c | 703 pers->tx_stats[tbl->column][scale_index].success += successes; in rs_collect_tx_data() 1156 int attempts, success; in iwl_mvm_rs_tx_status() local 1166 success = info->status.ampdu_ack_len; in iwl_mvm_rs_tx_status() 1169 success = !!(info->flags & IEEE80211_TX_STAT_ACK); in iwl_mvm_rs_tx_status() 1173 lq_sta->pers.tx_stats[column][index].success += success; in iwl_mvm_rs_tx_status() 1176 tx_resp_hwrate, success, attempts); in iwl_mvm_rs_tx_status() 3585 stats->success, in rs_sta_dbgfs_drv_tx_stats_read()
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-script-perl.txt | 70 field:int success; 81 $comm, $pid, $prio, $success, $target_cpu) = @_;
|
/linux-4.1.27/Documentation/power/ |
D | basic-pm-debugging.txt | 211 success: 20 226 Field success means the success number of suspend to RAM, and field fail means
|
D | runtime_pm.txt | 318 success, 1 if the device's runtime PM status was already 'suspended', or 331 success, 1 if the device's runtime PM status was already 'active' or 340 success or error code if the request has not been queued up 351 item is queued up immediately); returns 0 on success, 1 if the device's PM 360 success, 1 if the device's runtime PM status was already 'active', or
|
/linux-4.1.27/drivers/media/rc/img-ir/ |
D | img-ir-hw.c | 665 goto success; in img_ir_change_protocol() 674 goto success; in img_ir_change_protocol() 679 success: in img_ir_change_protocol()
|
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/ |
D | phy.h | 60 u32 usec_interval, bool *success);
|
/linux-4.1.27/include/uapi/linux/ |
D | pkt_cls.h | 220 __u32 success; member
|
/linux-4.1.27/Documentation/device-mapper/ |
D | dm-io.txt | 65 indicate success or failure on each individual region.
|
/linux-4.1.27/net/mpls/ |
D | af_mpls.c | 101 bool success = true; in mpls_egress() local 132 success = false; in mpls_egress() 133 return success; in mpls_egress()
|
/linux-4.1.27/Documentation/video4linux/ |
D | uvcvideo.txt | 126 On success 0 is returned. On error -1 is returned and errno is set 217 On success 0 is returned. On error -1 is returned and errno is set
|
D | radiotrack.txt | 28 I did not get much success, but I learned about programming ioports under
|
/linux-4.1.27/drivers/net/ethernet/sfc/ |
D | selftest.c | 149 goto success; in efx_test_interrupts() 156 success: in efx_test_interrupts()
|
/linux-4.1.27/kernel/power/ |
D | suspend.c | 532 suspend_stats.success++; in pm_suspend()
|
D | main.c | 170 "success", suspend_stats.success, in suspend_stats_show()
|
/linux-4.1.27/drivers/iio/ |
D | industrialio-buffer.c | 583 int success = 0; in __iio_update_buffers() local 648 success = -EINVAL; in __iio_update_buffers() 727 return success; in __iio_update_buffers()
|
/linux-4.1.27/fs/cachefiles/ |
D | rdwr.c | 305 goto success; in cachefiles_read_backing_file_one() 339 success: in cachefiles_read_backing_file_one()
|
/linux-4.1.27/Documentation/isdn/ |
D | INTERFACE | 108 0 on success, else -1 125 >=0 on success, else error-code (-ENODEV etc.) 147 Length of data accepted on success, else error-code (-EINVAL on 172 Length of data accepted on success, else error-code (-EINVAL etc.) 196 Length of data on success, else error-code (-EINVAL etc.)
|
/linux-4.1.27/kernel/ |
D | auditsc.c | 1543 void __audit_syscall_exit(int success, long return_code) in __audit_syscall_exit() argument 1548 if (success) in __audit_syscall_exit() 1549 success = AUDITSC_SUCCESS; in __audit_syscall_exit() 1551 success = AUDITSC_FAILURE; in __audit_syscall_exit() 1553 context = audit_take_context(tsk, success, return_code); in __audit_syscall_exit()
|
D | signal.c | 1327 int retval, success; in __kill_pgrp_info() local 1329 success = 0; in __kill_pgrp_info() 1333 success |= !err; in __kill_pgrp_info() 1336 return success ? 0 : retval; in __kill_pgrp_info()
|
/linux-4.1.27/arch/arm/mach-omap2/ |
D | sleep44xx.S | 271 cmp r0, #0x0 @ API returns 0 on success.
|
/linux-4.1.27/Documentation/filesystems/ |
D | gfs2-uevents.txt | 42 success (or otherwise) of the operation. These uevents are generated
|
D | autofs4-mount-control.txt | 238 It returns 0 on success or the error -EINVAL if a version mismatch is 249 commands return 0 on success or one of the negative error codes if 293 the arg1 field set to descriptor of the pipe. On success the call
|
D | Locking | 314 returns zero on success. If ->invalidatepage is zero, the kernel uses 333 of zero indicates success, in which case this file can be used for 338 path after ->swap_activate() returned success.
|
/linux-4.1.27/drivers/firewire/ |
D | core-cdev.c | 1254 bool skip, free, success; in iso_resource_work() local 1295 success = channel >= 0 || bandwidth > 0; in iso_resource_work() 1308 if (r->todo == ISO_RES_REALLOC && !success && in iso_resource_work() 1320 if (todo == ISO_RES_REALLOC && success) in iso_resource_work()
|
/linux-4.1.27/drivers/media/platform/soc_camera/ |
D | sh_mobile_ceu_camera.c | 173 int i, success = 0; in sh_mobile_ceu_soft_reset() local 180 success++; in sh_mobile_ceu_soft_reset() 189 success++; in sh_mobile_ceu_soft_reset() 195 if (2 != success) { in sh_mobile_ceu_soft_reset()
|
/linux-4.1.27/drivers/scsi/isci/ |
D | port.c | 177 unsigned long success = true; in isci_port_link_up() local 216 success = false; in isci_port_link_up() 225 if (success) in isci_port_link_up()
|
/linux-4.1.27/drivers/scsi/esas2r/ |
D | esas2r_init.c | 1318 bool success = true; in esas2r_init_msgs() local 1348 success = false; in esas2r_init_msgs() 1353 return success; in esas2r_init_msgs()
|
/linux-4.1.27/Documentation/trace/ |
D | events.txt | 142 field:int success; offset:36; size:4; 145 print fmt: "task %s:%d [%d] success=%d [%03d]", REC->comm, REC->pid, 146 REC->prio, REC->success, REC->cpu
|
/linux-4.1.27/Documentation/frv/ |
D | atomic-ops.txt | 101 It simultaneously records the success or failure of the store in ICC3.Z.
|
/linux-4.1.27/drivers/crypto/ |
D | hifn_795x.c | 445 unsigned long success; member 1833 dev->success++; in hifn_clear_rings() 1916 if ((dev->prev_success == dev->success) && dev->started) in hifn_work() 1918 dev->prev_success = dev->success; in hifn_work() 1929 dev->success, dev->queue.qlen, dev->queue.max_qlen, in hifn_work()
|
/linux-4.1.27/drivers/scsi/ |
D | eata_pio.c | 441 unsigned char success = 0; in eata_pio_host_reset() local 503 if (success) { /* hmmm... */ in eata_pio_host_reset()
|
/linux-4.1.27/Documentation/crypto/ |
D | asymmetric-keys.txt | 151 The function will return 0 upon success or -EKEYREJECTED if the signature 300 negative error code should be returned. On success, 0 should be returned.
|
/linux-4.1.27/Documentation/cdrom/ |
D | cdrom-standard.tex | 341 Generally, a function returns zero on success and negative on error. A 406 This function returns 0 upon success, and a non-zero value upon 419 This function returns 0 upon success, and a non-zero value upon 452 selected disc on success, a negative value on error. Currently, only 468 necessary. The return value is 0 upon success. 509 (\eg, $CDROMSTART$) may be ignored by returning 0 (success). Other 766 This function returns zero upon success, and non-zero upon 786 success, and non-zero upon failure.
|
/linux-4.1.27/net/sched/ |
D | cls_u32.c | 989 .success = 0}; in u32_dump() 995 mark.success += cnt; in u32_dump()
|
/linux-4.1.27/drivers/vhost/ |
D | net.c | 265 static void vhost_zerocopy_callback(struct ubuf_info *ubuf, bool success) in vhost_zerocopy_callback() argument 274 vq->heads[ubuf->desc].len = success ? in vhost_zerocopy_callback()
|
/linux-4.1.27/Documentation/target/ |
D | tcmu-design.txt | 328 bool success = true; 334 if (success)
|
/linux-4.1.27/Documentation/i2c/ |
D | writing-clients | 153 handle may be used during foo_probe(). If foo_probe() reports success 388 transactions return 0 on success; the 'read' transactions return the read
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/ |
D | com.fuc | 63 // Out: $p1 clear on success (data available)
|
/linux-4.1.27/Documentation/w1/ |
D | w1.netlink | 140 (EINVAL for example) or zero in case of success.
|
/linux-4.1.27/Documentation/laptops/ |
D | asus-laptop.txt | 243 I appreciate any success or failure
|
/linux-4.1.27/Documentation/PCI/ |
D | MSI-HOWTO.txt | 195 returns zero in case of success, which indicates MSI interrupts have been 256 On success, the device is switched into MSI-X mode and the function 390 returns zero in case of success, which indicates MSI-X interrupts have been
|
/linux-4.1.27/fs/btrfs/ |
D | scrub.c | 905 int success; in scrub_handle_errored_block() local 1153 success = 1; in scrub_handle_errored_block() 1177 success = 0; in scrub_handle_errored_block() 1197 success = 0; in scrub_handle_errored_block() 1206 success = 0; in scrub_handle_errored_block() 1210 if (success && !sctx->is_dev_replace) { in scrub_handle_errored_block()
|
/linux-4.1.27/Documentation/fb/ |
D | sstfb.txt | 16 Please read the Bug section, and report any success or failure to me
|
/linux-4.1.27/Documentation/driver-model/ |
D | devres.txt | 316 pcim_enable_device() : after success, all PCI ops become managed
|
/linux-4.1.27/Documentation/development-process/ |
D | 1.Intro | 190 success of this platform; contributing code is one of the best ways to 191 help ensure that success.
|
/linux-4.1.27/scripts/kconfig/ |
D | gconf.c | 1165 gboolean success; in set_node() local 1173 FALSE, FALSE, &success); in set_node()
|
/linux-4.1.27/drivers/media/platform/coda/ |
D | coda-bit.c | 1779 int success; in coda_finish_decode() local 1803 success = val & 0x1; in coda_finish_decode() 1804 if (!success) in coda_finish_decode()
|
/linux-4.1.27/Documentation/scsi/ |
D | scsi_mid_low_api.txt | 422 * Returns 0 on success, negative errno of failure (e.g. -ENOMEM) 558 * Returns 0 on success, -1 on failure 595 * Returns value: 0 on success, -EINVAL if device not attached 614 * Returns value: 0 on success, 1 on failure (e.g. LLD busy ??) 954 * positive value indicates success and is returned to the user space. 1009 * Returns 0 on success.
|
/linux-4.1.27/drivers/usb/musb/ |
D | musb_host.c | 1974 goto success; in musb_schedule() 2050 goto success; in musb_schedule() 2059 success: in musb_schedule()
|
/linux-4.1.27/drivers/net/wireless/mwifiex/ |
D | README | 151 num_cmd_assoc_ok = <number of associate commands with success return>
|