Home
last modified time | relevance | path

Searched refs:what (Results 1 – 25 of 1938) sorted by relevance

12345678910>>...78

/OK3568_Linux_fs/kernel/drivers/usb/storage/
H A Ddebug.c44 char *what = NULL; in usb_stor_show_command() local
47 case TEST_UNIT_READY: what = "TEST_UNIT_READY"; break; in usb_stor_show_command()
48 case REZERO_UNIT: what = "REZERO_UNIT"; break; in usb_stor_show_command()
49 case REQUEST_SENSE: what = "REQUEST_SENSE"; break; in usb_stor_show_command()
50 case FORMAT_UNIT: what = "FORMAT_UNIT"; break; in usb_stor_show_command()
51 case READ_BLOCK_LIMITS: what = "READ_BLOCK_LIMITS"; break; in usb_stor_show_command()
52 case REASSIGN_BLOCKS: what = "REASSIGN_BLOCKS"; break; in usb_stor_show_command()
53 case READ_6: what = "READ_6"; break; in usb_stor_show_command()
54 case WRITE_6: what = "WRITE_6"; break; in usb_stor_show_command()
55 case SEEK_6: what = "SEEK_6"; break; in usb_stor_show_command()
[all …]
/OK3568_Linux_fs/kernel/scripts/
H A Dget_abi.pl81 $data{$nametag}->{what} = "File $name";
91 my $what;
132 $what .= ", " . $content;
134 if ($what) {
135 …parse_error($file, $ln, "What '$what' doesn't have a description", "") if (!$data{$what}->{descrip…
137 foreach my $w(split /, /, $what) {
138 $symbols{$w}->{xref} = $what;
142 $what = $content;
149 push @{$data{$nametag}->{symbols}}, $content if ($data{$nametag}->{what});
157 @{$data{$what}->{label_list}} = @labels if ($data{$nametag}->{what});
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/image/
H A Dmicrotek.c224 char *what = NULL; in mts_show_command() local
227 case TEST_UNIT_READY: what = "TEST_UNIT_READY"; break; in mts_show_command()
228 case REZERO_UNIT: what = "REZERO_UNIT"; break; in mts_show_command()
229 case REQUEST_SENSE: what = "REQUEST_SENSE"; break; in mts_show_command()
230 case FORMAT_UNIT: what = "FORMAT_UNIT"; break; in mts_show_command()
231 case READ_BLOCK_LIMITS: what = "READ_BLOCK_LIMITS"; break; in mts_show_command()
232 case REASSIGN_BLOCKS: what = "REASSIGN_BLOCKS"; break; in mts_show_command()
233 case READ_6: what = "READ_6"; break; in mts_show_command()
234 case WRITE_6: what = "WRITE_6"; break; in mts_show_command()
235 case SEEK_6: what = "SEEK_6"; break; in mts_show_command()
[all …]
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dxt_connbytes.c26 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 …]
/OK3568_Linux_fs/kernel/drivers/isdn/mISDN/
H A Ddsp_dtmf.c120 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 …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/parsedate/
H A Dparsedate.cpp335 const char * const *what; in checkday() local
338 what = &weekday[0]; in checkday()
340 what = &wkday[0]; in checkday()
342 if(raw_equal(check, what[0])) { in checkday()
346 what++; in checkday()
354 const char * const *what; in checkmonth() local
357 what = &month[0]; in checkmonth()
359 if(raw_equal(check, what[0])) { in checkmonth()
363 what++; in checkmonth()
374 const struct tzinfo *what; in checktz() local
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/rts5208/
H A Drtsx_scsi.c25 char *what = NULL; in scsi_show_command() local
31 what = "TEST_UNIT_READY"; in scsi_show_command()
34 what = "REZERO_UNIT"; in scsi_show_command()
37 what = "REQUEST_SENSE"; in scsi_show_command()
40 what = "FORMAT_UNIT"; in scsi_show_command()
43 what = "READ_BLOCK_LIMITS"; in scsi_show_command()
46 what = "REASSIGN_BLOCKS"; in scsi_show_command()
49 what = "READ_6"; in scsi_show_command()
52 what = "WRITE_6"; in scsi_show_command()
55 what = "SEEK_6"; in scsi_show_command()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/core/
H A Dmeta_grammar.hpp40 typedef meta_grammar::impl<Expr, State, Data> what; typedef
42 typedef typename what::result_type result_type;
50 return what()(e, s, d); in operator ()()
64 what; typedef
66 typedef typename what::result_type result_type;
74 return what()(e, phoenix::env(s), actions(s)); in operator ()()
88 what; typedef
90 typedef typename what::result_type result_type;
98 return what()(e, phoenix::env(s), actions(s)); in operator ()()
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/forwarding/
H A Dmirror_gre_vlan_bridge_1q.sh130 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 ($tcflags)"
186 local what=$1; shift
205 log_test "$what: vlan forbidden at a bridge egress ($tcflags)"
221 local what=$1; shift
248 log_test "$what: vlan untagged at a bridge egress ($tcflags)"
264 local what=$1; shift
[all …]
H A Dmirror_gre_changes.sh71 local what=$1; shift
89 log_test "$what: TTL change ($tcflags)"
95 local what=$1; shift
108 log_test "$what: tunnel down/up ($tcflags)"
115 local what=$1; shift
132 log_test "$what: egress down/up ($tcflags)"
141 local what=$1; shift
153 log_test "$what: remote address change ($tcflags)"
163 local what=$1; shift
182 log_test "$what: tunnel deleted ($tcflags)"
[all …]
H A Dmirror_gre_lib.sh32 local what=$1; shift
43 log_test "$direction $what ($tcflags)"
53 local what=$1; shift
72 log_test "$direction $what ($tcflags)"
104 local what=$1; shift
124 log_test "$what: STP state ($tcflags)"
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/
H A Dinfo.hpp91 void operator()(info const& what) const in operator ()()
94 this_type(callback, what.tag, depth+1), what.value); in operator ()()
109 BOOST_FOREACH(info const& what, l) in operator ()()
112 this_type(callback, what.tag, depth+1), what.value); in operator ()()
150 Out& operator<<(Out& out, info const& what) in operator <<() argument
153 basic_info_walker<simple_printer<Out> > walker(pr, what.tag, 0); in operator <<()
154 boost::apply_visitor(walker, what.value); in operator <<()
/OK3568_Linux_fs/kernel/include/net/
H A Dinet_connection_sock.h199 static inline void inet_csk_clear_xmit_timer(struct sock *sk, const int what) in inet_csk_clear_xmit_timer() argument
203 if (what == ICSK_TIME_RETRANS || what == ICSK_TIME_PROBE0) { in inet_csk_clear_xmit_timer()
208 } else if (what == ICSK_TIME_DACK) { in inet_csk_clear_xmit_timer()
222 static inline void inet_csk_reset_xmit_timer(struct sock *sk, const int what, in inet_csk_reset_xmit_timer() argument
230 sk, what, when, (void *)_THIS_IP_); in inet_csk_reset_xmit_timer()
234 if (what == ICSK_TIME_RETRANS || what == ICSK_TIME_PROBE0 || in inet_csk_reset_xmit_timer()
235 what == ICSK_TIME_EARLY_RETRANS || what == ICSK_TIME_LOSS_PROBE || in inet_csk_reset_xmit_timer()
236 what == ICSK_TIME_REO_TIMEOUT) { in inet_csk_reset_xmit_timer()
237 icsk->icsk_pending = what; in inet_csk_reset_xmit_timer()
240 } else if (what == ICSK_TIME_DACK) { in inet_csk_reset_xmit_timer()
/OK3568_Linux_fs/kernel/drivers/ata/
H A Dlibata-pata-timings.c75 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()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/detail/
H A Dwhat_function.hpp24 : what(what_), context(context_) in what_function()
26 what.value = std::list<info>(); in what_function()
35 boost::get<std::list<info> >(what.value). in operator ()()
36 push_back(component.what(context)); in operator ()()
39 info& what; member
/OK3568_Linux_fs/kernel/drivers/ide/
H A Dide-timings.c110 struct ide_timing *m, unsigned int what) in ide_timing_merge() argument
112 if (what & IDE_TIMING_SETUP) in ide_timing_merge()
114 if (what & IDE_TIMING_ACT8B) in ide_timing_merge()
116 if (what & IDE_TIMING_REC8B) in ide_timing_merge()
118 if (what & IDE_TIMING_CYC8B) in ide_timing_merge()
120 if (what & IDE_TIMING_ACTIVE) in ide_timing_merge()
122 if (what & IDE_TIMING_RECOVER) in ide_timing_merge()
124 if (what & IDE_TIMING_CYCLE) in ide_timing_merge()
126 if (what & IDE_TIMING_UDMA) in ide_timing_merge()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/include/
H A Dvector.h74 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); \
/OK3568_Linux_fs/kernel/drivers/block/drbd/
H A Ddrbd_req.h283 extern int __req_mod(struct drbd_request *req, enum drbd_req_event what,
288 extern void tl_restart(struct drbd_connection *connection, enum drbd_req_event what);
289 extern void _tl_restart(struct drbd_connection *connection, enum drbd_req_event what);
297 static inline int _req_mod(struct drbd_request *req, enum drbd_req_event what) in _req_mod() argument
304 rv = __req_mod(req, what, &m); in _req_mod()
316 enum drbd_req_event what) in req_mod() argument
324 rv = __req_mod(req, what, &m); in req_mod()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/protozero/1.5.2/include/protozero/
H A Dexception.hpp32 const char* what() const noexcept override { return "pbf exception"; } in what() function
41 const char* what() const noexcept override { return "varint too long exception"; } in what() function
50 const char* what() const noexcept override { return "unknown pbf field type exception"; } in what() function
63 const char* what() const noexcept override { return "end of buffer exception"; } in what() function
/OK3568_Linux_fs/u-boot/examples/standalone/
H A Dsmc91111_eeprom.c37 int c, i, j, done, line, reg, value, start, what; in smc91111_eeprom() local
61 what = UNKNOWN; in smc91111_eeprom()
150 what = EEPROM; in smc91111_eeprom()
153 what = MAC; in smc91111_eeprom()
156 what = UNKNOWN; in smc91111_eeprom()
183 what = UNKNOWN; in smc91111_eeprom()
196 switch (what) { in smc91111_eeprom()
/OK3568_Linux_fs/kernel/tools/testing/selftests/wireguard/qemu/
H A Dinit.c37 static void panic(const char *what) in panic() argument
39 …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()
208 int what = -1; in launch_tests() local
212 what = WEXITSTATUS(status); in launch_tests()
215 what = WTERMSIG(status); in launch_tests()
217 printf("\x1b[31m\x1b[1m[-] Tests failed with %s %d! \u2639\x1b[0m\n", why, what); in launch_tests()
/OK3568_Linux_fs/kernel/security/lockdown/
H A Dlockdown.c86 static int lockdown_is_locked_down(enum lockdown_reason what) in lockdown_is_locked_down() argument
88 if (WARN(what >= LOCKDOWN_CONFIDENTIALITY_MAX, in lockdown_is_locked_down()
92 if (kernel_locked_down >= what) { in lockdown_is_locked_down()
93 if (lockdown_reasons[what]) in lockdown_is_locked_down()
95 current->comm, lockdown_reasons[what]); in lockdown_is_locked_down()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/core/
H A Dexception.hpp36 virtual char const* what() const throw() in what() function in boost::geometry::exception
55 virtual char const* what() const throw() in what() function in boost::geometry::invalid_input_exception
80 virtual char const* what() const throw() in what() function in boost::geometry::empty_input_exception
/OK3568_Linux_fs/kernel/tools/testing/selftests/drivers/net/mlxsw/
H A Dmirror_gre.sh116 local what=$1; shift
129 log_test "$what: no offload on TTL of inherit ($tcflags)"
136 local what=$1; shift
148 log_test "$what: no offload on a fixed TOS ($tcflags)"
155 local what=$1; shift
167 log_test "$what: should_fail=$should_fail ($tcflags)"
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dblktrace.c185 static int act_log_check(struct blk_trace *bt, u32 what, sector_t sector, in act_log_check() argument
188 if (((bt->act_mask << BLK_TC_SHIFT) & what) == 0) in act_log_check()
216 int op, int op_flags, u32 what, int error, int pdu_len, in __blk_add_trace() argument
233 what |= ddir_act[op_is_write(op) ? WRITE : READ]; in __blk_add_trace()
234 what |= MASK_TC_BIT(op_flags, SYNC); in __blk_add_trace()
235 what |= MASK_TC_BIT(op_flags, RAHEAD); in __blk_add_trace()
236 what |= MASK_TC_BIT(op_flags, META); in __blk_add_trace()
237 what |= MASK_TC_BIT(op_flags, PREFLUSH); in __blk_add_trace()
238 what |= MASK_TC_BIT(op_flags, FUA); in __blk_add_trace()
240 what |= BLK_TC_ACT(BLK_TC_DISCARD); in __blk_add_trace()
[all …]

12345678910>>...78