/openbmc/linux/fs/smb/server/ |
H A D | smb_common.h | 99 #define DELETE 0x00010000 /* The file can be deleted */ macro 123 | DELETE | READ_CONTROL | WRITE_DAC \ 129 | DELETE | READ_CONTROL | WRITE_DAC \ 134 | DELETE | READ_CONTROL | WRITE_DAC \ 152 #define GENERIC_ALL_FLAGS (DELETE | READ_CONTROL | WRITE_DAC | \
|
H A D | smbacl.c | 1262 DELETE; in smb_check_perm_dacl() 1308 DELETE; in smb_check_perm_dacl() 1368 ~(access_bits | FILE_READ_ATTRIBUTES | READ_CONTROL | WRITE_DAC | DELETE)) { in smb_check_perm_dacl()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/testfloat/files/ |
H A D | 0002-Makefile-for-cross-compile-TestFloat.patch | 77 +DELETE = rm -f 372 + $(DELETE) $(OBJS_LIB) testfloat$(LIB) 373 + $(DELETE) $(OBJS_TESTSOFTFLOAT) testsoftfloat$(EXE) 374 + $(DELETE) $(OBJS_TIMESOFTFLOAT) timesoftfloat$(EXE) 375 + $(DELETE) $(OBJS_TESTFLOAT_GEN) testfloat_gen$(EXE) 376 + $(DELETE) $(OBJS_TESTFLOAT_VER) testfloat_ver$(EXE) 377 + $(DELETE) $(OBJS_TESTFLOAT) testfloat$(EXE)
|
H A D | 0001-Makefile-for-cross-compile-SoftFloat.patch | 69 +DELETE = rm -f 344 + $(DELETE) $@ 349 + $(DELETE) $(OBJS_ALL) softfloat$(LIB)
|
/openbmc/openbmc-test-automation/lib/ |
H A D | dmtf_redfishtool_utils.robot | 77 # uri URI for DELETE operation. 82 ${cmd}= Catenate ${cmd_args} DELETE ${uri}
|
H A D | redfish_request.robot | 4 ... sending POST, PUT, DELETE, PATCH, GET etc. request using redfish_request.py
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/ |
H A D | README.md | 108 curl -c cjar -b cjar -k -H "Content-Type: application/json" -X DELETE \ 278 curl -c cjar -b cjar -k -H "Content-Type: application/json" -X DELETE \ 285 curl -c cjar -b cjar -k -H "Content-Type: application/json" -X DELETE \
|
/openbmc/qemu/qga/ |
H A D | service-win32.c | 173 service = OpenService(manager, QGA_SERVICE_NAME, DELETE); in ga_uninstall_service()
|
/openbmc/openbmc-test-automation/redfish/account_service/ |
H A D | test_redfish_privilege_registry.robot | 89 # "DELETE": [{ 120 Should Be Equal ${mappings[${account_service}]['OperationMap']['DELETE'][0]['Privilege'][0]}
|
/openbmc/phosphor-snmp/docs/ |
H A D | snmp-configuration.md | 51 `curl -c cjar -b cjar -k -H "Content-Type: application/json" -X DELETE https://<hostname/ip>/xyz/op…
|
/openbmc/phosphor-networkd/docs/ |
H A D | Network-Configuration.md | 137 curl -c cjar -b cjar -k -H "Content-Type: application/json" -X DELETE 216 curl -c cjar -b cjar -k -H "Content-Type: application/json" -X DELETE
|
/openbmc/linux/drivers/scsi/aacraid/ |
H A D | commsup.c | 1070 DELETE, in aac_handle_aif() enumerator 1109 device_config_needed = DELETE; in aac_handle_aif() 1188 dev->fsa_dev[container].config_needed = DELETE; in aac_handle_aif() 1236 cpu_to_le32(AifEnAddJBOD)) ? ADD : DELETE; in aac_handle_aif() 1290 ADD : DELETE; in aac_handle_aif() 1357 dev->fsa_dev[container].config_needed = DELETE; in aac_handle_aif() 1411 case DELETE: in aac_handle_aif()
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/ |
H A D | README.md | 50 Method: DELETE 58 Method: DELETE 259 Method: DELETE
|
/openbmc/linux/fs/smb/client/ |
H A D | smb2inode.c | 1083 oparms = CIFS_OPARMS(cifs_sb, tcon, name, DELETE, in smb2_rmdir() 1098 DELETE, FILE_OPEN, in smb2_unlink() 1155 co, DELETE, SMB2_OP_RENAME, cfile, source_dentry); in smb2_rename_path() 1161 co, DELETE, SMB2_OP_RENAME, cfile, NULL); in smb2_rename_path() 1266 SYNCHRONIZE | DELETE | in smb2_get_reparse_inode()
|
H A D | cifspdu.h | 206 #define DELETE 0x00010000 /* The file can be deleted */ macro 238 | DELETE | READ_CONTROL | WRITE_DAC \ 244 | DELETE | READ_CONTROL | WRITE_DAC \ 249 | DELETE | READ_CONTROL | WRITE_DAC \
|
/openbmc/docs/designs/ |
H A D | redfish-eventservice.md | 70 - Clients shall terminate a subscription by sending an DELETE message to the URI 262 | | | | | |DELETE | | | | 283 |DELETE EVENT SUBSCRIPTIONS | | | | | | 287 | DELETE SUBSCRIPTION | | | | | 389 | | | | | |DELETE | | | | 410 |DELETE EVENT SUBSCRIPTIONS | | | | | | 414 | DELETE SUBSCRIPTION | | | | | 549 - METHODS : `GET, PATCH, DELETE` 794 - Client by sending DELETE method on subscribed id URI. 1079 METHOD: DELETE [all …]
|
H A D | expired-password.md | 149 3. DELETE the Session object to terminate the session. 172 - DELETE the Session object to terminate the session.
|
/openbmc/docs/ |
H A D | rest-api.md | 243 ## HTTP DELETE operations 245 DELETE operations are for removing instances. Only D-Bus objects (instances) can 262 $ curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X DELETE https://${bmc}/x…
|
H A D | REST-cheatsheet.md | 118 …$ curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X DELETE https://${bmc}/x… 125 …$ curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X DELETE https://${bmc}/x…
|
/openbmc/openbmc-test-automation/redfish/service_root/ |
H A D | test_service_root.robot | 119 …${resp}= DELETE On Session openbmc ${REDFISH_SESSION}${/}${resp.json()["Id"]} headers=${header…
|
/openbmc/linux/fs/ceph/ |
H A D | dir.c | 1541 DELETE = 1, enumerator 1591 if (ret & DELETE) { in __dentry_leases_walk() 1653 return DELETE; in __dentry_lease_check() 1678 return DELETE; in __dir_lease_check()
|
/openbmc/linux/include/linux/ceph/ |
H A D | rados.h | 232 f(DELETE, __CEPH_OSD_OP(WR, DATA, 5), "delete") \
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_dcbnl.c | 1080 DELETE, enumerator 1118 mlx5e_dcbnl_dscp_app(priv, DELETE); in mlx5e_dcbnl_delete_app()
|
/openbmc/bmcweb/ |
H A D | AGGREGATION.md | 137 DELETE, etc.). This is different from aggregating a collection where only GET
|
/openbmc/linux/fs/ntfs/ |
H A D | layout.h | 1467 DELETE = cpu_to_le32(0x00010000), enumerator
|