Home
last modified time | relevance | path

Searched refs:object_name (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/acpi/acpica/
H A Duteval.c173 acpi_ut_evaluate_numeric_object(const char *object_name, in acpi_ut_evaluate_numeric_object() argument
182 status = acpi_ut_evaluate_object(device_node, object_name, in acpi_ut_evaluate_numeric_object()
H A Ddbcmds.c335 void acpi_db_unload_acpi_table(char *object_name) in acpi_db_unload_acpi_table() argument
342 node = acpi_db_convert_to_node(object_name); in acpi_db_unload_acpi_table()
350 object_name, node); in acpi_db_unload_acpi_table()
353 acpi_format_exception(status), object_name); in acpi_db_unload_acpi_table()
H A Dacutils.h387 acpi_ut_evaluate_numeric_object(const char *object_name,
/linux/fs/ceph/
H A Dioctl.h61 char object_name[64]; /* out: object name */ member
H A Dioctl.c209 snprintf(dl.object_name, sizeof(dl.object_name), "%llx.%08llx", in ceph_ioctl_get_dataloc()
214 ceph_oid_printf(&oid, "%s", dl.object_name); in ceph_ioctl_get_dataloc()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dreference_tracking.c9 .object_name = obj_name, in test_reference_tracking()
/linux/tools/testing/selftests/hid/tests/
H A Dbase.py151 object_name: str
277 str(bpf_dir / hid_bpf.object_name),
/linux/drivers/scsi/elx/libefc_sli/
H A Dsli4.h3169 u8 object_name[104]; member
3192 u8 object_name[104]; member
3209 u8 object_name[104]; member
3218 u8 object_name[104]; member
3952 sli_cmd_common_delete_object(struct sli4 *sli4, void *buf, char *object_name);
H A Dsli4.c3807 strscpy(wr_obj->object_name, obj_name); in sli_cmd_common_write_object()
3836 strscpy(req->object_name, obj_name); in sli_cmd_common_delete_object()
3859 strscpy(rd_obj->object_name, obj_name); in sli_cmd_common_read_object()
/linux/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.c2377 strscpy(req->object_name, obj_name, sizeof(req->object_name)); in lancer_cmd_write_object()
2477 strscpy(req->object_name, obj_name, sizeof(req->object_name)); in lancer_cmd_delete_object()
2511 strcpy(req->object_name, obj_name); in lancer_cmd_read_object()
/linux/tools/testing/selftests/bpf/
H A Dtest_loader.c1345 LIBBPF_OPTS(bpf_object_open_opts, open_opts, .object_name = skel_name);
/linux/Documentation/translations/it_IT/doc-guide/
H A Dkernel-doc.rst388 * define object_name - Brief description.
/linux/Documentation/doc-guide/
H A Dkernel-doc.rst359 * define object_name - Brief description.
/linux/drivers/scsi/lpfc/
H A Dlpfc_sli.c21030 sprintf((uint8_t *)wr_object->u.request.object_name, "/"); in lpfc_wr_object()
21031 wr_object->u.request.object_name[0] = in lpfc_wr_object()
21032 cpu_to_le32(wr_object->u.request.object_name[0]); in lpfc_wr_object()