| /linux/drivers/usb/storage/ |
| H A D | debug.c | 43 char *what = NULL; in usb_stor_show_command() local 46 case TEST_UNIT_READY: what = "TEST_UNIT_READY"; break; in usb_stor_show_command() 47 case REZERO_UNIT: what = "REZERO_UNIT"; break; in usb_stor_show_command() 48 case REQUEST_SENSE: what = "REQUEST_SENSE"; break; in usb_stor_show_command() 49 case FORMAT_UNIT: what = "FORMAT_UNIT"; break; in usb_stor_show_command() 50 case READ_BLOCK_LIMITS: what = "READ_BLOCK_LIMITS"; break; in usb_stor_show_command() 51 case REASSIGN_BLOCKS: what = "REASSIGN_BLOCKS"; break; in usb_stor_show_command() 52 case READ_6: what = "READ_6"; break; in usb_stor_show_command() 53 case WRITE_6: what = "WRITE_6"; break; in usb_stor_show_command() 54 case SEEK_6: what = "SEEK_6"; break; in usb_stor_show_command() [all …]
|
| /linux/drivers/usb/image/ |
| H A D | microtek.c | 228 char *what = NULL; in mts_show_command() local 231 case TEST_UNIT_READY: what = "TEST_UNIT_READY"; break; in mts_show_command() 232 case REZERO_UNIT: what = "REZERO_UNIT"; break; in mts_show_command() 233 case REQUEST_SENSE: what = "REQUEST_SENSE"; break; in mts_show_command() 234 case FORMAT_UNIT: what = "FORMAT_UNIT"; break; in mts_show_command() 235 case READ_BLOCK_LIMITS: what = "READ_BLOCK_LIMITS"; break; in mts_show_command() 236 case REASSIGN_BLOCKS: what = "REASSIGN_BLOCKS"; break; in mts_show_command() 237 case READ_6: what = "READ_6"; break; in mts_show_command() 238 case WRITE_6: what = "WRITE_6"; break; in mts_show_command() 239 case SEEK_6: what = "SEEK_6"; break; in mts_show_command() [all …]
|
| /linux/net/netfilter/ |
| H A D | xt_connbytes.c | 26 u_int64_t what = 0; /* initialize to make gcc happy */ in connbytes_mt() local 41 switch (sinfo->what) { in connbytes_mt() 45 what = atomic64_read(&counters[IP_CT_DIR_ORIGINAL].packets); in connbytes_mt() 48 what = atomic64_read(&counters[IP_CT_DIR_REPLY].packets); in connbytes_mt() 51 what = atomic64_read(&counters[IP_CT_DIR_ORIGINAL].packets); in connbytes_mt() 52 what += atomic64_read(&counters[IP_CT_DIR_REPLY].packets); in connbytes_mt() 59 what = atomic64_read(&counters[IP_CT_DIR_ORIGINAL].bytes); in connbytes_mt() 62 what = atomic64_read(&counters[IP_CT_DIR_REPLY].bytes); in connbytes_mt() 65 what = atomic64_read(&counters[IP_CT_DIR_ORIGINAL].bytes); in connbytes_mt() 66 what += atomic64_read(&counters[IP_CT_DIR_REPLY].bytes); in connbytes_mt() [all …]
|
| /linux/tools/testing/selftests/net/forwarding/ |
| H A D | mirror_gre_lib.sh | 44 local what=$1; shift 55 log_test "$direction $what" 65 local what=$1; shift 84 log_test "$direction $what" 110 local what=$1; shift 113 "$backward_type" "$what" 192.0.2.1 192.0.2.2 123 local what=$1; shift 127 "$what" 192.0.2.1 192.0.2.2 134 local what=$1; shift 158 log_test "$what: STP state" [all …]
|
| H A D | mirror_gre_changes.sh | 71 local what=$1; shift 90 log_test "$what: TTL change" 96 local what=$1; shift 109 log_test "$what: tunnel down/up" 116 local what=$1; shift 133 log_test "$what: egress down/up" 142 local what=$1; shift 154 log_test "$what: remote address change" 164 local what=$1; shift 183 log_test "$what: tunnel deleted" [all …]
|
| H A D | mirror_gre_vlan_bridge_1q.sh | 130 local what=$1; shift 132 full_test_span_gre_dir_vlan $tundev ingress "$vlan_match" 8 0 "$what" 133 full_test_span_gre_dir_vlan $tundev egress "$vlan_match" 0 8 "$what" 151 local what=$1; shift 170 log_test "$what: vlan forbidden at a bridge" 186 local what=$1; shift 205 log_test "$what: vlan forbidden at a bridge egress" 222 local what=$1; shift 249 log_test "$what: vlan untagged at a bridge egress" 265 local what [all...] |
| H A D | router_mpath_nh_lib.sh | 5 local what=$1; shift 48 log_test "NH stats test $what" 53 local what=$1; shift 59 nh_stats_do_test "$what" "$nh1_id" "$nh2_id" "$group_id" \ 63 nh_stats_do_test "HW $what" "$nh1_id" "$nh2_id" "$group_id" \ 70 local what=$1; shift 88 nh_stats_test_dispatch_swhw "$what" "$nh1_id" "$nh2_id" \
|
| /linux/include/trace/events/ |
| H A D | netfs.h | 290 enum netfs_read_trace what), 292 TP_ARGS(rreq, start, len, what), 300 __field(enum netfs_read_trace, what) 310 __entry->what = what; 316 __print_symbolic(__entry->what, netfs_read_traces), 324 enum netfs_rreq_trace what), 326 TP_ARGS(rreq, what), 332 __field(enum netfs_rreq_trace, what) 339 __entry->what = what; 345 __print_symbolic(__entry->what, netfs_rreq_traces), [all …]
|
| /linux/drivers/md/dm-vdo/ |
| H A D | memory-alloc.h | 16 int __must_check vdo_allocate_memory(size_t size, size_t align, const char *what, void *ptr); 41 size_t align, const char *what, void *ptr) in __vdo_do_allocation() argument 56 return vdo_allocate_memory(total_size, align, what, ptr); in __vdo_do_allocation() 110 static inline int __must_check vdo_allocate_cache_aligned(size_t size, const char *what, void *ptr) in vdo_allocate_cache_aligned() argument 112 return vdo_allocate_memory(size, L1_CACHE_BYTES, what, ptr); in vdo_allocate_cache_aligned() 124 void *__must_check vdo_allocate_memory_nowait(size_t size, const char *what); 127 const char *what, void *new_ptr); 129 int __must_check vdo_duplicate_string(const char *string, const char *what,
|
| /linux/drivers/isdn/mISDN/ |
| H A D | dsp_dtmf.c | 120 u8 what; in dsp_dtmf_goertzel_decode() local 221 what = 0; in dsp_dtmf_goertzel_decode() 279 what = 0; in dsp_dtmf_goertzel_decode() 281 what = dtmf_matrix[lowgroup][highgroup]; in dsp_dtmf_goertzel_decode() 284 if (what && (dsp_debug & DEBUG_DSP_DTMF)) in dsp_dtmf_goertzel_decode() 285 printk(KERN_DEBUG "DTMF what: %c\n", what); in dsp_dtmf_goertzel_decode() 287 if (dsp->dtmf.lastwhat != what) in dsp_dtmf_goertzel_decode() 292 if (dsp->dtmf.lastdigit != what) { in dsp_dtmf_goertzel_decode() 293 dsp->dtmf.lastdigit = what; in dsp_dtmf_goertzel_decode() 294 if (what) { in dsp_dtmf_goertzel_decode() [all …]
|
| /linux/tools/lib/python/abi/ |
| H A D | abi_regex.py | 100 def regex_append(self, what, new): argument 134 self.log.debug("%s: mapped as %s", what, search_group) 142 if what.find(self.search_string) >= 0: 146 " '%s'", what, new) 148 def get_regexes(self, what): argument 156 patches = what.split("/") 204 for what in v.get("what", []): 205 if not what.startswith("/sys"): 208 new = what 219 self.log.debug("%-90s <== %s", new, what) [all …]
|
| H A D | abi_parser.py | 79 def add_symbol(self, what, fname, ln=None, xref=None): argument 82 if what not in self.what_symbols: 83 self.what_symbols[what] = {"file": {}} 85 if fname not in self.what_symbols[what]["file"]: 86 self.what_symbols[what]["file"][fname] = [] 88 if ln and ln not in self.what_symbols[what]["file"][fname]: 89 self.what_symbols[what]["file"][fname].append(ln) 92 self.what_symbols[what]["xref"] = xref 128 self.add_symbol(what=content, fname=fdata.fname, ln=fdata.ln) 131 fdata.what.append(content.strip("\n")) [all …]
|
| /linux/drivers/ata/ |
| H A D | libata-pata-timings.c | 75 struct ata_timing *m, unsigned int what) in ata_timing_merge() argument 77 if (what & ATA_TIMING_SETUP) in ata_timing_merge() 79 if (what & ATA_TIMING_ACT8B) in ata_timing_merge() 81 if (what & ATA_TIMING_REC8B) in ata_timing_merge() 83 if (what & ATA_TIMING_CYC8B) in ata_timing_merge() 85 if (what & ATA_TIMING_ACTIVE) in ata_timing_merge() 87 if (what & ATA_TIMING_RECOVER) in ata_timing_merge() 89 if (what & ATA_TIMING_DMACK_HOLD) in ata_timing_merge() 91 if (what & ATA_TIMING_CYCLE) in ata_timing_merge() 93 if (what & ATA_TIMING_UDMA) in ata_timing_merge()
|
| /linux/drivers/block/drbd/ |
| H A D | drbd_req.h | 269 extern int __req_mod(struct drbd_request *req, enum drbd_req_event what, 275 extern void tl_restart(struct drbd_connection *connection, enum drbd_req_event what); 276 extern void _tl_restart(struct drbd_connection *connection, enum drbd_req_event what); 284 static inline int _req_mod(struct drbd_request *req, enum drbd_req_event what, in _req_mod() argument 292 rv = __req_mod(req, what, peer_device, &m); in _req_mod() 304 enum drbd_req_event what, in req_mod() argument 313 rv = __req_mod(req, what, peer_device, &m); in req_mod()
|
| /linux/drivers/gpu/drm/amd/display/include/ |
| H A D | vector.h | 74 const void *what, 88 const void *what, 115 type_t what, \ 118 return dal_vector_insert_at(vector, what, position); \ 144 type_t what, \ 147 dal_vector_set_at_index(vector, what, index); \
|
| /linux/kernel/trace/ |
| H A D | blktrace.c | 67 sector_t sector, int bytes, u64 what, in record_blktrace_event() argument 83 t->action = lower_32_bits(what); in record_blktrace_event() 95 sector_t sector, int bytes, u64 what, in record_blktrace_event2() argument 105 t2->action = what; in record_blktrace_event2() 118 u64 what, int error, u64 cgid, in relay_blktrace_event1() argument 132 record_blktrace_event(t, pid, cpu, sector, bytes, what, bt->dev, error, in relay_blktrace_event1() 138 int bytes, u64 what, int error, u64 cgid, in relay_blktrace_event2() argument 152 record_blktrace_event2(t, pid, cpu, sector, bytes, what, bt->dev, error, in relay_blktrace_event2() 158 u64 what, int error, u64 cgid, in relay_blktrace_event() argument 163 bytes, what, error, cgid, cgid_len, in relay_blktrace_event() [all …]
|
| /linux/tools/testing/selftests/drivers/net/lib/py/ |
| H A D | remote_ssh.py | 29 def deploy(self, what): argument 33 file_name = self._tmpdir + "/" + self._mktmp() + os.path.basename(what) 35 if not os.path.isabs(what): 36 what = os.path.abspath(self.dir_path + "/" + what)
|
| H A D | remote_netns.py | 18 def deploy(self, what): argument 19 if os.path.isabs(what): 20 return what 21 return os.path.abspath(self.dir_path + "/" + what)
|
| /linux/net/rxrpc/ |
| H A D | txbuf.c | 63 void rxrpc_see_txbuf(struct rxrpc_txbuf *txb, enum rxrpc_txbuf_trace what) in rxrpc_get_txbuf() argument 67 trace_rxrpc_txbuf(txb->debug_id, txb->call_debug_id, txb->seq, r, what); in rxrpc_get_txbuf() 80 void rxrpc_put_txbuf(struct rxrpc_txbuf *txb, enum rxrpc_txbuf_trace what) in rxrpc_free_txbuf() 92 trace_rxrpc_txbuf(debug_id, call_debug_id, seq, r - 1, what); in rxrpc_put_txbuf() 71 rxrpc_see_txbuf(struct rxrpc_txbuf * txb,enum rxrpc_txbuf_trace what) rxrpc_see_txbuf() argument 88 rxrpc_put_txbuf(struct rxrpc_txbuf * txb,enum rxrpc_txbuf_trace what) rxrpc_put_txbuf() argument
|
| /linux/tools/testing/selftests/drivers/net/mlxsw/ |
| H A D | qos_lib.sh | 7 local what=$1; shift 13 echo "$what $(humanize $ir) < $(humanize $min)" > /dev/stderr 22 local what=$1; shift 44 if check_rate $ir $min_ingress "$what ingress rate"; then
|
| /linux/drivers/connector/ |
| H A D | cn_proc.c | 53 __u32 what, exit_code, *ptr; in cn_filter() local 61 what = *ptr++; in cn_filter() 77 (what == PROC_EVENT_EXIT)) { in cn_filter() 82 if ((__u32)val & what) in cn_filter() 103 filter_data[0] = ((struct proc_event *)msg->data)->what; in send_msg() 131 ev->what = PROC_EVENT_FORK; in proc_fork_connector() 160 ev->what = PROC_EVENT_EXEC; in proc_exec_connector() 184 ev->what = which_id; in proc_id_connector() 222 ev->what = PROC_EVENT_SID; in proc_sid_connector() 246 ev->what = PROC_EVENT_PTRACE; in proc_ptrace_connector() [all …]
|
| /linux/fs/netfs/ |
| H A D | objects.c | 86 void netfs_get_request(struct netfs_io_request *rreq, enum netfs_rreq_ref_trace what) in netfs_get_request() argument 91 trace_netfs_rreq_ref(rreq->debug_id, r + 1, what); in netfs_get_request() 161 void netfs_put_request(struct netfs_io_request *rreq, enum netfs_rreq_ref_trace what) in netfs_put_request() argument 170 trace_netfs_rreq_ref(debug_id, r - 1, what); in netfs_put_request() 223 enum netfs_sreq_ref_trace what) in netfs_get_subrequest() argument 229 what); in netfs_get_subrequest() 245 enum netfs_sreq_ref_trace what) in netfs_put_subrequest() argument 253 trace_netfs_sreq_ref(debug_id, debug_index, r - 1, what); in netfs_put_subrequest()
|
| /linux/security/lockdown/ |
| H A D | lockdown.c | 59 static int lockdown_is_locked_down(enum lockdown_reason what) in lockdown_is_locked_down() argument 61 if (WARN(what >= LOCKDOWN_CONFIDENTIALITY_MAX, in lockdown_is_locked_down() 65 if (kernel_locked_down >= what) { in lockdown_is_locked_down() 66 if (lockdown_reasons[what]) in lockdown_is_locked_down() 68 current->comm, lockdown_reasons[what]); in lockdown_is_locked_down()
|
| /linux/tools/testing/selftests/net/netfilter/ |
| H A D | nft_flowtable.sh | 241 local what=$1 259 echo "FAIL: $what: original counter $orig_cnt exceeds expected value $max_orig, reply counter $repl_cnt" 1>&2 265 echo "FAIL: $what: reply counter $repl_cnt exceeds expected value $max_repl, original counter $orig_cnt" 1>&2 271 echo "PASS: $what" 277 local what=$1 291 local failmsg="FAIL: pmtu $pmtu: $what counters do not match, expected" 293 case "$what" in 329 echo "PASS: $what: dscp packet counters match" 337 local what=$3 340 echo "FAIL: file mismatch for $what" [all...] |
| /linux/tools/testing/selftests/wireguard/qemu/ |
| H A D | init.c | 39 static void panic(const char *what) in panic() argument 41 …31m\x1b[1m%s: %s\x1b[0m\n\n\x1b[37m\x1b[44m\x1b[1mPower off...\x1b[0m\n\n", what, strerror(errno)); in panic() 203 int what = -1; in launch_tests() local 207 what = WEXITSTATUS(status); in launch_tests() 210 what = WTERMSIG(status); in launch_tests() 212 printf("\x1b[31m\x1b[1m[-] Tests failed with %s %d! \u2639\x1b[0m\n", why, what); in launch_tests()
|