/kernel/linux/linux-6.6/net/qrtr/ |
H A D | af_qrtr.c | 141 * @resume_tx: waiters for a resume tx from the remote 155 int type, struct sockaddr_qrtr *from, 158 int type, struct sockaddr_qrtr *from, 341 int type, struct sockaddr_qrtr *from, in qrtr_node_enqueue() 357 hdr->src_node_id = cpu_to_le32(from->sq_node); in qrtr_node_enqueue() 358 hdr->src_port_id = cpu_to_le32(from->sq_port); in qrtr_node_enqueue() 650 /* Wake up any transmitters waiting for resume-tx from the node */ in qrtr_endpoint_unregister() 849 int type, struct sockaddr_qrtr *from, in qrtr_local_enqueue() 864 cb->src_node = from->sq_node; in qrtr_local_enqueue() 865 cb->src_port = from in qrtr_local_enqueue() 340 qrtr_node_enqueue(struct qrtr_node *node, struct sk_buff *skb, int type, struct sockaddr_qrtr *from, struct sockaddr_qrtr *to) qrtr_node_enqueue() argument 848 qrtr_local_enqueue(struct qrtr_node *node, struct sk_buff *skb, int type, struct sockaddr_qrtr *from, struct sockaddr_qrtr *to) qrtr_local_enqueue() argument 879 qrtr_bcast_enqueue(struct qrtr_node *node, struct sk_buff *skb, int type, struct sockaddr_qrtr *from, struct sockaddr_qrtr *to) qrtr_bcast_enqueue() argument [all...] |
/kernel/linux/linux-6.6/mm/ |
H A D | nommu.c | 86 * If the allocator sets PageSlab, we know the pointer came from in kobjsize() 216 * Allocate enough pages to cover @size from the page level 235 * Allocate enough pages to cover @size from the page level 253 * Allocate enough pages to cover @size from the page level 270 * Allocate enough pages to cover @size from the page level 287 * Allocate enough 32bit PA addressable pages to cover @size from the 485 * delete a region from the global tree 499 static void free_page_series(unsigned long from, unsigned long to) in free_page_series() argument 501 for (; from < to; from in free_page_series() 1386 vmi_shrink_vma(struct vma_iterator *vmi, struct vm_area_struct *vma, unsigned long from, unsigned long to) vmi_shrink_vma() argument [all...] |
/third_party/curl/lib/ |
H A D | smtp.c | 205 * also detects various capabilities from the EHLO response including the 249 * Gets the authentication message from the response buffer. 308 infof(data, "SMTP %p state change from %s to %s", in smtp_state() 599 char *from = NULL; in smtp_perform_mail() local 630 from = aprintf("<%s@%s>", address, host.name); in smtp_perform_mail() 637 from = aprintf("<%s>", address); in smtp_perform_mail() 643 from = strdup("<>"); in smtp_perform_mail() 645 if(!from) in smtp_perform_mail() 659 free(from); in smtp_perform_mail() 687 free(from); in smtp_perform_mail() [all...] |
/third_party/pulseaudio/src/pulse/ |
H A D | ohos_pa_volume.c | 599 pa_cvolume *pa_cvolume_remap(pa_cvolume *v, const pa_channel_map *from, const pa_channel_map *to) { in pa_cvolume_remap() argument 604 pa_assert(from); in pa_cvolume_remap() 608 pa_return_val_if_fail(pa_cvolume_compatible_with_channel_map(v, from), NULL); in pa_cvolume_remap() 610 if (pa_channel_map_equal(from, to)) in pa_cvolume_remap() 619 for (a = 0; a < from->channels; a++) in pa_cvolume_remap() 620 if (from->map[a] == to->map[b]) { in pa_cvolume_remap() 626 for (a = 0; a < from->channels; a++) in pa_cvolume_remap() 627 if ((on_left(from->map[a]) && on_left(to->map[b])) || in pa_cvolume_remap() 628 (on_right(from->map[a]) && on_right(to->map[b])) || in pa_cvolume_remap() 629 (on_center(from in pa_cvolume_remap() [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/apple/ |
H A D | RewriteRowMajorMatrices.cpp | 31 // The copy-from and copy-to functions copying from a struct to its converted version and back. 40 // The field is row major if either explicitly specified as such, or if it inherits it from the in DoesFieldContainRowMajorMatrix() 77 void CopyArraySizes(const TType *from, TType *to) in CopyArraySizes() argument 79 if (from->isArray()) in CopyArraySizes() 81 to->makeArrays(from->getArraySizes()); in CopyArraySizes() 365 // 3. When read from, the following transformations are applied: 810 // If expression is on the right of assignment, it's being read from. in determineAccess() 1001 // At the end, we can determine if the expression is being read from or written to (or both, in transformExpression() 1004 // "read from" in transformExpression() 1409 addFieldCopy(TIntermBlock *body, TIntermTyped *to, TIntermTyped *from, bool isCopyToOriginal) addFieldCopy() argument 1437 declareStructCopy(const TStructure *from, const TStructure *to, bool isCopyToOriginal) declareStructCopy() argument [all...] |
/third_party/jerryscript/tests/jerry/fail/ |
H A D | module-035.js | 16 import { a } from "../es2015/module-export-fail-test.js";
|
H A D | module-033.js | 17 import { a } from "../es2015/module-export-fail-test.js";
|
H A D | module-015.js | 18 import { c } from "../es2015/module-export-01.js";
|
/third_party/typescript/tests/baselines/reference/ |
H A D | exportAssignmentWithoutAllowSyntheticDefaultImportsError.js | 8 import bar from './bar';
|
H A D | pathMappingBasedModuleResolution_withExtension_MapedToNodeModules.js | 7 import foobar from "foo/bar/foobar.js";
|
H A D | es6ExportAssignment2.js | 8 import * as a from "a";
|
H A D | importCallExpressionIncorrect2.js | 7 var x = import { foo } from './0';
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | syscalls.h | 13 long ksys_ioperm(unsigned long from, unsigned long num, int turn_on);
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | syscalls.h | 13 long ksys_ioperm(unsigned long from, unsigned long num, int turn_on);
|
/foundation/arkui/ace_engine/frameworks/core/components/list/ |
H A D | render_list.cpp | 446 bool RenderList::RecycleByRange(int32_t from, int32_t to) in RecycleByRange() argument 448 if (!recycleByRange_ || from < 0 || from > to) { in RecycleByRange() 452 bool success = recycleByRange_(from, to); in RecycleByRange() 453 if (success && from >= 0) { in RecycleByRange() 454 for (int32_t i = from; i <= to; i++) { in RecycleByRange() 495 // recycle from [start to head] index. 503 // recycle from [tail to end] index.
|
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | traps.c | 65 void dump_backtrace_entry(unsigned long where, unsigned long from, in dump_backtrace_entry() argument 76 * case, we can load the address of the other stack from the in dump_backtrace_entry() 84 printk("%sFunction entered at [<%08lx>] from [<%08lx>]\n", in dump_backtrace_entry() 85 loglvl, where, from); in dump_backtrace_entry() 87 printk("%s[<%08lx>] (%ps) from [<%08lx>] (%pS)\n", in dump_backtrace_entry() 88 loglvl, where, (void *)where, from, (void *)from); in dump_backtrace_entry() 90 printk("%s %ps from %pS\n", loglvl, (void *)where, (void *)from); in dump_backtrace_entry() 93 if (in_entry_text(from) in dump_backtrace_entry() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/ |
H A D | bitfield.h | 21 * of the quantities that we deal with are DMAed to/from host memory, 109 * Extract bit field portion [low,high) from the native-endian element 130 * Extract bit field portion [low,high) from the 64-bit little-endian 137 * Extract bit field portion [low,high) from the 32-bit little-endian 427 #define EF4_AND_OWORD(oword, from, mask) \ 429 (oword).u64[0] = (from).u64[0] & (mask).u64[0]; \ 430 (oword).u64[1] = (from).u64[1] & (mask).u64[1]; \ 433 #define EF4_OR_OWORD(oword, from, mask) \ 435 (oword).u64[0] = (from).u64[0] | (mask).u64[0]; \ 436 (oword).u64[1] = (from) [all...] |
/kernel/linux/linux-5.10/drivers/s390/char/ |
H A D | sclp_vt220.c | 63 /* Lock to protect internal data from concurrent access */ 130 /* Move request from outqueue to empty queue */ in sclp_vt220_process_queue() 316 int from; in sclp_vt220_add_msg() local 329 for (from=0, to=0; in sclp_vt220_add_msg() 330 (from < count) && (to < sclp_vt220_space_left(request)); in sclp_vt220_add_msg() 331 from++) { in sclp_vt220_add_msg() 333 c = msg[from]; in sclp_vt220_add_msg() 347 return from; in sclp_vt220_add_msg() 394 * from memory at BUF 467 * characters to the tty device. The characters may come from [all...] |
/kernel/linux/linux-5.10/net/sctp/ |
H A D | diag.c | 97 struct sctp_transport *from; in inet_diag_msg_sctpaddrs_fill() local 107 list_for_each_entry(from, &asoc->peer.transport_addr_list, in inet_diag_msg_sctpaddrs_fill() 109 memcpy(info, &from->ipaddr, sizeof(from->ipaddr)); in inet_diag_msg_sctpaddrs_fill() 110 memset(info + sizeof(from->ipaddr), 0, in inet_diag_msg_sctpaddrs_fill() 111 addrlen - sizeof(from->ipaddr)); in inet_diag_msg_sctpaddrs_fill() 500 * 5 : to save the sk we get from travelsing the tsp list. in sctp_diag_dump()
|
/kernel/linux/linux-5.10/sound/soc/sof/ |
H A D | debug.c | 74 static int tokenize_input(const char __user *from, size_t count, in tokenize_input() argument 84 ret = simple_write_to_buffer(buf, count, ppos, from, count); in tokenize_input() 138 const char __user *from, size_t count, loff_t *ppos) in probe_points_write() 152 ret = tokenize_input(from, count, ppos, &tkns, &num_tkns); in probe_points_write() 179 const char __user *from, size_t count, loff_t *ppos) in probe_points_remove_write() 192 ret = tokenize_input(from, count, ppos, &tkns, &num_tkns); in probe_points_remove_write() 497 * If the DSP is active: copy from IO. in sof_dfsentry_read() 499 * - Copy from IO if the memory is always accessible. in sof_dfsentry_read() 500 * - Otherwise, copy from cached buffer. in sof_dfsentry_read() 137 probe_points_write(struct file *file, const char __user *from, size_t count, loff_t *ppos) probe_points_write() argument 178 probe_points_remove_write(struct file *file, const char __user *from, size_t count, loff_t *ppos) probe_points_remove_write() argument
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | smb2misc.c | 135 /* length of negcontexts including pad from end of sec blob to them */ in get_neg_ctxt_len() 303 * area and the offset to it (from the beginning of the smb are also returned. 392 /* return pointer to beginning of data area, ie offset from SMB start */ in smb2_get_data_area_len() 407 int offset; /* the offset from the beginning of SMB to data area */ in smb2_calc_size() 446 cifs_convert_path_to_utf16(const char *from, struct cifs_sb_info *cifs_sb) in cifs_convert_path_to_utf16() argument 461 if (from[0] == '\\') in cifs_convert_path_to_utf16() 462 start_of_path = from + 1; in cifs_convert_path_to_utf16() 467 (from[0] == '/')) { in cifs_convert_path_to_utf16() 468 start_of_path = from + 1; in cifs_convert_path_to_utf16() 470 start_of_path = from; in cifs_convert_path_to_utf16() [all...] |
/kernel/linux/linux-5.10/fs/ecryptfs/ |
H A D | main.c | 48 * for a response from ecryptfsd. The actual sleep time will be, more than 57 "sleep while waiting for a message response from " 283 sig_src = args[0].from; in ecryptfs_parse_options() 295 cipher_name_src = args[0].from; in ecryptfs_parse_options() 305 cipher_key_bytes_src = args[0].from; in ecryptfs_parse_options() 328 fnek_src = args[0].from; in ecryptfs_parse_options() 350 fn_cipher_name_src = args[0].from; in ecryptfs_parse_options() 360 fn_cipher_key_bytes_src = args[0].from; in ecryptfs_parse_options()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/falcon/ |
H A D | bitfield.h | 21 * of the quantities that we deal with are DMAed to/from host memory, 109 * Extract bit field portion [low,high) from the native-endian element 130 * Extract bit field portion [low,high) from the 64-bit little-endian 137 * Extract bit field portion [low,high) from the 32-bit little-endian 427 #define EF4_AND_OWORD(oword, from, mask) \ 429 (oword).u64[0] = (from).u64[0] & (mask).u64[0]; \ 430 (oword).u64[1] = (from).u64[1] & (mask).u64[1]; \ 433 #define EF4_OR_OWORD(oword, from, mask) \ 435 (oword).u64[0] = (from).u64[0] | (mask).u64[0]; \ 436 (oword).u64[1] = (from) [all...] |
/kernel/linux/linux-6.6/fs/ecryptfs/ |
H A D | main.c | 48 * for a response from ecryptfsd. The actual sleep time will be, more than 57 "sleep while waiting for a message response from " 283 sig_src = args[0].from; in ecryptfs_parse_options() 295 cipher_name_src = args[0].from; in ecryptfs_parse_options() 305 cipher_key_bytes_src = args[0].from; in ecryptfs_parse_options() 328 fnek_src = args[0].from; in ecryptfs_parse_options() 350 fn_cipher_name_src = args[0].from; in ecryptfs_parse_options() 360 fn_cipher_key_bytes_src = args[0].from; in ecryptfs_parse_options()
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | smb2misc.c | 131 /* length of negcontexts including pad from end of sec blob to them */ in get_neg_ctxt_len() 311 * area and the offset to it (from the beginning of the smb are also returned. 400 /* return pointer to beginning of data area, ie offset from SMB start */ in smb2_get_data_area_len() 415 int offset; /* the offset from the beginning of SMB to data area */ in smb2_calc_size() 454 cifs_convert_path_to_utf16(const char *from, struct cifs_sb_info *cifs_sb) in cifs_convert_path_to_utf16() argument 469 if (from[0] == '\\') in cifs_convert_path_to_utf16() 470 start_of_path = from + 1; in cifs_convert_path_to_utf16() 475 (from[0] == '/')) { in cifs_convert_path_to_utf16() 476 start_of_path = from + 1; in cifs_convert_path_to_utf16() 478 start_of_path = from; in cifs_convert_path_to_utf16() [all...] |