Home
last modified time | relevance | path

Searched full:could (Results 1 – 25 of 3839) sorted by relevance

12345678910>>...154

/linux/fs/btrfs/tests/
H A Dfree-space-tree-tests.c37 test_err("could not find free space info"); in __check_free_space_extents()
120 test_err("could not find free space info"); in check_free_space_extents()
136 test_err("could not convert to extents"); in check_free_space_extents()
142 test_err("could not convert to bitmaps"); in check_free_space_extents()
177 test_err("could not remove free space"); in test_remove_all()
199 test_err("could not remove free space"); in test_remove_beginning()
223 test_err("could not remove free space"); in test_remove_end()
247 test_err("could not remove free space"); in test_remove_middle()
269 test_err("could not remove free space"); in test_merge_left()
276 test_err("could not add free space"); in test_merge_left()
[all …]
/linux/tools/testing/selftests/net/forwarding/
H A Dbridge_vlan_mcast.sh56 check_err $? "Could not enable global vlan multicast snooping"
105 check_err $? "Could not join $TEST_GROUP"
133 check_err $? "Could not find vlan 10's global options"
145 check_err $? "Could not disable multicast snooping in vlan 10"
226 check_err $? "Could not find vlan 10's global options"
235 check_err $? "Could not enable querier in vlan 10"
256 check_err $? "Could not find vlan 10's global options"
271 check_err $? "Could not set mcast_igmp_version in vlan 10"
281 check_err $? "Could not set mcast_mld_version in vlan 10"
299 check_err $? "Could not find vlan 10's global options"
[all …]
/linux/drivers/iio/proximity/
H A Dirsd200.c134 dev_err(data->dev, "Could not set interrupt sources (%d)\n", in irsd200_setup()
142 dev_err(data->dev, "Could not set operation mode (%d)\n", ret); in irsd200_setup()
149 dev_err(data->dev, "Could not clear threshold count (%d)\n", in irsd200_setup()
157 dev_err(data->dev, "Could not clear status (%d)\n", ret); in irsd200_setup()
185 dev_err(data->dev, "Could not read threshold (%d)\n", ret); in irsd200_read_threshold()
226 dev_err(data->dev, "Could not write threshold (%d)\n", ret); in irsd200_write_threshold()
241 dev_err(data->dev, "Could not bulk read data (%d)\n", ret); in irsd200_read_data()
257 dev_err(data->dev, "Could not read data rate (%d)\n", ret); in irsd200_read_data_rate()
284 dev_err(data->dev, "Could not write data rate (%d)\n", ret); in irsd200_write_data_rate()
306 dev_err(data->dev, "Could not bulk read timer (%d)\n", ret); in irsd200_read_timer()
[all …]
/linux/fs/smb/server/
H A Dauth.c37 * So sec blob data in neg phase could be generated statically.
87 ksmbd_debug(AUTH, "could not crypto alloc hmacmd5\n"); in ksmbd_gen_sess_key()
101 ksmbd_debug(AUTH, "could not init hmacmd5 error %d\n", rc); in ksmbd_gen_sess_key()
109 ksmbd_debug(AUTH, "Could not update with response error %d\n", rc); in ksmbd_gen_sess_key()
115 ksmbd_debug(AUTH, "Could not generate hmacmd5 hash error %d\n", rc); in ksmbd_gen_sess_key()
142 ksmbd_debug(AUTH, "Could not set NT Hash as a key\n"); in calc_ntlmv2_hash()
148 ksmbd_debug(AUTH, "could not init hmacmd5\n"); in calc_ntlmv2_hash()
172 ksmbd_debug(AUTH, "Could not update with user\n"); in calc_ntlmv2_hash()
195 ksmbd_debug(AUTH, "Could not update with domain\n"); in calc_ntlmv2_hash()
201 ksmbd_debug(AUTH, "Could not generate md5 hash\n"); in calc_ntlmv2_hash()
[all …]
/linux/fs/smb/client/
H A Dcifsencrypt.c88 cifs_dbg(VFS, "%s: Could not update with payload\n", in __cifs_calc_signature()
100 cifs_dbg(VFS, "%s: Could not generate hash\n", __func__); in __cifs_calc_signature()
126 cifs_dbg(VFS, "%s: Could not init md5\n", __func__); in cifs_calc_signature()
133 cifs_dbg(VFS, "%s: Could not update with response\n", __func__); in cifs_calc_signature()
433 cifs_dbg(VFS, "%s: Could not set NT hash as a key, rc=%d\n", __func__, rc); in calc_ntlmv2_hash()
439 cifs_dbg(VFS, "%s: Could not init HMAC-MD5, rc=%d\n", __func__, rc); in calc_ntlmv2_hash()
459 cifs_dbg(VFS, "%s: Could not update with user, rc=%d\n", __func__, rc); in calc_ntlmv2_hash()
476 cifs_dbg(VFS, "%s: Could not update with domain, rc=%d\n", __func__, rc); in calc_ntlmv2_hash()
491 cifs_dbg(VFS, "%s: Could not update with server, rc=%d\n", __func__, rc); in calc_ntlmv2_hash()
498 cifs_dbg(VFS, "%s: Could not generate MD5 hash, rc=%d\n", __func__, rc); in calc_ntlmv2_hash()
[all …]
H A Dsmb2transport.c68 cifs_server_dbg(FYI, "%s: Could not find session 0x%llx\n", in smb2_get_sign_key()
108 "%s: Could not find channel signing key for session 0x%llx\n", in smb2_get_sign_key()
217 cifs_server_dbg(FYI, "%s: Could not find session\n", __func__); in smb2_calc_signature()
239 "%s: Could not update with response\n", in smb2_calc_signature()
246 cifs_server_dbg(VFS, "%s: Could not init sha256", __func__); in smb2_calc_signature()
263 "%s: Could not update with payload\n", in smb2_calc_signature()
307 cifs_server_dbg(VFS, "%s: Could not set with session key\n", __func__); in generate_key()
313 cifs_server_dbg(VFS, "%s: Could not init sign hmac\n", __func__); in generate_key()
319 cifs_server_dbg(VFS, "%s: Could not update with n\n", __func__); in generate_key()
325 cifs_server_dbg(VFS, "%s: Could not update with label\n", __func__); in generate_key()
[all …]
/linux/tools/testing/selftests/turbostat/
H A Dadded_perf_counters.py39 print('SKIP: Could not find perf binary, thus could not determine perf access.')
47 print(f'SKIP: Could not read {counter_name} perf counter.')
51 print(f'SKIP: Could not read {counter_name} perf counter.')
61 print('SKIP: Could not read any perf counter.')
65 print(f'WARN: Could not access all of the counters - some will be left untested')
76 print('Could not find turbostat binary')
81 print('Could not find timeout binary')
H A Dsmi_aperf_mperf.py26 print('SKIP: Could not find perf binary, thus could not determine perf access.')
34 print(f'SKIP: Could not read {counter_name} perf counter, assuming no access.')
38 print(f'SKIP: Could not read {counter_name} perf counter, assuming no access.')
87 print('Could not find turbostat binary')
92 print('Could not find timeout binary')
/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-query-dv-timings.rst57 If the timings could not be detected because there was no signal, then
59 the receiver could not lock to the signal, then ``ENOLCK`` is returned. If
60 the receiver could lock to the signal, but the format is unsupported
62 capabilities), then the driver fills in whatever timings it could find
79 No timings could be detected because no signal was found.
82 The signal was unstable and the hardware could not lock on to it.
/linux/drivers/usb/gadget/legacy/
H A Dnokia.c159 pr_debug("could not get phonet function\n"); in nokia_bind_config()
165 pr_debug("could not get obex function 0\n"); in nokia_bind_config()
171 pr_debug("could not get obex function 1\n"); in nokia_bind_config()
195 pr_debug("could not add phonet function\n"); in nokia_bind_config()
201 pr_debug("could not add obex function 0\n"); in nokia_bind_config()
207 pr_debug("could not add obex function 1\n"); in nokia_bind_config()
216 pr_debug("could not bind ecm config %d\n", status); in nokia_bind_config()
290 pr_debug("could not find phonet function\n"); in nokia_bind()
294 pr_debug("could not find obex function 1\n"); in nokia_bind()
298 pr_debug("could not find obex function 2\n"); in nokia_bind()
/linux/sound/isa/
H A Dadlib.c54 dev_err(dev, "could not create card\n"); in snd_adlib_probe()
60 dev_err(dev, "could not grab ports\n"); in snd_adlib_probe()
70 dev_err(dev, "could not create OPL\n"); in snd_adlib_probe()
76 dev_err(dev, "could not create FM\n"); in snd_adlib_probe()
82 dev_err(dev, "could not register card\n"); in snd_adlib_probe()
/linux/tools/testing/selftests/net/
H A Ddrop_monitor_tests.sh151 echo "SKIP: Could not run test without ip tool"
156 echo "SKIP: Could not run test without devlink tool"
161 echo "SKIP: Could not run test without tshark tool"
166 echo "SKIP: Could not run test without dwdump tool"
171 echo "SKIP: Could not run test without udevadm tool"
176 echo "SKIP: Could not run test without timeout tool"
181 echo "SKIP: Could not run test without mausezahn tool"
/linux/tools/testing/selftests/net/rds/
H A Drun.sh35 echo "Warning: Could not find gcov. "
48 echo "Warning: Could not find an appropriate gcov installation. \
58 echo "Warning: Could not find an appropriate gcov installation. \
128 echo "selftests: [SKIP] Could not run test without strace"
132 echo "selftests: [SKIP] Could not run test without tcpdump"
137 echo "selftests: [SKIP] Could not run test without python3"
144 echo "selftests: [SKIP] Could not run test without at least python3.9"
/linux/drivers/infiniband/hw/hfi1/
H A Ddevice.c55 pr_err("Could not add cdev for minor %d, %s (err %d)\n", in hfi1_cdev_init()
68 pr_err("Could not create device for minor %d, %s (err %d)\n", in hfi1_cdev_init()
102 pr_err("Could not allocate chrdev region (err %d)\n", -ret); in dev_init()
108 pr_err("Could not create device class (err %d)\n", -ret); in dev_init()
115 pr_err("Could not create device class for user accessible files (err %d)\n", in dev_init()
/linux/arch/arm/mach-rockchip/
H A Dplatsmp.c71 pr_err("%s: could not get reset control for core %d\n", in pmu_set_power_domain()
87 pr_err("%s: could not update power domain\n", in pmu_set_power_domain()
96 pr_err("%s: could not read power domain state\n", in pmu_set_power_domain()
176 pr_err("%s: could not get address for node %pOF\n", in rockchip_smp_prepare_sram()
234 pr_err("%s: could not find pmu dt node\n", __func__); in rockchip_smp_prepare_pmu()
241 pr_err("%s: could not map pmu registers\n", __func__); in rockchip_smp_prepare_pmu()
265 pr_err("%s: could not find sram dt node\n", __func__); in rockchip_smp_prepare_cpus()
271 pr_err("%s: could not map sram registers\n", __func__); in rockchip_smp_prepare_cpus()
299 pr_err("%s: could not map scu registers\n", __func__); in rockchip_smp_prepare_cpus()
/linux/tools/virtio/virtio-trace/
H A Dtrace-agent-rw.c51 pr_err("Could not open in_fd (CPU:%d)\n", cpu); in rw_thread_init()
60 pr_err("Could not open out_fd (CPU:%d)\n", cpu); in rw_thread_init()
68 pr_err("Could not create pipe in rw-thread(%d)\n", cpu); in rw_thread_init()
77 pr_err("Could not change pipe size in rw-thread(%d)\n", cpu); in rw_thread_init()
101 pr_err("Could not set CPU#%d affinity\n", (int)cpu_num); in bind_cpu()
185 pr_err("Could not create a rw thread(%d)\n", rw_ti->cpu_num); in rw_thread_run()
/linux/tools/testing/selftests/drivers/net/bonding/
H A Dbond-eth-type-change.sh39 check_err $? "could not create a non-ARPHRD_ETHER device (nlmon)"
44 check_err $? "could not change bond mode to active-backup"
49 check_err $? "could not enslave $devbond0 to $devbond1"
55 check_err $? "could not enslave $devbond2 to $devbond0"
/linux/include/linux/
H A Dwait.h336 * wake_up() has to be called after changing any variable that could
375 * wake_up() has to be called after changing any variable that could
402 * wake_up() has to be called after changing any variable that could
466 * wake_up() has to be called after changing any variable that could
489 * wake_up() has to be called after changing any variable that could
519 * wake_up() has to be called after changing any variable that could
574 * wake_up() has to be called after changing any variable that could
600 * wake_up() has to be called after changing any variable that could
665 * wake_up() has to be called after changing any variable that could
689 * wake_up() has to be called after changing any variable that could
[all …]
/linux/drivers/pwm/
H A Dpwm-xilinx.c11 * bad cycle. This could probably be fixed by reading TCR0 just before
221 return dev_err_probe(dev, ret, "could not read #pwm-cells\n"); in xilinx_pwm_probe()
236 "Could not create regmap\n"); in xilinx_pwm_probe()
241 "Could not read xlnx,one-timer-only\n"); in xilinx_pwm_probe()
252 "Could not read xlnx,count-width\n"); in xilinx_pwm_probe()
261 * mode to work. We could determine this from the device tree, but in xilinx_pwm_probe()
268 "Could not get clock\n"); in xilinx_pwm_probe()
278 return dev_err_probe(dev, ret, "Could not register PWM chip\n"); in xilinx_pwm_probe()
/linux/drivers/hsi/clients/
H A Dnokia-modem.c101 dev_err(dev, "Could not get gpio %d\n", i); in nokia_modem_gpio_probe()
108 dev_err(dev, "Could not get gpio name %d\n", i); in nokia_modem_gpio_probe()
170 dev_err(dev, "Could not probe GPIOs\n"); in nokia_modem_probe()
183 dev_err(dev, "Could not register ssi-protocol device\n"); in nokia_modem_probe()
194 dev_err(dev, "Could not load ssi-protocol driver (%d)\n", err); in nokia_modem_probe()
206 dev_err(dev, "Could not register cmt-speech device\n"); in nokia_modem_probe()
217 dev_err(dev, "Could not load cmt-speech driver (%d)\n", err); in nokia_modem_probe()
/linux/Documentation/networking/devlink/
H A Dindex.rst23 first, only after that RTNL lock could be taken.
28 Some objects, like linecards or port functions, could have another
35 instance lock of the nested instance could be taken.
40 devlink relationship (could be user for multiple nested instances.
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dprog_array_init.c13 if (!ASSERT_OK_PTR(skel, "could not open BPF object")) in test_prog_array_init()
19 if (!ASSERT_OK(err, "could not load BPF object")) in test_prog_array_init()
23 if (!ASSERT_OK_PTR(skel->links.entry, "could not attach BPF program")) in test_prog_array_init()
/linux/tools/testing/selftests/net/netfilter/
H A Dnft_nat.sh167 echo "SKIP: Could not add add $family dnat hook"
242 echo "SKIP: Could not add add $family dnat hook"
365 echo "SKIP: Could not add $family dnat hook"
421 echo "SKIP: Could not add add $family masquerade hook"
464 echo "ERROR: Could not flush $family nat postrouting" 1>&2
512 echo "SKIP: Could not add add $family masquerade hook"
555 echo "ERROR: Could not flush $family nat postrouting" 1>&2
601 echo "SKIP: Could not add add $family redirect hook"
629 echo "ERROR: Could not delete $family nat table" 1>&2
676 echo "SKIP: Could not add add $family redirect hook"
[all …]
/linux/drivers/net/wireless/ath/ar5523/
H A Dar5523.c282 ar5523_err(ar, "could not send command 0x%x, error=%d\n", in ar5523_cmd()
323 ar5523_err(ar, "could not write register 0x%02x\n", reg); in ar5523_config()
341 ar5523_err(ar, "could not write %d bytes to register 0x%02x\n", in ar5523_config_multi()
356 ar5523_err(ar, "could not read EEPROM offset 0x%02x\n", which); in ar5523_get_status()
370 ar5523_err(ar, "could not read capability %u\n", cap); in ar5523_get_capability()
505 ar5523_err(ar, "could not set chan, error %d\n", error); in ar5523_switch_chan()
512 ar5523_err(ar, "could not reset Tx queues, error %d\n", in ar5523_switch_chan()
519 ar5523_err(ar, "could not init wme, error %d\n", error); in ar5523_switch_chan()
648 ar5523_err(ar, "could not allocate rx skbuff\n"); in ar5523_rx_refill_work()
990 ar5523_err(ar, "could not query stats, error %d\n", error); in ar5523_stat_work()
[all …]
/linux/drivers/platform/x86/
H A Dtoshiba_bluetooth.c96 pr_err("Could not get Bluetooth device status\n"); in toshiba_bluetooth_status()
109 pr_err("Could not attach USB Bluetooth device\n"); in toshiba_bluetooth_enable()
115 pr_err("Could not power ON Bluetooth device\n"); in toshiba_bluetooth_enable()
128 pr_err("Could not power OFF Bluetooth device\n"); in toshiba_bluetooth_disable()
134 pr_err("Could not detach USB Bluetooth device\n"); in toshiba_bluetooth_disable()
148 pr_err("Could not sync bluetooth device status\n"); in toshiba_bluetooth_sync_status()

12345678910>>...154