/freebsd/sys/vm/ |
H A D | vm_object.c | 62 * Virtual memory object module. 113 static int vm_object_page_collect_flush(vm_object_t object, vm_page_t p, 118 static void vm_object_backing_remove(vm_object_t object); 123 * page of memory exists within exactly one object. 125 * An object is only deallocated when all "references" 127 * region of an object should be writeable. 129 * Associated with each object is a list of all resident 130 * memory pages belonging to that object; this list is 131 * maintained by the "vm_page" module, and locked by the object's 134 * Each object also records a "pager" routine which is [all …]
|
H A D | device_pager.c | 65 static void dev_pager_free_page(vm_object_t object, vm_page_t m); 66 static int dev_pager_populate(vm_object_t object, vm_pindex_t pidx, 97 static int old_dev_pager_fault(vm_object_t object, vm_ooffset_t offset, 117 vm_object_t object; in cdev_pager_lookup() local 121 object = vm_pager_object_lookup(&dev_pager_object_list, handle); in cdev_pager_lookup() 122 if (object != NULL && object->un_pager.devp.handle == NULL) { in cdev_pager_lookup() 123 msleep(&object->un_pager.devp.handle, &dev_pager_mtx, in cdev_pager_lookup() 125 vm_object_deallocate(object); in cdev_pager_lookup() 129 return (object); in cdev_pager_lookup() 137 vm_object_t object; in cdev_pager_allocate() local [all …]
|
H A D | vm_object.h | 62 * Virtual memory object module definitions. 81 * vm_object_t Virtual memory object. 86 * (o) per-object lock 103 vm_pindex_t size; /* Object size */ 114 blockcount_t busy; /* (a) object is busy, disallow page busy. */ 116 struct vm_object *backing_object; /* object that I'm a shadow of */ 117 vm_ooffset_t backing_object_offset;/* Offset in backing object */ 193 #define OBJ_PG_DTOR 0x00000080 /* do not reset object, leave that 195 #define OBJ_SHADOWLIST 0x00000100 /* Object is on the shadow list. */ 196 #define OBJ_SWAP 0x00000200 /* object swaps, type will be OBJT_SWAP [all …]
|
H A D | phys_pager.c | 52 static int default_phys_pager_getpages(vm_object_t object, vm_page_t *m, 54 static int default_phys_pager_populate(vm_object_t object, vm_pindex_t pidx, 56 static boolean_t default_phys_pager_haspage(vm_object_t object, 78 vm_object_t object, object1; in phys_pager_allocate() local 97 object = vm_pager_object_lookup(&phys_pager_object_list, handle); in phys_pager_allocate() 98 if (object == NULL) { in phys_pager_allocate() 100 * Allocate object and associate it with the pager. in phys_pager_allocate() 105 object = vm_pager_object_lookup(&phys_pager_object_list, in phys_pager_allocate() 107 if (object != NULL) { in phys_pager_allocate() 110 * allocating object. in phys_pager_allocate() [all …]
|
/freebsd/tests/sys/cddl/zfs/tests/acl/cifs/ |
H A D | cifs_attr_003_pos.ksh | 108 typeset object=$1 113 if [[ -f $object ]]; then 118 $CHMOD S+c${attr} $object 130 typeset object=$1 136 if [[ -f $object ]]; then 144 $CHMOD S-c${attr} $object 156 typeset object=$1 159 if [[ -z $object || -z $attr ]]; then 160 log_fail "Object($object), Attr($attr) not defined." 175 $func $object [all …]
|
/freebsd/sys/sys/ |
H A D | stdatomic.h | 237 #define atomic_compare_exchange_strong_explicit(object, expected, \ argument 239 __c11_atomic_compare_exchange_strong(object, expected, desired, \ 241 #define atomic_compare_exchange_weak_explicit(object, expected, \ argument 243 __c11_atomic_compare_exchange_weak(object, expected, desired, \ 245 #define atomic_exchange_explicit(object, desired, order) \ argument 246 __c11_atomic_exchange(object, desired, order) 247 #define atomic_fetch_add_explicit(object, operand, order) \ argument 248 __c11_atomic_fetch_add(object, operand, order) 249 #define atomic_fetch_and_explicit(object, operand, order) \ argument 250 __c11_atomic_fetch_and(object, operand, order) [all …]
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | rfc2459.asn1 | 14 id-pkcs-1 OBJECT IDENTIFIER ::= { iso(1) member-body(2) us(840) 16 id-pkcs1-rsaEncryption OBJECT IDENTIFIER ::= { id-pkcs-1 1 } 17 id-pkcs1-md2WithRSAEncryption OBJECT IDENTIFIER ::= { id-pkcs-1 2 } 18 id-pkcs1-md5WithRSAEncryption OBJECT IDENTIFIER ::= { id-pkcs-1 4 } 19 id-pkcs1-sha1WithRSAEncryption OBJECT IDENTIFIER ::= { id-pkcs-1 5 } 20 id-pkcs1-sha256WithRSAEncryption OBJECT IDENTIFIER ::= { id-pkcs-1 11 } 21 id-pkcs1-sha384WithRSAEncryption OBJECT IDENTIFIER ::= { id-pkcs-1 12 } 22 id-pkcs1-sha512WithRSAEncryption OBJECT IDENTIFIER ::= { id-pkcs-1 13 } 24 id-heim-rsa-pkcs1-x509 OBJECT IDENTIFIER ::= { 1 2 752 43 16 1 } 26 id-pkcs-2 OBJECT IDENTIFIER ::= { iso(1) member-body(2) us(840) [all …]
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/ |
H A D | BEGEMOT-WIRELESS-MIB.txt | 32 MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE, 240 begemotWlanNotifications OBJECT IDENTIFIER ::= { begemotWlan 0 } 242 begemotWlanInterface OBJECT IDENTIFIER ::= { begemotWlan 1 } 244 begemotWlanScanning OBJECT IDENTIFIER ::= { begemotWlan 2 } 246 begemotWlanStatistics OBJECT IDENTIFIER ::= { begemotWlan 3 } 248 begemotWlanWep OBJECT IDENTIFIER ::= { begemotWlan 4 } 250 begemotWlanMACAccessControl OBJECT IDENTIFIER ::= { begemotWlan 5 } 252 begemotWlanMeshRouting OBJECT IDENTIFIER ::= { begemotWlan 6 } 255 -- begemotWlanMultimedia OBJECT IDENTIFIER ::= { begemotWlan 7 } 261 wlanInterfaceTable OBJECT-TYPE [all …]
|
/freebsd/contrib/libucl/include/ |
H A D | ucl.h | 118 …* by loosing floating point. Every object may be converted to a string by #ucl_object_tostring_for… 122 UCL_OBJECT = 0, /**< UCL object - key/value pairs */ 147 * that the input memory is not freed if an object is in use. Moreover, if you want to use 181 * Basic flags for an object (can use up to 12 bits as higher 4 bits are used 185 UCL_OBJECT_ALLOCATED_KEY = (1 << 0), /**< An object has key allocated internally */ 186 UCL_OBJECT_ALLOCATED_VALUE = (1 << 1), /**< An object has a string value allocated internally */ 187 UCL_OBJECT_NEED_KEY_ESCAPE = (1 << 2), /**< The key of an object need to be escaped on output */ 188 UCL_OBJECT_EPHEMERAL = (1 << 3), /**< Temporary object that does not need to be freed really */ 190 UCL_OBJECT_MULTIVALUE = (1 << 5), /**< Object is a key with multiple values */ 191 UCL_OBJECT_INHERITED = (1 << 6), /**< Object has been inherited from another */ [all …]
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | provider-object.pod | 5 provider-object - A specification for a provider-native object abstraction 16 The provider-native object abstraction is a set of L<OSSL_PARAM(3)> keys and 22 of object that belong with other operations, or with OpenSSL library code. 24 An object may be passed in the following manners: 32 This means that the I<object data> is passed as an octet string or an UTF8 34 The encoding of the object depends on the context it's used in; for example, 37 B<must> be encoded in DER for all object types except for B<OSSL_OBJECT_NAME> 47 This means that the I<object data> isn't passed directly, an I<object 57 implementation where the object originated (let's call it X) and its target 64 I<An object loading function in the target implementation> [all …]
|
/freebsd/sys/contrib/dev/acpica/components/utilities/ |
H A D | utdelete.c | 3 * Module Name: utdelete - object deletion and reference count utilities 166 ACPI_OPERAND_OBJECT *Object); 170 ACPI_OPERAND_OBJECT *Object, 178 * PARAMETERS: Object - Object to be deleted 182 * DESCRIPTION: Low level object deletion, after reference counts have been 189 ACPI_OPERAND_OBJECT *Object) in AcpiUtDeleteInternalObj() argument 199 ACPI_FUNCTION_TRACE_PTR (UtDeleteInternalObj, Object); in AcpiUtDeleteInternalObj() 202 if (!Object) in AcpiUtDeleteInternalObj() 208 * Must delete or free any pointers within the object that are not in AcpiUtDeleteInternalObj() 211 switch (Object->Common.Type) in AcpiUtDeleteInternalObj() [all …]
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_pf/ |
H A D | BEGEMOT-PF-MIB.txt | 13 MODULE-IDENTITY, OBJECT-TYPE, Counter64, Integer32, 53 begemotPfObjects OBJECT IDENTIFIER ::= { begemotPf 1 } 57 pfStatus OBJECT IDENTIFIER ::= { begemotPfObjects 1 } 58 pfCounter OBJECT IDENTIFIER ::= { begemotPfObjects 2 } 59 pfStateTable OBJECT IDENTIFIER ::= { begemotPfObjects 3 } 60 pfSrcNodes OBJECT IDENTIFIER ::= { begemotPfObjects 4 } 61 pfLimits OBJECT IDENTIFIER ::= { begemotPfObjects 5 } 62 pfTimeouts OBJECT IDENTIFIER ::= { begemotPfObjects 6 } 63 pfLogInterface OBJECT IDENTIFIER ::= { begemotPfObjects 7 } 64 pfInterfaces OBJECT IDENTIFIER ::= { begemotPfObjects 8 } [all …]
|
/freebsd/lib/libvgl/ |
H A D | simple.c | 50 VGLSetXY(VGLBitmap *object, int x, int y, u_long color) in VGLSetXY() argument 55 if (x>=0 && x<object->VXsize && y>=0 && y<object->VYsize) { in VGLSetXY() 56 if (object == VGLDisplay) { in VGLSetXY() 59 } else if (object->Type != MEMBUF) in VGLSetXY() 64 offset = (y * object->VXsize + x) * object->PixelBytes; in VGLSetXY() 65 switch (object->Type) { in VGLSetXY() 77 switch (object->PixelBytes) { in VGLSetXY() 79 memcpy(&object->Bitmap[offset], &color, 1); in VGLSetXY() 82 memcpy(&object->Bitmap[offset], &color, 2); in VGLSetXY() 85 memcpy(&object->Bitmap[offset], &color, 3); in VGLSetXY() [all …]
|
/freebsd/crypto/openssl/providers/common/der/ |
H A D | EC.asn1 | 12 ansi-X9-62 OBJECT IDENTIFIER ::= { 17 id-ecSigType OBJECT IDENTIFIER ::= { ansi-X9-62 signatures(4) } 21 ecdsa-with-SHA1 OBJECT IDENTIFIER ::= { id-ecSigType 1 } 23 id-publicKeyType OBJECT IDENTIFIER ::= { ansi-X9-62 keyType(2) } 25 id-ecPublicKey OBJECT IDENTIFIER ::= { id-publicKeyType 1 } 29 ellipticCurve OBJECT IDENTIFIER ::= { ansi-X9-62 curves(3) } 31 c-TwoCurve OBJECT IDENTIFIER ::= { 34 c2pnb163v1 OBJECT IDENTIFIER ::= { c-TwoCurve 1 } 35 c2pnb163v2 OBJECT IDENTIFIER ::= { c-TwoCurve 2 } 36 c2pnb163v3 OBJECT IDENTIFIER ::= { c-TwoCurve 3 } [all …]
|
H A D | der_ec_gen.c | 18 * ecdsa-with-SHA1 OBJECT IDENTIFIER ::= { id-ecSigType 1 } 25 * id-ecPublicKey OBJECT IDENTIFIER ::= { id-publicKeyType 1 } 32 * c2pnb163v1 OBJECT IDENTIFIER ::= { c-TwoCurve 1 } 39 * c2pnb163v2 OBJECT IDENTIFIER ::= { c-TwoCurve 2 } 46 * c2pnb163v3 OBJECT IDENTIFIER ::= { c-TwoCurve 3 } 53 * c2pnb176w1 OBJECT IDENTIFIER ::= { c-TwoCurve 4 } 60 * c2tnb191v1 OBJECT IDENTIFIER ::= { c-TwoCurve 5 } 67 * c2tnb191v2 OBJECT IDENTIFIER ::= { c-TwoCurve 6 } 74 * c2tnb191v3 OBJECT IDENTIFIER ::= { c-TwoCurve 7 } 81 * c2onb191v4 OBJECT IDENTIFIER ::= { c-TwoCurve 8 } [all …]
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | ec.h | 119 * \return EC_METHOD object 124 * \return EC_METHOD object 129 * \return EC_METHOD object 135 * \return EC_METHOD object 140 * \return EC_METHOD object 145 * \return EC_METHOD object 156 * \return EC_METHOD object 167 * Creates a new EC_GROUP object 169 * \return newly created EC_GROUP object or NULL in case of an error. 173 /** Clears and frees a EC_GROUP object [all …]
|
/freebsd/contrib/bsnmp/snmp_ntp/ |
H A D | NTP-PROXY-MIB.txt | 11 Integer32, IpAddress, MODULE-IDENTITY, OBJECT-TYPE, Unsigned32, 45 udel OBJECT IDENTIFIER 52 ntpProxyControl OBJECT IDENTIFIER 92 ntpProxyControlTable OBJECT-TYPE 100 ntpProxyControlEntry OBJECT-TYPE 114 ntpProxyServerIPAddr OBJECT-TYPE 122 ntpProxyControlStatus OBJECT-TYPE 134 ntpProxyServerSystemTable OBJECT-TYPE 142 ntpProxyServerSystemEntry OBJECT-TYPE 169 ntpProxyServerSysLeap OBJECT-TYPE [all …]
|
H A D | NTP-MIB.txt | 8 Integer32, IpAddress, MODULE-IDENTITY, OBJECT-TYPE, Unsigned32, 41 udel OBJECT IDENTIFIER 47 ntpSystem OBJECT IDENTIFIER 50 ntpPeers OBJECT IDENTIFIER 53 ntpFilter OBJECT IDENTIFIER 81 ntpSysLeap OBJECT-TYPE 90 ntpSysStratum OBJECT-TYPE 102 ntpSysPrecision OBJECT-TYPE 112 ntpSysRootDelay OBJECT-TYPE 122 ntpSysRootDispersion OBJECT-TYPE [all …]
|
/freebsd/secure/lib/libcrypto/man/man7/ |
H A D | provider-object.7 | 133 .IX Title "PROVIDER-OBJECT 7ossl" 134 .TH PROVIDER-OBJECT 7ossl "2023-09-19" "3.0.11" "OpenSSL" 140 provider\-object \- A specification for a provider\-native object abstraction 149 The provider-native object abstraction is a set of \s-1\fBOSSL_PARAM\s0\fR\|(3) keys and 155 of object that belong with other operations, or with OpenSSL library code. 157 An object may be passed in the following manners: 161 This means that the \fIobject data\fR is passed as an octet string or an \s-1UTF8\s0 163 The encoding of the object depends on the context it's used in; for example, 166 \&\fBmust\fR be encoded in \s-1DER\s0 for all object types except for \fB\s-1OSSL_OBJECT_NAME\s0\fR 171 This means that the \fIobject data\fR isn't passed directly, an \fIobject [all …]
|
/freebsd/tests/sys/mac/bsdextended/ |
H A D | ugidfw_test.c | 78 /* Variations on subject and object uids. */ 79 "subject uid root object uid root mode n", 80 "subject uid root object uid daemon mode n", 81 "subject uid daemon object uid root mode n", 82 "subject uid daemon object uid daemon mode n", 84 "subject uid root object uid root mode a", 85 "subject uid root object uid root mode r", 86 "subject uid root object uid root mode s", 87 "subject uid root object uid root mode w", 88 "subject uid root object uid root mode x", [all …]
|
/freebsd/share/man/man3/ |
H A D | ATOMIC_VAR_INIT.3 | 50 .Fn atomic_init "_Atomic(T) *object" "T value" 52 .Fn atomic_load "_Atomic(T) *object" 54 .Fn atomic_load_explicit "_Atomic(T) *object" "memory_order order" 56 .Fn atomic_store "_Atomic(T) *object" "T desired" 58 .Fn atomic_store_explicit "_Atomic(T) *object" "T desired" "memory_order order" 60 .Fn atomic_exchange "_Atomic(T) *object" "T desired" 62 .Fn atomic_exchange_explicit "_Atomic(T) *object" "T desired" "memory_order order" 64 .Fn atomic_compare_exchange_strong "_Atomic(T) *object" "T *expected" "T desired" 66 .Fn atomic_compare_exchange_strong_explicit "_Atomic(T) *object" "T *expected" "T desired" "memory_… 68 .Fn atomic_compare_exchange_weak "_Atomic(T) *object" "T *expected" "T desired" [all …]
|
/freebsd/sys/dev/isci/scil/ |
H A D | scif_sas_remote_device_states.c | 71 * to start/stop it's remote device object. 84 * @param[in] object This parameter specifies the base object for which 86 * SCIF_SAS_REMOTE_DEVICE object in the method implementation. 92 SCI_BASE_OBJECT_T *object in scif_sas_remote_device_initial_state_enter() argument 95 SCIF_SAS_REMOTE_DEVICE_T * fw_device = (SCIF_SAS_REMOTE_DEVICE_T *)object; in scif_sas_remote_device_initial_state_enter() 117 * @param[in] object This parameter specifies the base object for which 119 * SCIF_SAS_REMOTE_DEVICE object in the method implementation. 125 SCI_BASE_OBJECT_T *object in scif_sas_remote_device_stopped_state_enter() argument 128 SCIF_SAS_REMOTE_DEVICE_T * fw_device = (SCIF_SAS_REMOTE_DEVICE_T *)object; in scif_sas_remote_device_stopped_state_enter() 160 * @param[in] object This parameter specifies the base object for which [all …]
|
H A D | scif_sas_controller_states.c | 77 * @param[in] object This parameter specifies the base object for which 79 * SCIF_SAS_CONTROLLER object in the method implementation. 85 SCI_BASE_OBJECT_T * object in scif_sas_controller_initial_state_enter() argument 88 SCIF_SAS_CONTROLLER_T * fw_controller = (SCIF_SAS_CONTROLLER_T *)object; in scif_sas_controller_initial_state_enter() 101 * @param[in] object This parameter specifies the base object for which 103 * SCIF_SAS_CONTROLLER object in the method implementation. 109 SCI_BASE_OBJECT_T * object in scif_sas_controller_reset_state_enter() argument 112 SCIF_SAS_CONTROLLER_T * fw_controller = (SCIF_SAS_CONTROLLER_T *)object; in scif_sas_controller_reset_state_enter() 177 * @param[in] object This parameter specifies the base object for which 179 * SCIF_SAS_CONTROLLER object in the method implementation. [all …]
|
/freebsd/contrib/kyua/utils/format/ |
H A D | containers.ipp | 37 /// Injects the object into a stream. 39 /// \param output The stream into which to inject the object. 40 /// \param object The object to format. 45 std::operator<<(std::ostream& output, const std::map< K, V >& object) 49 for (typename std::map< K, V >::const_iterator iter = object.begin(); 50 iter != object.end(); ++iter, ++counter) { 60 /// Injects the object into a stream. 62 /// \param output The stream into which to inject the object. 63 /// \param object The object to format. 68 std::operator<<(std::ostream& output, const std::pair< T1, T2 >& object) [all …]
|
/freebsd/crypto/heimdal/doc/doxyout/hx509/man/man3/ |
H A D | hx509_ca.3 | 92 Sign a to-be-signed certificate object with a issuer certificate. 94 …aller needs to at least have called the following functions on the to-be-signed certificate object: 103 When done the to-be-signed certificate object should be freed with \fBhx509_ca_tbs_free()\fP. 111 \fItbs\fP object to be signed. 113 \fIsigner\fP the CA certificate object to sign with (need private key). 132 \fItbs\fP object to be signed. 147 Add CRL distribution point URI to the to-be-signed certificate object. 153 \fItbs\fP object to be signed. 170 An an extended key usage to the to-be-signed certificate object. Duplicates will detected and not a… 176 \fItbs\fP object to be signed. [all …]
|