Home
last modified time | relevance | path

Searched refs:component (Results 1 – 25 of 225) sorted by relevance

123456789

/freebsd-13.1/contrib/file/magic/Magdir/
H A Ddyadic21 >>>1 byte 0x01 component file 32-bit non-journaled non-checksummed
22 #>>>1 byte 0x01 component file
37 >>>1 byte 0x09 component file 64-bit non-journaled non-checksummed
41 >>>1 byte 0x0d component file 32-bit level 1 journaled checksummed
42 >>>1 byte 0x0e component file 64-bit level 1 journaled checksummed
43 >>>1 byte 0x0f component file 32-bit level 2 journaled checksummed
44 >>>1 byte 0x10 component file 64-bit level 2 journaled checksummed
45 >>>1 byte 0x11 component file 32-bit level 3 journaled checksummed
47 >>>1 byte 0x13 component file 32-bit non-journaled checksummed
48 >>>1 byte 0x14 component file 64-bit non-journaled checksummed
[all …]
/freebsd-13.1/contrib/opencsd/decoder/include/common/
H A Dcomp_attach_pt_t.h73 virtual ocsd_err_t attach(T* component);
82 virtual ocsd_err_t detach(T* component);
86 virtual ocsd_err_t replace_first(T* component);
167 template<class T> ocsd_err_t componentAttachPt<T>::attach(T* component) in attach() argument
171 m_comp = component; in attach()
177 template<class T> ocsd_err_t componentAttachPt<T>::replace_first(T* component) in replace_first() argument
182 if(component == 0) in replace_first()
185 return attach(component); in replace_first()
188 template<class T> ocsd_err_t componentAttachPt<T>::detach(T* component) in detach() argument
190 if(m_comp != component) in detach()
/freebsd-13.1/crypto/openssl/ssl/record/
H A DREADME10 1) A struct definition of the same name as the component
11 2) A set of source files that define the functions for that component
21 dtls1_bitmap.c -> DTLS1_BITMAP component
22 ssl3_buffer.c -> SSL3_BUFFER component
23 ssl3_record.c -> SSL3_RECORD component
24 rec_layer_s3.c, rec_layer_d1.c -> RECORD_LAYER component
26 The RECORD_LAYER component is a facade pattern, i.e. it provides a simplified
31 Any component can directly access its own members - they are private to that
32 component, e.g. ssl3_buffer.c can access members of the SSL3_BUFFER struct
33 without using a macro. No component can directly access the members of another
[all …]
/freebsd-13.1/crypto/openssh/regress/
H A Dcheck-perm.c38 char component[PATH_MAX]; in safely_chroot() local
43 if (strlen(path) >= sizeof(component)) in safely_chroot()
52 strlcpy(component, path, sizeof(component)); in safely_chroot()
55 memcpy(component, path, cp - path); in safely_chroot()
56 component[cp - path] = '\0'; in safely_chroot()
61 if (stat(component, &st) != 0) in safely_chroot()
63 component, strerror(errno)); in safely_chroot()
67 cp == NULL ? "" : "component ", component); in safely_chroot()
70 cp == NULL ? "" : "component ", component); in safely_chroot()
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dpath.c112 const char *component, in svn_path_join_internal() argument
116 apr_size_t clen = strlen(component); in svn_path_join_internal()
123 if (*component == '/') in svn_path_join_internal()
124 return apr_pmemdup(pool, component, clen + 1); in svn_path_join_internal()
129 if (SVN_PATH_IS_EMPTY(component)) in svn_path_join_internal()
139 memcpy(path + blen + 1, component, clen + 1); in svn_path_join_internal()
145 const char *component, in svn_path_join() argument
334 const char *component) in svn_path_add_component() argument
336 apr_size_t len = strlen(component); in svn_path_add_component()
339 assert(is_canonical(component, strlen(component))); in svn_path_add_component()
[all …]
H A Ddirent_uri.c1003 const char *component, in svn_dirent_join() argument
1007 apr_size_t clen = strlen(component); in svn_dirent_join()
1015 if (svn_dirent_is_absolute(component)) in svn_dirent_join()
1021 if (SVN_PATH_IS_EMPTY(component)) in svn_dirent_join()
1025 if (component[0] == '/') in svn_dirent_join()
1032 component++; in svn_dirent_join()
1050 else if (dirent_is_rooted(component)) in svn_dirent_join()
1211 const char *component, in svn_relpath_join() argument
1215 apr_size_t clen = strlen(component); in svn_relpath_join()
1219 assert(relpath_is_canonical(component)); in svn_relpath_join()
[all …]
/freebsd-13.1/contrib/kyua/utils/fs/
H A Dpath.cpp63 const std::string component = in.substr(pos, next_pos - pos); in normalize() local
64 if (!component.empty()) { in normalize()
66 out += component; in normalize()
67 else if (component != ".") in normalize()
68 out += "/" + component; in normalize()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DPathMappingList.cpp158 auto component = llvm::sys::path::begin(components, style); in AppendPathComponents() local
160 while (component != e && in AppendPathComponents()
161 llvm::sys::path::is_separator(*component->data(), style)) in AppendPathComponents()
162 ++component; in AppendPathComponents()
163 for (; component != e; ++component) in AppendPathComponents()
164 path.AppendPathComponent(*component); in AppendPathComponents()
/freebsd-13.1/sys/contrib/device-tree/Bindings/media/i2c/
H A Dtda1997x.txt8 - YUV422 semi-planar 8bit per component (16 bits total): Y[11:4] CbCr[11:4]
9 - YUV422 semi-planar 10bit per component (20 bits total): Y[11:2] CbCr[11:2]
10 - YUV422 semi-planar 12bit per component (24 bits total): - Y[11:0] CbCr[11:0]
11 - YUV422 BT656 8bit per component (8 bits total): YCbCr[11:4] (2-cycles)
12 - YUV422 BT656 10bit per component (10 bits total): YCbCr[11:2] (2-cycles)
13 - YUV422 BT656 12bit per component (12 bits total): YCbCr[11:0] (2-cycles)
18 - YUV422 semi-planar 12bit per component (24 bits total): Y[11:0] CbCr[11:0]
19 - YUV422 BT656 12bit per component (12 bits total): YCbCr[11:0] (2-cycles)
H A Dtvp514x.txt5 video formats into digital video component. The tvp514x decoder supports analog-
6 to-digital (A/D) conversion of component RGB and YPbPr signals as well as A/D
8 component YCbCr.
/freebsd-13.1/contrib/subversion/subversion/include/
H A Dsvn_path.h114 svn_path_join(const char *base, const char *component, apr_pool_t *pool);
204 svn_path_add_component(svn_stringbuf_t *path, const char *component);
615 const char *component,
626 const char *component,
/freebsd-13.1/contrib/ofed/libmlx5/
H A Dbuf.c327 const char *component) in mlx5_alloc_prefered_buf() argument
355 ret = mlx5_alloc_buf_contig(mctx, buf, size, page_size, component); in mlx5_alloc_prefered_buf()
417 void mlx5_get_alloc_type(const char *component, in mlx5_get_alloc_type() argument
425 snprintf(name, sizeof(name), "%s_ALLOC_TYPE", component); in mlx5_get_alloc_type()
448 const char *component) in mlx5_alloc_get_env_info() argument
459 snprintf(name, sizeof(name), "%s_MAX_LOG2_CONTIG_BSIZE", component); in mlx5_alloc_get_env_info()
470 sprintf(name, "%s_MIN_LOG2_CONTIG_BSIZE", component); in mlx5_alloc_get_env_info()
486 const char *component) in mlx5_alloc_buf_contig() argument
497 component); in mlx5_alloc_buf_contig()
/freebsd-13.1/sys/contrib/device-tree/Bindings/clock/ti/
H A Dcomposite.txt16 The binding must provide a list of the component clocks that shall be
17 merged to this clock. The component clocks shall be of one of the
27 - clocks : link phandles of component clocks
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DFileSpec.h382 FileSpec CopyByAppendingPathComponent(llvm::StringRef component) const;
385 void PrependPathComponent(llvm::StringRef component);
388 void AppendPathComponent(llvm::StringRef component);
/freebsd-13.1/sys/contrib/device-tree/Bindings/sound/
H A Dname-prefix.txt10 the component.
12 Example: Two instances of the same component.
H A Dnvidia,tegra210-dmic.yaml54 used as prefix for sink/source names of the component. Must be a
55 unique string among multiple instances of the same component.
/freebsd-13.1/crypto/heimdal/doc/
H A Dlayman.asc557 component of a structured or CHOICE type.
600 version component of X.509's Certificate type.
614 component of a SEQUENCE, SET or CHOICE type.
691 identifies some other component, and that other component
708 for the algorithm component.
715 values for the algorithm component.
918 value of 0 for the version component:
1204 component is optional and need not be present in the
1207 value to the component when the component is absent.
1301 component when the component is absent.
[all …]
/freebsd-13.1/sys/contrib/device-tree/Bindings/arm/
H A Dcoresight.txt8 sink. Each CoreSight component device should use these properties to describe
53 set(s) of the component.
55 * clocks: the clocks associated to this component.
61 clocks the core of that coresight component. The latter clock
102 coresight component and CPU in the same power domain. When the CPU
103 powers down the coresight component also powers down and loses its
142 Each coresight component must describe the "input" and "output" connections.
145 component represents a hardware port and the connection.
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DFileSpec.cpp400 FileSpec::CopyByAppendingPathComponent(llvm::StringRef component) const { in CopyByAppendingPathComponent()
402 ret.AppendPathComponent(component); in CopyByAppendingPathComponent()
421 void FileSpec::PrependPathComponent(llvm::StringRef component) { in PrependPathComponent() argument
422 llvm::SmallString<64> new_path(component); in PrependPathComponent()
435 void FileSpec::AppendPathComponent(llvm::StringRef component) { in AppendPathComponent() argument
438 llvm::sys::path::append(current_path, m_style, component); in AppendPathComponent()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp429 for (auto &component : components) { in append() local
434 size_t loc = component.find_first_not_of(separators(style)); in append()
435 StringRef c = component.substr(loc); in append()
443 !component.empty() && is_separator(component[0], style); in append()
445 !(path.empty() || has_root_name(component, style))) { in append()
450 path.append(component.begin(), component.end()); in append()
733 StringRef component = remaining.take_front(next_slash); in remove_dots() local
746 if (component.empty() || component == ".") { in remove_dots()
748 } else if (remove_dot_dot && component == "..") { in remove_dots()
755 components.push_back(component); in remove_dots()
[all …]
/freebsd-13.1/sys/contrib/device-tree/Bindings/arm/marvell/
H A Darmada-37xx.txt23 Power Management component is needed:
40 For AVS an other component is needed:
/freebsd-13.1/sys/fs/autofs/
H A Dautofs.c295 autofs_cached(struct autofs_node *anp, const char *component, int componentlen) in autofs_cached() argument
313 error = autofs_node_find(anp, component, componentlen, NULL); in autofs_cached()
385 const char *component, int componentlen) in autofs_trigger_one() argument
400 key = strndup(component, componentlen, M_AUTOFS); in autofs_trigger_one()
515 const char *component, int componentlen) in autofs_trigger() argument
520 error = autofs_trigger_one(anp, component, componentlen); in autofs_trigger()
H A Dautofs.h127 int autofs_trigger(struct autofs_node *anp, const char *component,
129 bool autofs_cached(struct autofs_node *anp, const char *component,
/freebsd-13.1/bin/sh/
H A Dcd.c187 char *component; in cdlogical() local
212 component = q; in cdlogical()
214 if (equal(component, "..")) in cdlogical()
/freebsd-13.1/sys/contrib/device-tree/src/arm/
H A Dste-href-tvk1281618-r2.dtsi22 * These interrupts cannot be used: the other component
40 * These interrupts cannot be used: the other component

123456789