/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | page.h | 56 static inline void copy_page(void *to, void *from) in copy_page() argument 60 register void *reg4 asm ("4") = from; in copy_page() 69 #define copy_user_page(to, from, vaddr, pg) copy_page(to, from)
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | page.h | 58 static inline void copy_page(void *to, void *from) in copy_page() argument 64 src.even = (unsigned long) from; in copy_page() 74 #define copy_user_page(to, from, vaddr, pg) copy_page(to, from)
|
/kernel/linux/linux-5.10/drivers/mtd/hyperbus/ |
H A D | hyperbus-core.c | 41 unsigned long from, ssize_t len) in hyperbus_copy_from() 46 ctlr->ops->copy_from(hbdev, to, from, len); in hyperbus_copy_from() 50 const void *from, ssize_t len) in hyperbus_copy_to() 55 ctlr->ops->copy_to(hbdev, to, from, len); in hyperbus_copy_to() 40 hyperbus_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) hyperbus_copy_from() argument 49 hyperbus_copy_to(struct map_info *map, unsigned long to, const void *from, ssize_t len) hyperbus_copy_to() argument
|
/kernel/linux/linux-5.10/drivers/mtd/maps/ |
H A D | physmap-gemini.c | 103 void *to, unsigned long from, in gemini_flash_map_copy_from() 107 inline_map_copy_from(map, to, from, len); in gemini_flash_map_copy_from() 113 const void *from, ssize_t len) in gemini_flash_map_copy_to() 116 inline_map_copy_to(map, to, from, len); in gemini_flash_map_copy_to() 102 gemini_flash_map_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) gemini_flash_map_copy_from() argument 111 gemini_flash_map_copy_to(struct map_info *map, unsigned long to, const void *from, ssize_t len) gemini_flash_map_copy_to() argument
|
H A D | lantiq-flash.c | 76 * The normal alternative of using memcpy_{to,from}io also makes use of 82 unsigned long from, ssize_t len) in ltq_copy_from() 84 unsigned char *f = (unsigned char *)map->virt + from; in ltq_copy_from() 96 const void *from, ssize_t len) in ltq_copy_to() 98 unsigned char *f = (unsigned char *)from; in ltq_copy_to() 81 ltq_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) ltq_copy_from() argument 95 ltq_copy_to(struct map_info *map, unsigned long to, const void *from, ssize_t len) ltq_copy_to() argument
|
/kernel/linux/linux-5.10/net/sched/ |
H A D | em_text.c | 32 int from, to; in em_text_match() local 34 from = tcf_get_base_ptr(skb, tm->from_layer) - skb->data; in em_text_match() 35 from += tm->from_offset; in em_text_match() 40 return skb_find_text(skb, from, to, tm->config) != UINT_MAX; in em_text_match()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | uidgid.h | 131 extern kuid_t make_kuid(struct user_namespace *from, uid_t uid); 132 extern kgid_t make_kgid(struct user_namespace *from, gid_t gid); 151 static inline kuid_t make_kuid(struct user_namespace *from, uid_t uid) in make_kuid() argument 156 static inline kgid_t make_kgid(struct user_namespace *from, gid_t gid) in make_kgid() argument
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | cifsfs.h | 108 extern ssize_t cifs_user_writev(struct kiocb *iocb, struct iov_iter *from); 109 extern ssize_t cifs_direct_writev(struct kiocb *iocb, struct iov_iter *from); 110 extern ssize_t cifs_strict_writev(struct kiocb *iocb, struct iov_iter *from); 156 extern int cifs_truncate_page(struct address_space *mapping, loff_t from);
|
/kernel/linux/linux-6.6/drivers/mtd/maps/ |
H A D | physmap-gemini.c | 103 void *to, unsigned long from, in gemini_flash_map_copy_from() 107 inline_map_copy_from(map, to, from, len); in gemini_flash_map_copy_from() 113 const void *from, ssize_t len) in gemini_flash_map_copy_to() 116 inline_map_copy_to(map, to, from, len); in gemini_flash_map_copy_to() 102 gemini_flash_map_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) gemini_flash_map_copy_from() argument 111 gemini_flash_map_copy_to(struct map_info *map, unsigned long to, const void *from, ssize_t len) gemini_flash_map_copy_to() argument
|
H A D | lantiq-flash.c | 76 * The normal alternative of using memcpy_{to,from}io also makes use of 82 unsigned long from, ssize_t len) in ltq_copy_from() 84 unsigned char *f = (unsigned char *)map->virt + from; in ltq_copy_from() 96 const void *from, ssize_t len) in ltq_copy_to() 98 unsigned char *f = (unsigned char *)from; in ltq_copy_to() 81 ltq_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) ltq_copy_from() argument 95 ltq_copy_to(struct map_info *map, unsigned long to, const void *from, ssize_t len) ltq_copy_to() argument
|
/kernel/linux/linux-6.6/drivers/mtd/hyperbus/ |
H A D | hyperbus-core.c | 41 unsigned long from, ssize_t len) in hyperbus_copy_from() 46 ctlr->ops->copy_from(hbdev, to, from, len); in hyperbus_copy_from() 50 const void *from, ssize_t len) in hyperbus_copy_to() 55 ctlr->ops->copy_to(hbdev, to, from, len); in hyperbus_copy_to() 40 hyperbus_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) hyperbus_copy_from() argument 49 hyperbus_copy_to(struct map_info *map, unsigned long to, const void *from, ssize_t len) hyperbus_copy_to() argument
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | cifsfs.h | 100 extern ssize_t cifs_user_writev(struct kiocb *iocb, struct iov_iter *from); 101 extern ssize_t cifs_direct_writev(struct kiocb *iocb, struct iov_iter *from); 102 extern ssize_t cifs_strict_writev(struct kiocb *iocb, struct iov_iter *from); 144 extern int cifs_truncate_page(struct address_space *mapping, loff_t from);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | uidgid.h | 131 extern kuid_t make_kuid(struct user_namespace *from, uid_t uid); 132 extern kgid_t make_kgid(struct user_namespace *from, gid_t gid); 151 static inline kuid_t make_kuid(struct user_namespace *from, uid_t uid) in make_kuid() argument 156 static inline kgid_t make_kgid(struct user_namespace *from, gid_t gid) in make_kgid() argument
|
/kernel/linux/linux-6.6/drivers/dma/ti/ |
H A D | k3-udma-private.c | 79 int xudma_alloc_gp_rflow_range(struct udma_dev *ud, int from, int cnt) in xudma_alloc_gp_rflow_range() argument 81 return __udma_alloc_gp_rflow_range(ud, from, cnt); in xudma_alloc_gp_rflow_range() 85 int xudma_free_gp_rflow_range(struct udma_dev *ud, int from, int cnt) in xudma_free_gp_rflow_range() argument 87 return __udma_free_gp_rflow_range(ud, from, cnt); in xudma_free_gp_rflow_range()
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | em_text.c | 32 int from, to; in em_text_match() local 34 from = tcf_get_base_ptr(skb, tm->from_layer) - skb->data; in em_text_match() 35 from += tm->from_offset; in em_text_match() 40 return skb_find_text(skb, from, to, tm->config) != UINT_MAX; in em_text_match()
|
/third_party/backends/sanei/ |
H A D | sanei_udp.c | 218 struct sockaddr_in from; in sanei_udp_recvfrom() local 220 fl = sizeof(from); in sanei_udp_recvfrom() 222 l = recvfrom(fd, buf, count, 0, (struct sockaddr *) &from, &fl); in sanei_udp_recvfrom() 225 *fromp = inet_ntoa(from.sin_addr); in sanei_udp_recvfrom()
|
/third_party/node/test/fixtures/wpt/streams/piping/ |
H A D | multiple-propagation.any.js | 53 }, 'Piping from an errored readable stream to an erroring writable stream'); 69 }, 'Piping from an errored readable stream to an errored writable stream'); 95 }, 'Piping from an errored readable stream to an erroring writable stream; preventAbort = true'); 112 }, 'Piping from an errored readable stream to an errored writable stream; preventAbort = true'); 138 }, 'Piping from an errored readable stream to a closing writable stream'); 164 }, 'Piping from an errored readable stream to a closed writable stream'); 188 }, 'Piping from a closed readable stream to an erroring writable stream'); 204 }, 'Piping from a closed readable stream to an errored writable stream'); 227 }, 'Piping from a closed readable stream to a closed writable stream');
|
/third_party/node/test/internet/ |
H A D | test-dgram-broadcast-multi-process.js | 35 Buffer.from('First message to send'), 36 Buffer.from('Second message to send'), 37 Buffer.from('Third message to send'), 38 Buffer.from('Fourth message to send'), 226 // Receive udp messages only sent from parent 229 console.error('[CHILD] %s received %s from %j',
|
H A D | test-dgram-multicast-multi-process.js | 35 Buffer.from('First message to send'), 36 Buffer.from('Second message to send'), 37 Buffer.from('Third message to send'), 38 Buffer.from('Fourth message to send'), 207 console.error('[CHILD] %s received "%s" from %j', process.pid,
|
H A D | test-dgram-multicast-ssmv6-multi-process.js | 14 Buffer.from('First message to send'), 15 Buffer.from('Second message to send'), 16 Buffer.from('Third message to send'), 17 Buffer.from('Fourth message to send'), 202 console.error('[CHILD] %s received "%s" from %j', process.pid,
|
H A D | test-dgram-multicast-ssm-multi-process.js | 14 Buffer.from('First message to send'), 15 Buffer.from('Second message to send'), 16 Buffer.from('Third message to send'), 17 Buffer.from('Fourth message to send'), 202 console.error('[CHILD] %s received "%s" from %j', process.pid,
|
/third_party/ninja/src/ |
H A D | missing_deps_test.cc | 46 void RecordDepsLogDep(const std::string& from, const std::string& to) {
in RecordDepsLogDep() 48 deps_log_.RecordDeps(state_.LookupNode(from), 0, 1, node_deps);
in RecordDepsLogDep() 72 void CreateGraphDependencyBetween(const char* from, const char* to) {
in CreateGraphDependencyBetween() 73 Node* from_node = state_.LookupNode(from);
in CreateGraphDependencyBetween()
|
/third_party/node/deps/npm/node_modules/chalk/source/ |
H A D | index.js | 1 import ansiStyles from '#ansi-styles'; 2 import supportsColor from '#supports-color'; 6 } from './utilities.js'; 26 throw new Error('The `level` option should be an integer from 0 to 3'); 218 } from './vendor/ansi-styles/index.js';
|
/third_party/ltp/testcases/network/tcp_cmds/sendfile/ |
H A D | testsf_s.c | 33 sa_t from; in main() local 55 signal(SIGCHLD, SIG_IGN); /* ignore signals from children */ in main() 89 socklen_t fromlen = sizeof(from); in main() 94 /* accept a connection from a client */ in main() 95 if ((as = accept(s, &from, &fromlen)) < 0) { in main() 103 ap = (sai_t *) & from; in main()
|
/third_party/rust/crates/codespan/codespan/src/ |
H A D | file.rs | 144 /// assert_eq!(files.line_index(file_id, 0), LineIndex::from(0)); 145 /// assert_eq!(files.line_index(file_id, 7), LineIndex::from(1)); 146 /// assert_eq!(files.line_index(file_id, 8), LineIndex::from(1)); 147 /// assert_eq!(files.line_index(file_id, 9), LineIndex::from(2)); 148 /// assert_eq!(files.line_index(file_id, 100), LineIndex::from(3)); 236 Ok(PathBuf::from(self.name(id)).display().to_string()) in name() 280 .map(|i| ByteIndex::from(i as u32)) in new() 292 .map(|i| ByteIndex::from(i as u32)) in update() 316 LineIndex::from(self.line_starts.len() as RawIndex) in last_line_index() 321 let next_line_start = self.line_start(line_index + LineOffset::from( in line_span() [all...] |