Searched refs:ownership (Results 1 - 14 of 14) sorted by relevance

/freebsd-11.0-release/contrib/apr/misc/unix/
H A Drandbyte_os2.inc3 * this work for additional information regarding copyright ownership.
/freebsd-11.0-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dalias_GUID.c249 "was deleted by SM,ownership by %d "
252 rec->ownership);
265 "ownership by %d (0 = driver, 1=sysAdmin,"
267 guid_rec->block_num, rec->ownership);
268 if (rec->ownership == MLX4_GUID_DRIVER_ASSIGN) {
283 if (rec->ownership == MLX4_GUID_SYSADMIN_ASSIGN &&
346 the records is not in ownership of the sysadmin and the sm doesn't
352 ports_guid[port - 1].all_rec_per_port[index].ownership)
655 ownership = MLX4_GUID_DRIVER_ASSIGN;
659 ownership
[all...]
H A Dsysfs.c107 mdev->sriov.alias_guid.ports_guid[port->num - 1].all_rec_per_port[record_num].ownership
112 mdev->sriov.alias_guid.ports_guid[port->num - 1].all_rec_per_port[record_num].ownership
117 mdev->sriov.alias_guid.ports_guid[port->num - 1].all_rec_per_port[record_num].ownership
H A Dmlx4_ib.h407 enum mlx4_guid_alias_rec_ownership ownership; /*indicates who assign that alias_guid record*/ member in struct:mlx4_sriov_alias_guid_info_rec_det
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_fs_fs/
H A Drep-cache-db.sql8 * regarding copyright ownership. The ASF licenses this file
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_fs_x/
H A Drep-cache-db.sql8 * regarding copyright ownership. The ASF licenses this file
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp397 // But don't move an ARC ownership attribute to the return type
2372 Qualifiers::ObjCLifetime ownership,
3863 // Objective-C ARC ownership qualifiers are ignored on the function
3890 // The ownership attributes are almost always written via
4355 Qualifiers::ObjCLifetime ownership) {
4359 qs.addObjCLifetime(ownership);
4365 Qualifiers::ObjCLifetime ownership,
4378 switch (ownership) {
4379 case Qualifiers::OCL_None: llvm_unreachable("no ownership!");
4403 /// \brief Used for transferring ownership i
4353 transferARCOwnershipToDeclSpec(Sema &S, QualType &declSpecTy, Qualifiers::ObjCLifetime ownership) argument
4364 transferARCOwnershipToDeclaratorChunk(TypeProcessingState &state, Qualifiers::ObjCLifetime ownership, unsigned chunkIndex) argument
4404 transferARCOwnership(TypeProcessingState &state, QualType &declSpecTy, Qualifiers::ObjCLifetime ownership) argument
4462 Qualifiers::ObjCLifetime ownership = Context.getInnerObjCOwnership(FromTy); local
[all...]
H A DSemaObjCProperty.cpp34 /// type, infer an expected lifetime. The type's ownership qualification
37 /// Returns OCL_None if the attributes as stated do not imply an ownership.
65 /// an explicit ownership qualifier.
136 // In ARC/MRC, look for an explicit ownership qualifier.
138 } else if (auto ownership = T.getObjCLifetime()) {
139 switch (ownership) {
167 // From an ownership perspective, assign and unsafe_unretained are
227 // Check consistency if the type has explicit ownership qualification.
482 // Check consistency of ownership.
487 // If the ownership wa
[all...]
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_wc/
H A Dwc-checks.sql8 * regarding copyright ownership. The ASF licenses this file
H A Dwc-metadata.sql8 * regarding copyright ownership. The ASF licenses this file
H A Dwc-queries.sql9 * regarding copyright ownership. The ASF licenses this file
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExpr.cpp201 // If we are binding a reference to a temporary that has ownership, we
355 auto ownership = M->getType().getObjCLifetime(); local
356 if (ownership != Qualifiers::OCL_None &&
357 ownership != Qualifiers::OCL_ExplicitNone) {
H A DCGObjCMac.cpp783 /// as-yet-unspecified ownership semantics. If we add more
784 /// flavors of ownership semantics, values will be taken from
1973 if (auto ownership = FQT.getObjCLifetime()) {
1976 switch (ownership) {
1983 llvm_unreachable("bad objc ownership");
2150 // If it has an ownership qualifier, we're done.
2154 // If it doesn't, and this is ARC, it has no ownership.
/freebsd-11.0-release/sys/dev/mlx5/
H A Dmlx5_ifc.h8226 u8 ownership[0x1]; member in struct:mlx5_ifc_cmd_queue_entry_bits

Completed in 377 milliseconds