Home
last modified time | relevance | path

Searched defs:device (Results 1 – 25 of 226) sorted by relevance

12345678910

/titanic_51/usr/src/cmd/hal/hald/
H A Ddevice.c59 HalDevice *device = HAL_DEVICE (obj); in hal_device_finalize() local
135 hal_device_init (HalDevice *device) in hal_device_init() argument
175 HalDevice *device; hal_device_new() local
416 hal_device_get_udi(HalDevice * device) hal_device_get_udi() argument
422 hal_device_set_udi(HalDevice * device,const char * udi) hal_device_set_udi() argument
430 hal_device_add_capability(HalDevice * device,const char * capability) hal_device_add_capability() argument
437 hal_device_has_capability(HalDevice * device,const char * capability) hal_device_has_capability() argument
459 hal_device_has_property(HalDevice * device,const char * key) hal_device_has_property() argument
468 hal_device_num_properties(HalDevice * device) hal_device_num_properties() argument
476 hal_device_property_find(HalDevice * device,const char * key) hal_device_property_find() argument
494 hal_device_property_to_string(HalDevice * device,const char * key) hal_device_property_to_string() argument
506 hal_device_property_foreach(HalDevice * device,HalDevicePropertyForeachFn callback,gpointer user_data) hal_device_property_foreach() argument
527 hal_device_property_get_type(HalDevice * device,const char * key) hal_device_property_get_type() argument
543 hal_device_property_get_string(HalDevice * device,const char * key) hal_device_property_get_string() argument
559 hal_device_property_get_as_string(HalDevice * device,const char * key,char * buf,size_t bufsize) hal_device_property_get_as_string() argument
623 hal_device_property_get_int(HalDevice * device,const char * key) hal_device_property_get_int() argument
639 hal_device_property_get_uint64(HalDevice * device,const char * key) hal_device_property_get_uint64() argument
655 hal_device_property_get_bool(HalDevice * device,const char * key) hal_device_property_get_bool() argument
671 hal_device_property_get_double(HalDevice * device,const char * key) hal_device_property_get_double() argument
687 hal_device_property_set_string(HalDevice * device,const char * key,const char * value) hal_device_property_set_string() argument
723 hal_device_property_set_int(HalDevice * device,const char * key,dbus_int32_t value) hal_device_property_set_int() argument
757 hal_device_property_set_uint64(HalDevice * device,const char * key,dbus_uint64_t value) hal_device_property_set_uint64() argument
791 hal_device_property_set_bool(HalDevice * device,const char * key,dbus_bool_t value) hal_device_property_set_bool() argument
825 hal_device_property_set_double(HalDevice * device,const char * key,double value) hal_device_property_set_double() argument
894 hal_device_property_remove(HalDevice * device,const char * key) hal_device_property_remove() argument
914 hal_device_property_set_attribute(HalDevice * device,const char * key,enum PropertyAttribute attr,gboolean val) hal_device_property_set_attribute() argument
930 hal_device_print(HalDevice * device) hal_device_print() argument
984 HalDevice *device; global() member
1003 prop_changed_cb(HalDevice * device,const char * key,gboolean removed,gboolean added,gpointer user_data) prop_changed_cb() argument
1036 hal_device_async_wait_property(HalDevice * device,const char * key,HalDeviceAsyncCallback callback,gpointer user_data,int timeout) hal_device_async_wait_property() argument
1068 hal_device_callouts_finished(HalDevice * device) hal_device_callouts_finished() argument
1076 hal_device_cancel(HalDevice * device) hal_device_cancel() argument
1086 hal_device_property_get_strlist(HalDevice * device,const char * key) hal_device_property_get_strlist() argument
1103 hal_device_property_get_strlist_elem(HalDevice * device,const char * key,guint index) hal_device_property_get_strlist_elem() argument
1122 hal_device_property_strlist_append(HalDevice * device,const char * key,const char * value) hal_device_property_strlist_append() argument
1154 hal_device_property_strlist_prepend(HalDevice * device,const char * key,const char * value) hal_device_property_strlist_prepend() argument
1186 hal_device_property_strlist_remove_elem(HalDevice * device,const char * key,guint index) hal_device_property_strlist_remove_elem() argument
1211 hal_device_property_strlist_clear(HalDevice * device,const char * key) hal_device_property_strlist_clear() argument
1244 hal_device_property_strlist_add(HalDevice * device,const char * key,const char * value) hal_device_property_strlist_add() argument
1283 hal_device_property_strlist_remove(HalDevice * device,const char * key,const char * value) hal_device_property_strlist_remove() argument
1307 hal_device_property_strlist_is_empty(HalDevice * device,const char * key) hal_device_property_strlist_is_empty() argument
1326 hal_device_inc_num_addons(HalDevice * device) hal_device_inc_num_addons() argument
1332 hal_device_inc_num_ready_addons(HalDevice * device) hal_device_inc_num_ready_addons() argument
1345 hal_device_are_all_addons_ready(HalDevice * device) hal_device_are_all_addons_ready() argument
[all...]
H A Dhald_runner.c57 HalDevice *device; member
73 HalDevice *device = user_data; in rprd_foreach() local
84 running_processes_remove_device (HalDevice *device) in running_processes_remove_device() argument
90 runner_device_finalized (HalDevice *device) in runner_device_finalized() argument
236 add_property_to_msg (HalDevice *device, HalPropert argument
340 add_first_part(DBusMessageIter * iter,HalDevice * device,const gchar * command_line,char ** extra_env) add_first_part() argument
365 hald_runner_start(HalDevice * device,const gchar * command_line,char ** extra_env,HalRunTerminatedCB cb,gpointer data1,gpointer data2) hald_runner_start() argument
481 hald_runner_run_method(HalDevice * device,const gchar * command_line,char ** extra_env,gchar * input,gboolean error_on_stderr,guint32 timeout,HalRunTerminatedCB cb,gpointer data1,gpointer data2) hald_runner_run_method() argument
532 hald_runner_run(HalDevice * device,const gchar * command_line,char ** extra_env,guint timeout,HalRunTerminatedCB cb,gpointer data1,gpointer data2) hald_runner_run() argument
544 hald_runner_kill_device(HalDevice * device) hald_runner_kill_device() argument
574 hald_runner_kill_all(HalDevice * device) hald_runner_kill_all() argument
[all...]
H A Ddevice_store.c109 hal_device_store_init (HalDeviceStore *device) in hal_device_store_init() argument
149 emit_device_property_changed (HalDevice *device, in emit_device_property_changed() argument
162 emit_device_capability_added (HalDevice *device, in emit_device_capability_added() argument
173 hal_device_store_add (HalDeviceStore *store, HalDevice *device) in hal_device_store_add() argument
198 hal_device_store_remove(HalDeviceStore * store,HalDevice * device) hal_device_store_remove() argument
257 hal_device_store_print_foreach_fn(HalDeviceStore * store,HalDevice * device,gpointer user_data) hal_device_store_print_foreach_fn() argument
396 match_device_async(HalDeviceStore * store,HalDevice * device,const char * key,gboolean removed,gboolean added,gpointer user_data) match_device_async() argument
421 store_changed(HalDeviceStore * store,HalDevice * device,gboolean added,gpointer user_data) store_changed() argument
461 HalDevice *device; hal_device_store_match_key_value_string_async() local
[all...]
H A Dhald.c78 addon_terminated (HalDevice *device, guint32 exit_type, in addon_terminated() argument
100 gdl_store_changed (HalDeviceStore *store, HalDevice *device, in gdl_store_changed() argument
145 gdl_property_changed(HalDeviceStore * store,HalDevice * device,const char * key,gboolean added,gboolean removed,gpointer user_data) gdl_property_changed() argument
159 gdl_capability_added(HalDeviceStore * store,HalDevice * device,const char * capability,gpointer user_data) gdl_capability_added() argument
[all...]
H A Dhald_dbus.c184 HalDevice *device) in raise_device_not_locked() argument
203 raise_device_already_locked(DBusConnection * connection,DBusMessage * in_reply_to,HalDevice * device) raise_device_already_locked() argument
232 raise_branch_already_claimed(DBusConnection * connection,DBusMessage * in_reply_to,HalDevice * device) raise_branch_already_claimed() argument
261 raise_branch_not_claimed(DBusConnection * connection,DBusMessage * in_reply_to,HalDevice * device) raise_branch_not_claimed() argument
301 foreach_device_get_udi(HalDeviceStore * store,HalDevice * device,gpointer user_data) foreach_device_get_udi() argument
362 foreach_device_match_get_udi(HalDeviceStore * store,HalDevice * device,gpointer user_data) foreach_device_match_get_udi() argument
386 foreach_device_match_get_udi_tdl(HalDeviceStore * store,HalDevice * device,gpointer user_data) foreach_device_match_get_udi_tdl() argument
490 foreach_device_by_capability(HalDeviceStore * store,HalDevice * device,gpointer user_data) foreach_device_by_capability() argument
619 manager_send_signal_device_added(HalDevice * device) manager_send_signal_device_added() argument
652 manager_send_signal_device_removed(HalDevice * device) manager_send_signal_device_removed() argument
686 manager_send_signal_new_capability(HalDevice * device,const char * capability) manager_send_signal_new_capability() argument
724 foreach_property_append(HalDevice * device,HalProperty * p,gpointer user_data) foreach_property_append() argument
1393 HalDevice *device; device_set_property() local
2356 device_send_signal_property_modified(HalDevice * device,const char * key,dbus_bool_t added,dbus_bool_t removed) device_send_signal_property_modified() argument
2449 device_send_signal_condition(HalDevice * device,const char * condition_name,const char * condition_details) device_send_signal_condition() argument
2532 HalDevice *device; device_rescan() local
2576 HalDevice *device; device_reprobe() local
2621 HalDevice *device; device_emit_condition() local
2690 HalDevice *device; device_claim_interface() local
2763 HalDevice *device; addon_is_ready() local
3507 foreach_device_get_xml_node(HalDeviceStore * store,HalDevice * device,gpointer user_data) foreach_device_get_xml_node() argument
[all...]
/titanic_51/usr/src/uts/i86pc/os/
H A Dpci_mech1.c48 pci_mech1_getb(int bus, int device, int function, int reg) in pci_mech1_getb() argument
64 pci_mech1_getw(int bus, int device, int function, int reg) in pci_mech1_getw() argument
81 pci_mech1_getl(int bus, int device, int function, int reg) in pci_mech1_getl() argument
98 pci_mech1_putb(int bus, int device, in argument
112 pci_mech1_putw(int bus,int device,int function,int reg,uint16_t val) pci_mech1_putw() argument
126 pci_mech1_putl(int bus,int device,int function,int reg,uint32_t val) pci_mech1_putl() argument
[all...]
H A Dpci_neptune.c140 pci_neptune_getb(int bus, int device, int function, int reg) in pci_neptune_getb() argument
153 pci_neptune_getw(int bus, int device, int function, int reg) in pci_neptune_getw() argument
166 pci_neptune_getl(int bus, int device, int function, int reg) in pci_neptune_getl() argument
179 pci_neptune_putb(int bus,int device,int function,int reg,uint8_t val) pci_neptune_putb() argument
189 pci_neptune_putw(int bus,int device,int function,int reg,uint16_t val) pci_neptune_putw() argument
199 pci_neptune_putl(int bus,int device,int function,int reg,uint32_t val) pci_neptune_putl() argument
[all...]
H A Dpci_mech1_amd.c95 pci_mech1_amd_getb(int bus, int device, int function, int reg) in pci_mech1_amd_getb() argument
112 pci_mech1_amd_getw(int bus, int device, int function, int reg) in pci_mech1_amd_getw() argument
129 pci_mech1_amd_getl(int bus, int device, int function, int reg) in pci_mech1_amd_getl() argument
146 pci_mech1_amd_putb(int bus, int device, in argument
160 pci_mech1_amd_putw(int bus,int device,int function,int reg,uint16_t val) pci_mech1_amd_putw() argument
174 pci_mech1_amd_putl(int bus,int device,int function,int reg,uint32_t val) pci_mech1_amd_putl() argument
[all...]
H A Dpci_mech2.c73 pci_mech2_getb(int bus, int device, int function, int reg) in pci_mech2_getb() argument
89 pci_mech2_getw(int bus, int device, int function, int reg) in pci_mech2_getw() argument
105 pci_mech2_getl(int bus, int device, int function, int reg) in pci_mech2_getl() argument
121 pci_mech2_putb(int bus,int device,int function,int reg,uint8_t val) pci_mech2_putb() argument
134 pci_mech2_putw(int bus,int device,int function,int reg,uint16_t val) pci_mech2_putw() argument
147 pci_mech2_putl(int bus,int device,int function,int reg,uint32_t val) pci_mech2_putl() argument
[all...]
H A Dpci_orion.c181 pci_orion_getb(int bus, int device, int function, int reg) in pci_orion_getb() argument
194 pci_orion_getw(int bus, int device, int function, int reg) in pci_orion_getw() argument
207 pci_orion_getl(int bus, int device, int function, int reg) in pci_orion_getl() argument
220 pci_orion_putb(int bus, int device, in argument
230 pci_orion_putw(int bus,int device,int function,int reg,uint16_t val) pci_orion_putw() argument
240 pci_orion_putl(int bus,int device,int function,int reg,uint32_t val) pci_orion_putl() argument
[all...]
/titanic_51/usr/src/cmd/boot/installgrub/
H A Dinstallgrub.c371 ig_device_t *device = &data.device; handle_getinfo() local
634 init_device(ig_device_t * device,char * path) init_device() argument
700 cleanup_device(ig_device_t * device) cleanup_device() argument
726 get_start_sector(ig_device_t * device) get_start_sector() argument
886 get_disk_fd(ig_device_t * device) get_disk_fd() argument
979 ig_device_t *device = &install->device; write_stage2() local
1037 ig_device_t *device = &install->device; write_stage1() local
1103 ig_device_t *device = &dest->device; read_stage2_from_file() local
1174 ig_device_t *device = &install->device; prepare_stage1() local
1294 ig_device_t *device = &data->device; is_update_necessary() local
1347 ig_device_t *device = &install->device; prepare_stage2() local
1469 get_raw_partition_path(ig_device_t * device) get_raw_partition_path() argument
1520 get_raw_partition_fd(ig_device_t * device) get_raw_partition_fd() argument
[all...]
/titanic_51/usr/src/cmd/boot/installboot/i386/
H A Dinstallboot.c236 read_bootblock_from_disk(ib_device_t *device, ib_bootblock_t *bblock, in read_bootblock_from_disk() argument
327 ib_device_t *device = &data->device; in is_update_necessary() local
416 ib_device_t *device; prepare_stage1() local
461 ib_device_t *device; prepare_bootblock() local
485 ib_device_t *device = &data->device; write_bootblock() local
559 ib_device_t *device = &data->device; write_stage1() local
640 get_start_sector(ib_device_t * device) get_start_sector() argument
886 get_boot_partition(ib_device_t * device,struct mboot * mbr) get_boot_partition() argument
941 get_boot_slice(ib_device_t * device,struct dk_gpt * vtoc) get_boot_slice() argument
976 init_device(ib_device_t * device,char * path) init_device() argument
1139 cleanup_device(ib_device_t * device) cleanup_device() argument
1332 ib_device_t device; handle_getinfo() local
[all...]
/titanic_51/usr/src/cmd/boot/installboot/sparc/
H A Dinstallboot.c90 ib_device_t *device = &data->device; in read_bootblock_from_file() local
268 ib_device_t *device = &data->device; in is_update_necessary() local
338 ib_device_t *device = &data->device; prepare_bootblock() local
386 ib_device_t *device = &data->device; write_zfs_bootblock() local
426 ib_device_t *device = &data->device; write_bootblock() local
452 open_device(ib_device_t * device) open_device() argument
480 init_device(ib_device_t * device,char * path) init_device() argument
499 cleanup_device(ib_device_t * device) cleanup_device() argument
675 ib_device_t *device = &data.device; handle_getinfo() local
[all...]
/titanic_51/usr/src/lib/libpkg/common/
H A Ddstream.c183 ds_readbuf(char * device) ds_readbuf() argument
292 ds_init(char * device,char ** pkg,char * norewind) ds_init() argument
519 ds_findpkg(char * device,char * pkg) ds_findpkg() argument
583 ds_getpkg(char * device,int n,char * dstdir) ds_getpkg() argument
615 ds_getnextvol(char * device) ds_getnextvol() argument
642 ds_skip(char * device,int nskip) ds_skip() argument
670 ds_skiptoend(char * device) ds_skiptoend() argument
677 ds_next(char * device,char * instdir) ds_next() argument
734 BIO_ds_dump(PKG_ERR * err,char * device,BIO * bio) BIO_ds_dump() argument
793 ds_ginit(char * device) ds_ginit() argument
[all...]
/titanic_51/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_kverbs.c109 ib_device_t *device; in get_device() local
203 ib_device_t *device; in ofs_async_handler() local
262 struct ib_device *device; ofs_async_handler() local
317 ib_device_t *device; ib_register_client() local
514 ib_device_t *device; ib_unregister_client() local
612 ib_get_client_data(struct ib_device * device,struct ib_client * client) ib_get_client_data() argument
666 ib_set_client_data(struct ib_device * device,struct ib_client * client,void * data) ib_set_client_data() argument
714 ib_query_device(struct ib_device * device,struct ib_device_attr * attr) ib_query_device() argument
807 ib_alloc_pd(struct ib_device * device) ib_alloc_pd() argument
938 ib_create_cq(struct ib_device * device,ib_comp_handler comp_handler,void (* event_handler)(struct ib_event *,void *),void * cq_context,int cqe,void * comp_vector) ib_create_cq() argument
2314 ib_get_ibt_hca_hdl(struct ib_device * device) ib_get_ibt_hca_hdl() argument
[all...]
/titanic_51/usr/src/cmd/rmformat/
H A Drmformat.h152 typedef struct device { struct
157 d_inqdevice global() argument
/titanic_51/usr/src/cmd/hal/tools/
H A Dhal-storage-mount.c83 permission_denied_volume_ignore (const char *device) in permission_denied_volume_ignore() argument
91 permission_denied_etc_fstab (const char *device) in permission_denied_etc_fstab() argument
99 already_mounted (const char *device) in already_mounted() argument
140 cannot_remount (const char *device) in cannot_remount() argument
299 bailout_if_in_fstab (LibHalContext *hal_ctx, const char *device, const char *label, const char *uuid) in bailout_if_in_fstab() argument
392 device_is_mounted(const char * device,char ** mount_point) device_is_mounted() argument
450 handle_mount(LibHalContext * hal_ctx,LibPolKitContext * pol_ctx,const char * udi,LibHalVolume * volume,LibHalDrive * drive,const char * device,const char * invoked_by_uid,const char * invoked_by_syscon_name,DBusConnection * system_bus) global() argument
1065 char *device; global() local
[all...]
H A Dhal-storage-zpool.c55 int result, const char *auth_used, const char *pool, const char *device) in audit_pool() argument
104 char *subcmd, const char *pool, const char *device, in handle_zpool() argument
176 char *device; main() local
[all...]
/titanic_51/usr/src/cmd/devinfo/
H A Ddevinfo.c73 char *device; in main() local
128 partinfo(int fd,char * device) partinfo() argument
166 devinfo(struct dk_geom * geom,int fd,char * device) devinfo() argument
[all...]
/titanic_51/usr/src/cmd/rcm_daemon/common/
H A Drcm_lock.c58 char device[MAXPATHLEN]; /* name of device or resource */ member
175 find_req_entry(char *device, uint_t flag, int seq_num, req_list_t *list) in find_req_entry() argument
290 char *device; in info_req_add() local
365 check_lock(char * device,uint_t flag,int cflag,rcm_info_t ** info) check_lock() argument
441 char *device; rsrc_check_lock_conflicts() local
478 dr_req_update_entry(char * device,pid_t pid,uint_t flag,int state,int seq_num,timespec_t * interval,rcm_info_t ** infop) dr_req_update_entry() argument
675 char *device; dr_req_add() local
759 char *device = resolve_name(rsrcname); dr_req_update() local
824 char *device = resolve_name(rsrcname); dr_req_remove() local
[all...]
/titanic_51/usr/src/cmd/acct/lib/
H A Ddevtolin.c65 devtolin(device) in devtolin() argument
120 srch_dir(device,path,depth,skip_dirs) srch_dir() argument
[all...]
/titanic_51/usr/src/lib/libadm/common/
H A Dgetvol.c94 getvol(char *device, char *label, int options, char *prompt) in getvol() argument
100 _getvol(char *device, char *label, int options, char *prompt, char *norewind) in _getvol() argument
287 insert(char * device,char * label,int options,char * prompt) insert() argument
459 doremovecmd(char * device,int echo) doremovecmd() argument
[all...]
/titanic_51/usr/src/cmd/lp/cmd/lpsched/
H A Dports.c159 char *device; in open_direct() local
323 push_module(int fd,char * device,char * module) push_module() argument
[all...]
/titanic_51/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dib.c64 rdsv3_ib_add_one(ib_device_t *device) in rdsv3_ib_add_one() argument
195 rdsv3_ib_remove_one(struct ib_device * device) rdsv3_ib_remove_one() argument
[all...]
/titanic_51/usr/src/cmd/audio/audioctl/
H A Daudioctl.c140 typedef struct device { struct
150 struct device *nextp; argument
[all...]

12345678910