Home
last modified time | relevance | path

Searched refs:apd_t (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap.h124 } apd_t; typedef
201 int ap_cnt(apd_t *);
203 int ap_confirm(apd_t *);
209 char *ap_logid(apd_t *, char *);
210 void ap_err(apd_t *, ...);
211 void ap_msg(apd_t *, ...);
215 cfga_err_t ap_stat(apd_t *a, int);
226 int ap_cm_ncap(apd_t *, int);
232 cfga_err_t ap_rcm_init(apd_t *);
233 void ap_rcm_fini(apd_t *);
[all …]
H A Dap_sbd.c78 ap_stat(apd_t *a, int all) in ap_stat()
225 apd_init(apd_t *a, int all) in apd_init()
323 apd_free(apd_t *a) in apd_free()
344 apd_t *
348 apd_t *a; in apd_alloc()
528 ap_ioctl(apd_t *a, int cmd) in ap_ioctl()
646 ap_sys_err(apd_t *a, char **rp) in ap_sys_err()
797 ap_cm_stat(apd_t *a, int seq) in ap_cm_stat()
809 ap_cm_devpath(apd_t *a, int seq) in ap_cm_devpath()
880 ap_cm_type(apd_t *a, int seq) in ap_cm_type()
[all …]
H A Dap_seq.c47 ap_suspend_check(apd_t *a, int cmd, int first, int last, int *suspend) in ap_suspend_check()
91 ap_seq_get(apd_t *a, int cmd, int *first, int *last) in ap_seq_get()
218 ap_seq_exec(apd_t *a, int cmd, int first, int last) in ap_seq_exec()
407 ap_cmd_exec(apd_t *a, int cmd) in ap_cmd_exec()
413 ap_cmd_seq(apd_t *a, int cmd) in ap_cmd_seq()
H A Dcfga.c52 apd_t *a; in cfga_change_state()
110 apd_t *a; in cfga_private_func()
145 apd_t *a; in cfga_test()
184 apd_t *a; in cfga_list_ext()
H A Dap_rcm.c153 ap_capinfo(apd_t *a, int firstcm, int lastcm, cap_info_t **capinfo) in ap_capinfo()
254 ap_rcm_init(apd_t *a) in ap_rcm_init()
469 ap_rcm_fini(apd_t *a) in ap_rcm_fini()
498 ap_rcm_rlist(apd_t *a, int firstcm, int lastcm, char ***rlist, int cmd) in ap_rcm_rlist()
645 ap_rcm_cap_cpu(apd_t *a, rcmd_t *rcm, rcm_handle_t *hd, uint_t flags, in ap_rcm_cap_cpu()
807 ap_rcm_cap_mem(apd_t *a, rcmd_t *rcm, rcm_handle_t *hd, uint_t flags, in ap_rcm_cap_mem()
881 ap_rcm_request_cap(apd_t *a, rcmd_t *rcm, rcm_handle_t *hd, in ap_rcm_request_cap()
938 ap_rcm_add_cap(apd_t *a, rcmd_t *rcm, rcm_handle_t *hd, in ap_rcm_add_cap()
1037 ap_rcm_notify_cap(apd_t *a, rcmd_t *rcm, rcm_handle_t *hd, in ap_rcm_notify_cap()
1150 ap_rcm_ctl(apd_t *a, int cmd) in ap_rcm_ctl()
[all …]
H A Dap.c42 ap_symid(apd_t *a, char *apid, char *symid, size_t bufsize) in ap_symid()
90 ap_logid(apd_t *a, char *apid) in ap_logid()
117 ap_parse(apd_t *a, const char *ap_id) in ap_parse()
511 ap_opt_parse(apd_t *a, ap_cmd_t *acp, const char *options) in ap_opt_parse()
651 ap_cmd_parse(apd_t *a, const char *f, const char *options, int *cmd) in ap_cmd_parse()
732 ap_cnt(apd_t *a) in ap_cnt()
H A Dap_msg.c178 ap_err(apd_t *a, ...) in ap_err()
438 ap_msg(apd_t *a, ...) in ap_msg()
497 ap_confirm(apd_t *a) in ap_confirm()
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Dri_init.c75 } apd_t; typedef
137 static int rcm_init(rcmd_t *, apd_t [], int, int);
139 static int rcm_query_init(rcmd_t *, apd_t [], int);
170 static void apd_tbl_free(apd_t [], int);
183 static void dump_apd_tbl(FILE *, apd_t *, int);
219 apd_t *apd, *apd_tbl = NULL; in ri_init()
578 rcm_query_init(rcmd_t *rcm, apd_t apd_tbl[], int napds) in rcm_query_init()
580 apd_t *apd; in rcm_query_init()
1851 apd_tbl_free(apd_t apd_tbl[], int napds) in apd_tbl_free()
1854 apd_t *apd; in apd_tbl_free()
[all …]