Home
last modified time | relevance | path

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

/linux-3.4.99/fs/ncpfs/
Dioctl.c89 compat_caddr_t object_name; /* a userspace data, in most cases user name */ member
595 if (copy_to_user(compat_ptr(user.object_name), in __ncp_ioctl()
596 server->auth.object_name, in __ncp_ioctl()
622 if (copy_to_user(user.object_name, in __ncp_ioctl()
623 server->auth.object_name, in __ncp_ioctl()
652 user.object_name = compat_ptr(user32.object_name); in __ncp_ioctl()
661 newname = memdup_user(user.object_name, in __ncp_ioctl()
669 oldname = server->auth.object_name; in __ncp_ioctl()
675 server->auth.object_name = newname; in __ncp_ioctl()
Dncp_fs_sb.h92 void* object_name; member
Dinode.c788 kfree(server->auth.object_name); in ncp_put_super()
/linux-3.4.99/drivers/acpi/acpica/
Duteval.c202 acpi_ut_evaluate_numeric_object(char *object_name, in acpi_ut_evaluate_numeric_object() argument
211 status = acpi_ut_evaluate_object(device_node, object_name, in acpi_ut_evaluate_numeric_object()
Dacutils.h323 acpi_ut_evaluate_numeric_object(char *object_name,
/linux-3.4.99/fs/ceph/
Dioctl.h58 char object_name[64]; /* out: object name */ member
Dioctl.c213 snprintf(dl.object_name, sizeof(dl.object_name), "%llx.%08llx", in ceph_ioctl_get_dataloc()
215 ceph_calc_object_layout(&ol, dl.object_name, &ci->i_layout, in ceph_ioctl_get_dataloc()
/linux-3.4.99/include/linux/
Dncp_fs.h90 void __user * object_name; /* a userspace data, in most cases user name */ member
/linux-3.4.99/drivers/acpi/
Dbus.c237 char object_name[5] = { '_', 'P', 'S', '0' + state, '\0' }; in __acpi_bus_set_power() local
263 object_name[3] = '3'; in __acpi_bus_set_power()
280 object_name, NULL, NULL); in __acpi_bus_set_power()
289 object_name, NULL, NULL); in __acpi_bus_set_power()
Dscan.c879 char object_name[5] = { '_', 'P', 'R', '0' + i, '\0' }; in acpi_bus_get_power_flags() local
882 acpi_evaluate_reference(device->handle, object_name, NULL, in acpi_bus_get_power_flags()
893 object_name[2] = 'S'; in acpi_bus_get_power_flags()
894 status = acpi_get_handle(device->handle, object_name, &handle); in acpi_bus_get_power_flags()
/linux-3.4.99/drivers/net/ethernet/emulex/benet/
Dbe_cmds.h1152 u8 object_name[104]; member
1183 u8 object_name[104]; member
Dbe_cmds.c1814 strcpy(req->object_name, obj_name); in lancer_cmd_write_object()
1873 strcpy(req->object_name, obj_name); in lancer_cmd_read_object()
/linux-3.4.99/drivers/scsi/lpfc/
Dlpfc_hw4.h2845 uint32_t object_name[26]; member
Dlpfc_sli.c15802 sprintf((uint8_t *)wr_object->u.request.object_name, "/"); in lpfc_wr_object()
15803 wr_object->u.request.object_name[0] = in lpfc_wr_object()
15804 cpu_to_le32(wr_object->u.request.object_name[0]); in lpfc_wr_object()