Home
last modified time | relevance | path

Searched defs:h (Results 1 – 25 of 661) sorted by relevance

12345678910>>...27

/titanic_51/usr/src/cmd/cdrw/
H A Dbstream.c82 file_stream_size(bstreamhandle h,off_t * size) file_stream_size() argument
99 audio_stream_size(bstreamhandle h,off_t * size) audio_stream_size() argument
107 file_stream_read(bstreamhandle h,uchar_t * buf,off_t size) file_stream_read() argument
114 file_stream_write(bstreamhandle h,uchar_t * buf,off_t size) file_stream_write() argument
124 file_stream_read_wrbo(bstreamhandle h,uchar_t * buf,off_t size) file_stream_read_wrbo() argument
147 file_stream_write_wrbo(bstreamhandle h,uchar_t * buf,off_t size) file_stream_write_wrbo() argument
164 file_stream_close(bstreamhandle h) file_stream_close() argument
175 stdin_stream_close(bstreamhandle h) stdin_stream_close() argument
183 wav_write_stream_close(bstreamhandle h) wav_write_stream_close() argument
207 au_write_stream_close(bstreamhandle h) au_write_stream_close() argument
228 stdin_stream_rewind(bstreamhandle h) stdin_stream_rewind() argument
233 file_stream_rewind(bstreamhandle h) file_stream_rewind() argument
239 au_stream_rewind(bstreamhandle h) au_stream_rewind() argument
255 wav_stream_rewind(bstreamhandle h) wav_stream_rewind() argument
263 bstreamhandle h; open_file_read_stream() local
290 bstreamhandle h; open_iso_read_stream() local
362 bstreamhandle h; open_stdin_read_stream() local
388 bstreamhandle h; open_au_read_stream() local
469 bstreamhandle h; open_wav_read_stream() local
538 bstreamhandle h; open_aur_read_stream() local
550 bstreamhandle h; open_au_write_stream() local
580 bstreamhandle h; open_wav_write_stream() local
609 bstreamhandle h; open_aur_write_stream() local
626 bstreamhandle h; open_file_write_stream() local
643 bstreamhandle h; open_temp_file_stream() local
[all...]
/titanic_51/usr/src/cmd/mandoc/
H A Dhtml.c134 struct html *h; html_alloc() local
174 struct html *h; html_free() local
187 print_gen_head(struct html * h) print_gen_head() argument
222 print_metaf(struct html * h,enum mandoc_esc deco) print_metaf() argument
359 print_encode(struct html * h,const char * p,int norecurse) print_encode() argument
459 print_attr(struct html * h,const char * key,const char * val) print_attr() argument
467 print_otag(struct html * h,enum htmltag tag,int sz,const struct htmlpair * p) print_otag() argument
521 print_ctag(struct html * h,struct tag * tag) print_ctag() argument
544 print_gen_decls(struct html * h) print_gen_decls() argument
551 print_text(struct html * h,const char * word) print_text() argument
597 print_tagq(struct html * h,const struct tag * until) print_tagq() argument
609 print_stagq(struct html * h,const struct tag * suntil) print_stagq() argument
621 print_paragraph(struct html * h) print_paragraph() argument
633 bufinit(struct html * h) bufinit() argument
641 bufcat_style(struct html * h,const char * key,const char * val) bufcat_style() argument
651 bufcat(struct html * h,const char * p) bufcat() argument
665 bufcat_fmt(struct html * h,const char * fmt,...) bufcat_fmt() argument
677 bufncat(struct html * h,const char * p,size_t sz) bufncat() argument
686 buffmt_includes(struct html * h,const char * name) buffmt_includes() argument
710 buffmt_man(struct html * h,const char * name,const char * sec) buffmt_man() argument
737 bufcat_su(struct html * h,const char * p,const struct roffsu * su) bufcat_su() argument
751 bufcat_id(struct html * h,const char * src) bufcat_id() argument
[all...]
/titanic_51/usr/src/lib/libast/common/include/
H A Dhashpart.h34 #define HASH_ADD(h) (0x9c39c33dL) argument
38 #define HASH_A(h,n) ((((h) << 2) - (h)) << (n)) argument
39 #define HASH_B(h,n) ((((h) << 4) - (h)) << (n)) argument
40 #define HASH_C(h,n) ((HASH_A(h,7) + HASH_B(h,0)) << (n)) argument
41 #define HASH_MPY(h) (HASH_C(h,22)+HASH_C(h,10)+HASH_A(h,6)+HASH_A(h,3)+(h)) argument
45 #define HASH_MPY(h) ((h)*0x63c63cd9L) argument
49 #define HASHPART(h,c) (h = HASH_MPY(h) + HASH_ADD(h) + (c)) argument
H A Dfnv.h40 #define FNVINIT(h) (h = FNV_INIT) argument
41 #define FNVPART(h,c) (h = (h) * FNV_MULT ^ (c)) argument
42 #define FNVSUM(h,s,n) do { \ argument
62 #define FNVINIT64(h) (h = FNV_INIT64) argument
63 #define FNVPART64(h,c) (h = (h) * FNV_MULT64 ^ (c)) argument
64 #define FNVSUM64(h,s,n) do { \ argument
/titanic_51/usr/src/contrib/ast/src/lib/libast/include/
H A Dhashpart.h34 #define HASH_ADD(h) (0x9c39c33dL) argument
38 #define HASH_A(h,n) ((((h) << 2) - (h)) << (n)) argument
39 #define HASH_B(h,n) ((((h) << 4) - (h)) << (n)) argument
40 #define HASH_C(h,n) ((HASH_A(h,7) + HASH_B(h, argument
41 HASH_MPY(h) global() argument
45 HASH_MPY(h) global() argument
49 HASHPART(h,c) global() argument
[all...]
H A Dfnv.h40 #define FNVINIT(h) (h = FNV_INIT) argument
41 #define FNVPART(h,c) (h = (h) * FNV_MULT ^ (c)) argument
42 #define FNVSUM(h,s,n) do { \ argument
62 #define FNVINIT64(h) (h argument
63 FNVPART64(h,c) global() argument
64 FNVSUM64(h,s,n) global() argument
[all...]
/titanic_51/usr/src/uts/common/io/sdcard/impl/
H A Dsda_host.c57 sda_host_t *h; in sda_host_alloc() local
84 sda_host_free(sda_host_t * h) sda_host_free() argument
95 sda_host_set_private(sda_host_t * h,int num,void * private) sda_host_set_private() argument
101 sda_host_attach(sda_host_t * h) sda_host_attach() argument
120 sda_host_detach(sda_host_t * h) sda_host_detach() argument
131 sda_host_suspend(sda_host_t * h) sda_host_suspend() argument
139 sda_host_resume(sda_host_t * h) sda_host_resume() argument
147 sda_host_transfer(sda_host_t * h,int num,sda_err_t errno) sda_host_transfer() argument
153 sda_host_detect(sda_host_t * h,int num) sda_host_detect() argument
159 sda_host_fault(sda_host_t * h,int num,sda_fault_t fail) sda_host_fault() argument
165 sda_host_log(sda_host_t * h,int snum,const char * fmt,...) sda_host_log() argument
[all...]
/titanic_51/usr/src/lib/libast/i386/include/ast/
H A Dhashpart.h43 #define HASH_ADD(h) (0x9c39c33dL) argument
47 #define HASH_A(h,n) ((((h) << 2) - (h)) << (n)) argument
48 #define HASH_B(h,n) ((((h) << 4) - (h)) << (n)) argument
49 #define HASH_C(h,n) ((HASH_A(h,7) + HASH_B(h,0)) << (n)) argument
50 #define HASH_MPY(h) (HASH_C(h,22)+HASH_C(h,10)+HASH_A(h,6)+HASH_A(h,3)+(h)) argument
54 #define HASH_MPY(h) ((h)*0x63c63cd9L) argument
58 #define HASHPART(h,c) (h = HASH_MPY(h) + HASH_ADD(h) + (c)) argument
H A Dfnv.h49 #define FNVINIT(h) (h = FNV_INIT) argument
50 #define FNVPART(h,c) (h = (h) * FNV_MULT ^ (c)) argument
51 #define FNVSUM(h,s,n) do { \ argument
71 #define FNVINIT64(h) (h = FNV_INIT64) argument
72 #define FNVPART64(h,c) (h = (h) * FNV_MULT64 ^ (c)) argument
73 #define FNVSUM64(h,s,n) do { \ argument
/titanic_51/usr/src/lib/libast/amd64/include/ast/
H A Dhashpart.h43 #define HASH_ADD(h) (0x9c39c33dL) argument
47 #define HASH_A(h,n) ((((h) << 2) - (h)) << (n)) argument
48 #define HASH_B(h,n) ((((h) << 4) - (h)) << (n)) argument
49 #define HASH_C(h,n) ((HASH_A(h,7) + HASH_B(h,0)) << (n)) argument
50 #define HASH_MPY(h) (HASH_C(h,22)+HASH_C(h,10)+HASH_A(h,6)+HASH_A(h,3)+(h)) argument
54 #define HASH_MPY(h) ((h)*0x63c63cd9L) argument
58 #define HASHPART(h,c) (h = HASH_MPY(h) + HASH_ADD(h) + (c)) argument
H A Dfnv.h49 #define FNVINIT(h) (h = FNV_INIT) argument
50 #define FNVPART(h,c) (h = (h) * FNV_MULT ^ (c)) argument
51 #define FNVSUM(h,s,n) do { \ argument
71 #define FNVINIT64(h) (h = FNV_INIT64) argument
72 #define FNVPART64(h,c) (h = (h) * FNV_MULT64 ^ (c)) argument
73 #define FNVSUM64(h,s,n) do { \ argument
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/
H A Dhashpart.h43 #define HASH_ADD(h) (0x9c39c33dL) argument
47 #define HASH_A(h,n) ((((h) << 2) - (h)) << (n)) argument
48 #define HASH_B(h,n) ((((h) << 4) - (h)) << (n)) argument
49 #define HASH_C(h,n) ((HASH_A(h,7) + HASH_B(h,0)) << (n)) argument
50 #define HASH_MPY(h) (HASH_C(h,22)+HASH_C(h,10)+HASH_A(h,6)+HASH_A(h,3)+(h)) argument
54 #define HASH_MPY(h) ((h)*0x63c63cd9L) argument
58 #define HASHPART(h,c) (h = HASH_MPY(h) + HASH_ADD(h) + (c)) argument
H A Dfnv.h49 #define FNVINIT(h) (h = FNV_INIT) argument
50 #define FNVPART(h,c) (h = (h) * FNV_MULT ^ (c)) argument
51 #define FNVSUM(h,s,n) do { \ argument
71 #define FNVINIT64(h) (h = FNV_INIT64) argument
72 #define FNVPART64(h,c) (h = (h) * FNV_MULT64 ^ (c)) argument
73 #define FNVSUM64(h,s,n) do { \ argument
/titanic_51/usr/src/lib/libast/sparc/include/ast/
H A Dhashpart.h43 #define HASH_ADD(h) (0x9c39c33dL) argument
47 #define HASH_A(h,n) ((((h) << 2) - (h)) << (n)) argument
48 #define HASH_B(h,n) ((((h) << 4) - (h)) << (n)) argument
49 #define HASH_C(h,n) ((HASH_A(h,7) + HASH_B(h,0)) << (n)) argument
50 #define HASH_MPY(h) (HASH_C(h,22)+HASH_C(h,10)+HASH_A(h,6)+HASH_A(h,3)+(h)) argument
54 #define HASH_MPY(h) ((h)*0x63c63cd9L) argument
58 #define HASHPART(h,c) (h = HASH_MPY(h) + HASH_ADD(h) + (c)) argument
H A Dfnv.h49 #define FNVINIT(h) (h = FNV_INIT) argument
50 #define FNVPART(h,c) (h = (h) * FNV_MULT ^ (c)) argument
51 #define FNVSUM(h,s,n) do { \ argument
71 #define FNVINIT64(h) (h = FNV_INIT64) argument
72 #define FNVPART64(h,c) (h = (h) * FNV_MULT64 ^ (c)) argument
73 #define FNVSUM64(h,s,n) do { \ argument
/titanic_51/usr/src/cmd/fs.d/pcfs/fstyp/
H A Dfstyp.c109 PC_BPSEC(h) global() argument
110 PC_RESSEC(h) global() argument
111 PC_NROOTENT(h) global() argument
112 PC_NSEC(h) global() argument
113 PC_DRVNUM(h) global() argument
120 FSTYP_IS_32(h) global() argument
148 struct fstyp_pcfs *h; fstyp_mod_init() local
163 struct fstyp_pcfs *h = (struct fstyp_pcfs *)handle; fstyp_mod_fini() local
175 struct fstyp_pcfs *h = (struct fstyp_pcfs *)handle; fstyp_mod_ident() local
183 struct fstyp_pcfs *h = (struct fstyp_pcfs *)handle; fstyp_mod_get_attr() local
204 struct fstyp_pcfs *h = (struct fstyp_pcfs *)handle; fstyp_mod_dump() local
214 read_bootsec(fstyp_pcfs_t * h) read_bootsec() argument
245 valid_media(fstyp_pcfs_t * h) valid_media() argument
262 well_formed(fstyp_pcfs_t * h) well_formed() argument
289 calculate_parameters(fstyp_pcfs_t * h) calculate_parameters() argument
313 determine_fattype(fstyp_pcfs_t * h) determine_fattype() argument
328 get_label(fstyp_pcfs_t * h) get_label() argument
352 get_label_16(fstyp_pcfs_t * h) get_label_16() argument
394 get_label_32(fstyp_pcfs_t * h) get_label_32() argument
436 next_cluster_32(fstyp_pcfs_t * h,int n) next_cluster_32() argument
462 dir_find_label(fstyp_pcfs_t * h,struct pcdir * d,int nent) dir_find_label() argument
484 is_pcfs(fstyp_pcfs_t * h) is_pcfs() argument
507 dumpfs(fstyp_pcfs_t * h,FILE * fout,FILE * ferr) dumpfs() argument
558 ADD_STRING(h,name,value) global() argument
563 ADD_UINT32(h,name,value) global() argument
568 ADD_UINT64(h,name,value) global() argument
573 ADD_BOOL(h,name,value) global() argument
579 get_attr(fstyp_pcfs_t * h) get_attr() argument
[all...]
/titanic_51/usr/src/lib/libilb/common/
H A Dilb_rules.c40 i_drop_hc(ilb_handle_t h, ilb_hc_info_ argument
47 i_drop_rule(ilb_handle_t h,ilb_rule_data_t * rd,void * arg) i_drop_rule() argument
54 i_drop_sg_srvs(ilb_handle_t h,ilb_server_data_t * srv,const char * sgname,void * arg) i_drop_sg_srvs() argument
62 i_drop_sg(ilb_handle_t h,ilb_sg_data_t * sg,void * arg) i_drop_sg() argument
74 ilb_reset_config(ilb_handle_t h) ilb_reset_config() argument
95 ilb_create_rule(ilb_handle_t h,const ilb_rule_data_t * rd) ilb_create_rule() argument
151 i_ilb_rule_action(ilb_handle_t h,const char * name,ilbd_cmd_t cmd) i_ilb_rule_action() argument
183 ilb_destroy_rule(ilb_handle_t h,const char * name) ilb_destroy_rule() argument
189 ilb_enable_rule(ilb_handle_t h,const char * name) ilb_enable_rule() argument
195 ilb_disable_rule(ilb_handle_t h,const char * name) ilb_disable_rule() argument
201 i_ilb_retrieve_rule_names(ilb_handle_t h,ilb_comm_t ** rbuf,size_t * rbufsz) i_ilb_retrieve_rule_names() argument
228 i_ilb_walk_one_rule(ilb_handle_t h,rule_walkerfunc_t f,const char * name,void * arg) i_ilb_walk_one_rule() argument
290 ilb_walk_rules(ilb_handle_t h,rule_walkerfunc_t f,const char * name,void * arg) ilb_walk_rules() argument
[all...]
H A Dilb_sg.c37 i_ilb_addrem_sg(ilb_handle_t h, const char *sgname, ilbd_cmd_t cmd) in i_ilb_addrem_sg() argument
66 ilb_destroy_servergroup(ilb_handle_t h,const char * sgname) ilb_destroy_servergroup() argument
72 ilb_create_servergroup(ilb_handle_t h,const char * sgname) ilb_create_servergroup() argument
78 i_ilb_addrem_server_to_group(ilb_handle_t h,const char * sgname,ilb_server_data_t * srv,ilbd_cmd_t cmd) i_ilb_addrem_server_to_group() argument
132 ilb_add_server_to_group(ilb_handle_t h,const char * sgname,ilb_server_data_t * srv) ilb_add_server_to_group() argument
140 ilb_rem_server_from_group(ilb_handle_t h,const char * sgname,ilb_server_data_t * srv) ilb_rem_server_from_group() argument
148 i_ilb_retrieve_sg_names(ilb_handle_t h,ilb_comm_t ** rbuf,size_t * rbufsz) i_ilb_retrieve_sg_names() argument
174 i_ilb_retrieve_sg_hosts(ilb_handle_t h,const char * sgname,ilb_comm_t ** rbuf,size_t * rbufsz) i_ilb_retrieve_sg_hosts() argument
220 i_ilb_walk_one_sg(ilb_handle_t h,void * f,const char * sgname,void * arg,sgwalk_t walktype) i_ilb_walk_one_sg() argument
274 i_walk_sgs(ilb_handle_t h,void * f,const char * sgname,void * arg,sgwalk_t walktype) i_walk_sgs() argument
311 ilb_walk_servergroups(ilb_handle_t h,sg_walkerfunc_t f,const char * sgname,void * arg) ilb_walk_servergroups() argument
318 ilb_walk_servers(ilb_handle_t h,srv_walkerfunc_t f,const char * sgname,void * arg) ilb_walk_servers() argument
325 ilb_Xable_server(ilb_handle_t h,ilb_server_data_t * srv,void * reserved,ilbd_cmd_t cmd) ilb_Xable_server() argument
380 ilb_enable_server(ilb_handle_t h,ilb_server_data_t * srv,void * reserved) ilb_enable_server() argument
386 ilb_disable_server(ilb_handle_t h,ilb_server_data_t * srv,void * reserved) ilb_disable_server() argument
392 i_ilb_fillin_srvdata(ilb_handle_t h,ilb_server_data_t * srv,const char * sgname,ilbd_cmd_t cmd) i_ilb_fillin_srvdata() argument
454 ilb_srvID_to_address(ilb_handle_t h,ilb_server_data_t * srv,const char * sgname) ilb_srvID_to_address() argument
461 ilb_address_to_srvID(ilb_handle_t h,ilb_server_data_t * srv,const char * sgname) ilb_address_to_srvID() argument
[all...]
/titanic_51/usr/src/uts/common/sys/
H A Dpci_cap.h74 #define PCI_CAP_LOCATE(h, id, base_p) ((id) & PCI_CAP_XCFG_FLAG ? \ argument
78 #define PCI_CAP_GET8(h, i, b, o) ((uint8_t) \ argument
80 #define PCI_CAP_GET16(h, i, b, o) ((uint16_t) \ argument
82 PCI_CAP_GET32(h,i,b,o) global() argument
85 PCI_CAP_PUT8(h,i,b,o,d) global() argument
87 PCI_CAP_PUT16(h,i,b,o,d) global() argument
89 PCI_CAP_PUT32(h,i,b,o,d) global() argument
92 PCI_XCAP_GET8(h,i,b,o) global() argument
94 PCI_XCAP_GET16(h,i,b,o) global() argument
96 PCI_XCAP_GET32(h,i,b,o) global() argument
99 PCI_XCAP_PUT8(h,i,b,o,d) global() argument
101 PCI_XCAP_PUT16(h,i,b,o,d) global() argument
103 PCI_XCAP_PUT32(h,i,b,o,d) global() argument
[all...]
/titanic_51/usr/src/lib/libfstyp/common/
H A Dlibfstyp.c113 struct fstyp_handle *h; fstyp_init() local
149 fstyp_fini(struct fstyp_handle * h) fstyp_fini() argument
165 fstyp_ident(struct fstyp_handle * h,const char * fsname,const char ** ident) fstyp_ident() argument
178 fstyp_ident_all(struct fstyp_handle * h,const char ** ident) fstyp_ident_all() argument
208 fstyp_ident_one(struct fstyp_handle * h,const char * fsname,const char ** ident) fstyp_ident_one() argument
247 fstyp_get_attr(struct fstyp_handle * h,nvlist_t ** attr) fstyp_get_attr() argument
262 fstyp_dump(struct fstyp_handle * h,FILE * fout,FILE * ferr) fstyp_dump() argument
279 fstyp_strerror(struct fstyp_handle * h,int error) fstyp_strerror() argument
342 fstyp_find_module_by_name(struct fstyp_handle * h,const char * fsname) fstyp_find_module_by_name() argument
359 fstyp_init_module(struct fstyp_handle * h,char * mdir,char * fsname,fstyp_module_t ** mpp) fstyp_init_module() argument
412 fstyp_fini_module(struct fstyp_handle * h,fstyp_module_t * mp) fstyp_fini_module() argument
428 fstyp_init_all_modules(struct fstyp_handle * h) fstyp_init_all_modules() argument
463 fstyp_fini_all_modules(struct fstyp_handle * h) fstyp_fini_all_modules() argument
479 fstyp_load_module(struct fstyp_handle * h,fstyp_module_t * mp) fstyp_load_module() argument
521 fstyp_unload_module(struct fstyp_handle * h,fstyp_module_t * mp) fstyp_unload_module() argument
[all...]
/titanic_51/usr/src/cmd/svc/startd/
H A Dtransition.c60 gt_enter_uninit(scf_handle_t *h, graph_vertex_t *v, in gt_enter_uninit() argument
105 gt_enter_maint(scf_handle_t *h, graph_vertex_t *v, in gt_enter_maint() argument
153 gt_enter_offline(scf_handle_t *h, graph_vertex_t *v, in gt_enter_offline() argument
221 gt_enter_disabled(scf_handle_t *h, graph_vertex_t *v, in gt_enter_disabled() argument
282 gt_internal_online_or_degraded(scf_handle_t *h, graph_vertex_ argument
352 gt_enter_online(scf_handle_t * h,graph_vertex_t * v,restarter_instance_state_t old_state,restarter_error_t rerr) gt_enter_online() argument
366 gt_enter_degraded(scf_handle_t * h,graph_vertex_t * v,restarter_instance_state_t old_state,restarter_error_t rerr) gt_enter_degraded() argument
389 gt_transition(scf_handle_t * h,graph_vertex_t * v,restarter_error_t rerr,restarter_instance_state_t old_state) gt_transition() argument
[all...]
H A Dlibscf.c76 libscf_object_create(void * f (scf_handle_t *),scf_handle_t * h) libscf_object_create() argument
109 scf_handle_t *h; libscf_get_running_snapshot() local
135 scf_handle_t *h; libscf_get_or_make_running_snapshot() local
190 libscf_snapshots_poststart(scf_handle_t * h,const char * fmri,boolean_t retake) libscf_snapshots_poststart() argument
337 scf_handle_t *h; libscf_snapshots_refresh() local
399 libscf_read_single_astring(scf_handle_t * h,scf_property_t * prop,char ** ret) libscf_read_single_astring() argument
428 scf_handle_t *h = scf_instance_handle(inst); libscf_get_stn_tset() local
479 libscf_get_global_stn_tset(scf_handle_t * h) libscf_get_global_stn_tset() argument
510 scf_handle_t *h; libscf_read_state() local
590 depgroup_empty(scf_handle_t * h,scf_propertygroup_t * pg) depgroup_empty() argument
623 depgroup_read_scheme(scf_handle_t * h,scf_propertygroup_t * pg) depgroup_read_scheme() argument
651 depgroup_read_grouping(scf_handle_t * h,scf_propertygroup_t * pg) depgroup_read_grouping() argument
681 depgroup_read_restart(scf_handle_t * h,scf_propertygroup_t * pg) depgroup_read_restart() argument
725 scf_handle_t *h; get_boolean() local
848 scf_handle_t *h; get_count() local
940 get_restarter(scf_handle_t * h,scf_propertygroup_t * pg,char ** restarter) get_restarter() argument
993 libscf_fmri_get_instance(scf_handle_t * h,const char * fmri,scf_instance_t ** instp) libscf_fmri_get_instance() argument
1048 libscf_get_deathrow(scf_handle_t * h,scf_instance_t * inst,int * deathrow) libscf_get_deathrow() argument
1115 libscf_get_basic_instance_data(scf_handle_t * h,scf_instance_t * inst,const char * fmri,int * enabledp,int * enabled_ovrp,char ** restarter_fmri) libscf_get_basic_instance_data() argument
1416 scf_handle_t *h; pg_set_prop_value() local
1549 scf_handle_t *h; libscf_inst_set_boolean_prop() local
1610 scf_handle_t *h; libscf_inst_set_count_prop() local
1905 scf_handle_t *h; libscf_clear_runlevel() local
2073 scf_handle_t *h; libscf_get_template_values() local
2207 scf_handle_t *h; libscf_get_startd_properties() local
2329 libscf_read_method_ids(scf_handle_t * h,scf_instance_t * inst,const char * fmri,ctid_t * primary,ctid_t * transient,pid_t * start_pid) libscf_read_method_ids() argument
2463 scf_handle_t *h; libscf_write_start_pid() local
2536 scf_handle_t *h; libscf_note_method_log() local
2613 scf_handle_t *h; libscf_write_method_status() local
2794 libscf_populate_graph(scf_handle_t * h) libscf_populate_graph() argument
2857 libscf_get_method(scf_handle_t * h,int type,restarter_inst_t * inst,scf_snapshot_t * snap,method_restart_t * restart_on,uint_t * cte_mask,uint8_t * need_sessionp,uint64_t * timeout,uint8_t * timeout_retry) libscf_get_method() argument
3138 libscf_unset_action(scf_handle_t * h,scf_propertygroup_t * pg,admin_action_t a,hrtime_t ts) libscf_unset_action() argument
3357 libscf_handle_rebind(scf_handle_t * h) libscf_handle_rebind() argument
3381 scf_handle_t *h; libscf_handle_create_bound_loop() local
3405 scf_handle_t *h; walk_dependency_pgs() local
3488 scf_handle_t *h; walk_property_astrings() local
3584 libscf_create_self(scf_handle_t * h) libscf_create_self() argument
3852 scf_handle_t *h; libscf_set_reconfig() local
3917 scf_handle_t *h; libscf_reget_instance() local
[all...]
/titanic_51/usr/src/cmd/fs.d/hsfs/fstyp/
H A Dfstyp.c60 GETCDSECTOR(h,buf,secno,nosec) global() argument
87 fstyp_hsfs_t *h = (fstyp_hsfs_t *)handle; fstyp_mod_init() local
105 fstyp_hsfs_t *h = (fstyp_hsfs_t *)handle; fstyp_mod_fini() local
117 fstyp_hsfs_t *h = (fstyp_hsfs_t *)handle; fstyp_mod_ident() local
125 fstyp_hsfs_t *h = (fstyp_hsfs_t *)handle; fstyp_mod_get_attr() local
225 findhsvol(fstyp_hsfs_t * h,char * volp) findhsvol() argument
263 findisovol(fstyp_hsfs_t * h,char * volp) findisovol() argument
301 findunixvol(fstyp_hsfs_t * h,char * volp) findunixvol() argument
333 ckvoldesc(fstyp_hsfs_t * h,int * cd_type) ckvoldesc() argument
353 is_hsfs(fstyp_hsfs_t * h) is_hsfs() argument
372 ADD_STRING(h,name,value) global() argument
377 ADD_UINT64(h,name,value) global() argument
382 ADD_BOOL(h,name,value) global() argument
388 get_attr(fstyp_hsfs_t * h) get_attr() argument
510 getdisk(fstyp_hsfs_t * h,char * buf,int daddr,int size) getdisk() argument
[all...]
/titanic_51/usr/src/cmd/fs.d/udfs/fstyp/
H A Dfstyp.c70 fstyp_udfs_t *h = (fstyp_udfs_t *)handle; fstyp_mod_init() local
93 fstyp_udfs_t *h = (fstyp_udfs_t *)handle; fstyp_mod_fini() local
106 fstyp_udfs_t *h = (fstyp_udfs_t *)handle; fstyp_mod_ident() local
114 fstyp_udfs_t *h = (fstyp_udfs_t *)handle; fstyp_mod_get_attr() local
135 fstyp_udfs_t *h = (fstyp_udfs_t *)handle; fstyp_mod_dump() local
156 is_udfs(fstyp_udfs_t * h) is_udfs() argument
177 get_attr(fstyp_udfs_t * h) get_attr() argument
225 print_vds(fstyp_udfs_t * h,struct vds * v,FILE * fout,FILE * ferr) print_vds() argument
[all...]
/titanic_51/usr/src/uts/common/io/
H A Dpci_cap.c47 PCI_CAP_BASE(h,id,base_p) global() argument
54 pci_cap_probe(ddi_acc_handle_t h,uint16_t index,uint32_t * id_p,uint16_t * base_p) pci_cap_probe() argument
125 pci_lcap_locate(ddi_acc_handle_t h,uint8_t id,uint16_t * base_p) pci_lcap_locate() argument
168 pci_xcap_locate(ddi_acc_handle_t h,uint16_t id,uint16_t * base_p) pci_xcap_locate() argument
206 pci_htcap_locate(ddi_acc_handle_t h,uint16_t reg_mask,uint16_t reg_val,uint16_t * base_p) pci_htcap_locate() argument
252 pci_cap_get(ddi_acc_handle_t h,pci_cap_config_size_t size,uint32_t id,uint16_t base,uint16_t offset) pci_cap_get() argument
293 pci_cap_put(ddi_acc_handle_t h,pci_cap_config_size_t size,uint32_t id,uint16_t base,uint16_t offset,uint32_t data) pci_cap_put() argument
329 pci_cap_read(ddi_acc_handle_t h,uint32_t id,uint16_t base,uint32_t * buf_p,uint32_t nwords) pci_cap_read() argument
[all...]

12345678910>>...27