/freebsd/contrib/file/magic/Magdir/ |
H A D | dyadic | 20 # *.DCF Dyalog APL Component File 21 >>>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 39 >>>1 byte 0x0b component file 32-bit level 1 journaled non-checksummed 40 >>>1 byte 0x0c component file 64-bit level 1 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 [all …]
|
/freebsd/contrib/opencsd/decoder/include/common/ |
H A D | comp_attach_pt_t.h | 3 * \brief OpenCSD : Component attachment point interface class. 41 /** @defgroup ocsd_infrastructure OpenCSD Library : Library Component Infrastructure 50 * @brief Single component interface pointer attachment point. 54 * An attachment point connects a component interface pointer to the component providing the 69 * @param component : interface to attach. 73 virtual ocsd_err_t attach(T* component); 76 * Detach component from the attachment point. 78 * @param component : Component to detach. 80 …rtual ocsd_err_t : OCSD_OK if successful, OCSD_ERR_ATTACH_COMP_NOT_FOUND if no match to component. 82 virtual ocsd_err_t detach(T* component); [all …]
|
H A D | trc_component.h | 3 * \brief OpenCSD : Base trace decode component. 53 * Provides error logging attachment point and component type and instance naming 54 * Interface for handling of component operational mode. 70 * Set the operational mode for the component. 71 * This controls the way the component behaves under error conditions etc. 73 * Operation mode flags used are component specific and defined by derived classes. 77 * @return ocsd_err_t : OCSD_OK if flags supported by this component, error if unsuppored 89 * Get the supported operational mode flags for this component. 91 * Derived class must set the value correctly for the component. 98 * Set associated trace component - used by generic code to track [all …]
|
/freebsd/crypto/openssl/ssl/record/ |
H A D | README.md | 10 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/lib/geom/mirror/ |
H A D | gmirror.8 | 138 All operations like failure detection, stale component detection, rebuild 153 The order of components is important, because a component's priority is based on its position 155 The component with the biggest priority is used by the 158 and is also used as a master component when resynchronization is needed, 167 Read from the component with the lowest load. 170 Read from the component with the biggest priority. 172 Use round-robin algorithm when choosing component to read. 221 Specifies priority for the given component 243 Add the given component(s) to the existing mirror. 250 Mark component(s) as inactive immediately after insertion. [all …]
|
/freebsd/crypto/openssh/regress/ |
H A D | check-perm.c | 38 char component[PATH_MAX]; in safely_chroot() local 43 if (strlen(path) >= sizeof(component)) in safely_chroot() 47 * Descend the path, checking that each component is a 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() 59 /* debug3("%s: checking '%s'", __func__, component); */ 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() [all …]
|
/freebsd/lib/geom/raid3/ |
H A D | graid3.8 | 80 All operations such as failure detection, stale component detection, rebuild 93 The last given component will contain parity data, whilst the others 107 Use parity component for reading in round-robin fashion. 108 Without this option the parity component is not used at all for reading operations 117 common multiple of all component's sector sizes and specified value. 123 When reading from a device in a complete state, also read data from the parity component 164 Rebuild the given component forcibly. 168 Add the given component to the existing array, if one of the components was 171 command or if one component is missing and will not be connected again. 172 If no number is given, new component will be added instead of first missed [all …]
|
/freebsd/share/man/man9/ |
H A D | VOP_LOOKUP.9 | 34 .Nd lookup a component of a pathname 42 This entry point looks up a single pathname component in a given directory. 51 The pathname component to be searched for. 68 long cn_namelen; /* length of looked up component */ 73 Convert a component of a pathname into a pointer to a locked vnode. 127 set to the locked vnode of the file if the component is found. 128 If the component being searched for is ".", then the vnode just has 134 If the component is not found and the operation is 151 The component
|
/freebsd/sys/dev/mlxfw/ |
H A D | mlxfw_mfa2.c | 58 * | | component index tlv | | 61 * | component descriptor multi_tlv | 63 * | | component descriptor tlv +-----> |Among others: | 69 * | COMPONENT BLOCK (CB) | 86 * the number of device descriptors and component descriptor following this 94 * - Component index of type MLXFW_MFA2_TLV_COMPONENT_PTR that contains that 95 * device component index. 97 * The component descriptor multi_tlv 100 * component descriptor, and are expected to have a first child of type 101 * MLXFW_MFA2_TLV_COMPONENT_DESCRIPTOR that contains mostly the component index, [all …]
|
/freebsd/contrib/ofed/opensm/include/complib/ |
H A D | cl_map.h | 56 /****h* Component Library/Map 98 /****s* Component Library: Map/cl_map_t 127 /****d* Component Library: Map/cl_map_iterator_t 145 /****f* Component Library: Map/cl_map_count 173 /****f* Component Library: Map/cl_is_map_empty 202 /****f* Component Library: Map/cl_map_key 234 /****f* Component Library: Map/cl_map_construct 262 /****f* Component Library: Event/cl_is_map_inited 300 /****f* Component Library: Map/cl_map_init 330 /****f* Component Library: Map/cl_map_destroy [all …]
|
H A D | cl_dispatcher.h | 60 /****h* Component Library/Dispatcher 82 /****s* Component Library: Dispatcher/cl_disp_msgid_t 94 /****s* Component Library: Dispatcher/CL_DISP_MSGID_NONE 110 /****s* Component Library: Dispatcher/CL_DISP_INVALID_HANDLE 122 /****f* Component Library: Dispatcher/cl_pfn_msgrcv_cb_t 160 /****f* Component Library: Dispatcher/cl_pfn_msgdone_cb_t 198 /****s* Component Library: Dispatcher/cl_dispatcher_t 253 /****s* Component Library: Dispatcher/cl_disp_reg_info_t 302 /****s* Component Library: Dispatcher/cl_disp_msg_t 350 /****s* Component Library: Dispatcher/cl_disp_reg_info_t [all …]
|
H A D | cl_qmap.h | 56 /****h* Component Library/Quick Map 103 /****i* Component Library: Quick Map/cl_map_color_t 129 /****s* Component Library: Quick Map/cl_map_item_t 196 /****s* Component Library: Quick Map/cl_map_obj_t 234 /****s* Component Library: Quick Map/cl_qmap_t 274 /****d* Component Library: Quick Map/cl_pfn_qmap_apply_t 306 /****f* Component Library: Quick Map/cl_qmap_count 335 /****f* Component Library: Quick Map/cl_is_qmap_empty 366 /****f* Component Library: Quick Map/cl_qmap_set_obj 399 /****f* Component Library: Quick Map/cl_qmap_obj [all …]
|
H A D | cl_list.h | 56 /****h* Component Library/List 106 /****s* Component Library: List/cl_list_t 134 /****d* Component Library: List/cl_list_iterator_t 153 /****d* Component Library: List/cl_pfn_list_apply_t 185 /****d* Component Library: List/cl_pfn_list_find_t 219 /****f* Component Library: List/cl_list_construct 247 /****f* Component Library: List/cl_is_list_inited 287 /****f* Component Library: List/cl_list_init 322 /****f* Component Library: List/cl_list_destroy 354 /****f* Component Library: List/cl_is_list_empty [all …]
|
H A D | cl_comppool.h | 58 /****h* Component Library/Composite Pool 100 /****d* Component Library: Composite Pool/cl_pfn_cpool_init_t 144 * to the first component. 150 /****d* Component Library: Composite Pool/cl_pfn_cpool_dtor_t 188 /****s* Component Library: Composite Pool/cl_cpool_t 229 /****f* Component Library: Composite Pool/cl_cpool_construct 257 /****f* Component Library: Composite Pool/cl_is_cpool_inited 293 /****f* Component Library: Composite Pool/cl_cpool_init 341 * stored in the composite pool consist of only one component. 361 * consisting of more than one component. Also returns CL_INVALID_SETTING if [all …]
|
H A D | cl_qcomppool.h | 59 /****h* Component Library/Quick Composite Pool 106 /****s* Component Library: Quick Composite Pool/cl_pool_item_t 139 /****i* Component Library: Quick List/cl_pool_obj_t 168 /****d* Component Library: Quick Composite Pool/cl_pfn_qcpool_init_t 188 * which points to a component that makes up a composite object. 191 * [in] Number of components that in the component array. 224 * users may specify an additional component for the cl_pool_item_t structure. 235 /****d* Component Library: Quick Composite Pool/cl_pfn_qcpool_dtor_t 274 /****s* Component Library: Quick Composite Pool/cl_qcpool_t 306 * Array of sizes, one for each component. [all …]
|
H A D | cl_qlist.h | 55 /****h* Component Library/Quick List 107 /****s* Component Library: Quick List/cl_list_item_t 139 /****s* Component Library: Quick List/cl_list_obj_t 170 /****s* Component Library: Quick List/cl_qlist_t 202 /****d* Component Library: Quick List/cl_pfn_qlist_apply_t 235 /****d* Component Library: Quick List/cl_pfn_qlist_find_t 272 /****i* Component Library: Quick List/__cl_primitive_insert 309 /****i* Component Library: Quick List/__cl_primitive_remove 351 /****f* Component Library: Quick List/cl_qlist_set_obj 384 /****f* Component Library: Quick List/cl_qlist_obj [all …]
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | krb5_principal.3 | 111 …al_get_comp_string "krb5_context context" "krb5_const_principal principal" "unsigned int component" 247 but doesn't compare the realm component of the principal. 261 The pattern is a globbing expression, where each component (separated 262 by /) is matched against the corresponding component of the principal. 270 either the realm or a specific component. 275 .Fa component 278 is the index of the component to return, from zero to the total number of 316 parameter will be used for the first component of the created principal. 327 for the second component. 369 You can not have a NUL in a component in some of the variable argument [all …]
|
/freebsd/usr.sbin/crunch/crunchgen/ |
H A D | crunchgen.1 | 48 function determines which component program to run by the contents of 62 file from the component programs. 63 For each component program, 73 to eliminate link-time conflicts between the component programs by 104 The component programs' object files must already be built. 110 in each component program's source dir to build the object 174 use, the component program names are merely listed along with the 191 component programs can be found. 215 when the component program that requires them is executed from 245 parameters for a component program. [all …]
|
/freebsd/usr.bin/pathchk/ |
H A D | pathchk.1 | 52 Contains any component longer than 59 Contains a directory component that is not searchable. 64 argument contains a nonexistent component as long as a component by that 81 Contains a component longer than 92 No component may start with the hyphen 104 Contains a component that starts with a hyphen.
|
/freebsd/sys/contrib/dev/iwlwifi/ |
H A D | iwl-drv.h | 30 * DOC: Driver system flows - drv component 32 * This component implements the system flows such as bus enumeration, bus 37 * This component is also in charge of managing the several implementations of 42 * The init flow wrt to the drv component looks like this: 43 * 1) The bus specific component is called from module_init 44 * 2) The bus specific component registers the bus driver 46 * 4) The bus specific component configures the bus 47 * 5) The bus specific component calls to the drv bus agnostic part
|
/freebsd/contrib/ntp/sntp/libevent/cmake/ |
H A D | AddEventLibrary.cmake | 43 LIBRARY DESTINATION "lib" COMPONENT lib 44 ARCHIVE DESTINATION "lib" COMPONENT lib 45 RUNTIME DESTINATION "lib" COMPONENT lib 46 COMPONENT dev 70 LIBRARY DESTINATION "lib" COMPONENT lib 71 ARCHIVE DESTINATION "lib" COMPONENT lib 72 RUNTIME DESTINATION "lib" COMPONENT lib 73 COMPONENT dev 185 COMPONENT lib)
|
/freebsd/contrib/libevent/cmake/ |
H A D | AddEventLibrary.cmake | 43 LIBRARY DESTINATION "lib" COMPONENT lib 44 ARCHIVE DESTINATION "lib" COMPONENT lib 45 RUNTIME DESTINATION "lib" COMPONENT lib 46 COMPONENT dev 70 LIBRARY DESTINATION "lib" COMPONENT lib 71 ARCHIVE DESTINATION "lib" COMPONENT lib 72 RUNTIME DESTINATION "lib" COMPONENT lib 73 COMPONENT dev 185 COMPONENT lib)
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | Path.cpp | 63 // Look for this first component in the following order. in find_first_component() 230 i.Component = find_first_component(path, style); in begin() 246 // Increment Position to past the current component in operator ++() 247 Position += Component.size(); in operator ++() 251 Component = StringRef(); in operator ++() 257 bool was_net = Component.size() > 2 && is_separator(Component[0], S) && in operator ++() 258 Component[1] == Component[0] && !is_separator(Component[2], S); in operator ++() 265 (is_style_windows(S) && Component.ends_with(":"))) { in operator ++() 266 Component = Path.substr(Position, 1); in operator ++() 276 if (Position == Path.size() && Component != "/") { in operator ++() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | PhiValues.cpp | 38 // * All phis in a strongly connected component will have the same reachable 43 // never completes a component before the components reachable from it have 44 // been completed. This means that when we complete a component we have 45 // everything we need to collect the values reachable from that component. 68 // If the phi did not become part of a component then this phi and that in processPhi() 69 // phi are part of the same component, so adjust the depth number. in processPhi() 81 // of a strongly connected component. in processPhi() 83 // Collect the reachable values for this component. The phis of this in processPhi() 84 // component will be those on top of the depth stack with the same or in processPhi() 93 // If this phi is not part of the same component then that component in processPhi() [all …]
|
/freebsd/crypto/heimdal/doc/ |
H A D | layman.asc | 154 are used to distinguish between component types 156 a given structured type, and component types in 276 component types within a structured type. For instance, 290 one component, the underlying type. Explicit tagging is 302 like a structured type with one component, the underlying 557 component of a structured or CHOICE type. 560 attributes component with an implicit, context-specific tag: 576 Example: The BER encoding of the attributes component of a 600 version component of X.509's Certificate type. 614 component of a SEQUENCE, SET or CHOICE type. [all …]
|