Home
last modified time | relevance | path

Searched defs:hp (Results 1 – 25 of 349) sorted by relevance

12345678910>>...14

/illumos-gate/usr/src/lib/scsi/libscsi/common/
H A Dscsi_subr.c67 libscsi_set_errno(libscsi_hdl_t *hp, libscsi_errno_t err) in libscsi_set_errno()
129 libscsi_errno(libscsi_hdl_t *hp) in libscsi_errno()
135 libscsi_errmsg(libscsi_hdl_t *hp) in libscsi_errmsg()
145 libscsi_alloc(libscsi_hdl_t *hp, size_t size) in libscsi_alloc()
161 libscsi_zalloc(libscsi_hdl_t *hp, size_t size) in libscsi_zalloc()
174 libscsi_strdup(libscsi_hdl_t *hp, const char *str) in libscsi_strdup()
187 libscsi_free(libscsi_hdl_t *hp, void *ptr) in libscsi_free()
195 libscsi_hdl_t *hp; in libscsi_init() local
210 libscsi_fini(libscsi_hdl_t *hp) in libscsi_fini()
229 libscsi_cmd_cdblen(libscsi_hdl_t *hp, uint8_t cmd) in libscsi_cmd_cdblen()
[all …]
/illumos-gate/usr/src/uts/common/refhash/
H A Drefhash.c35 refhash_t *hp; in refhash_create() local
66 refhash_destroy(refhash_t *hp) in refhash_destroy()
75 refhash_insert(refhash_t *hp, void *op) in refhash_insert()
90 refhash_delete(refhash_t *hp, void *op) in refhash_delete()
102 refhash_remove(refhash_t *hp, void *op) in refhash_remove()
114 refhash_lookup(refhash_t *hp, const void *tp) in refhash_lookup()
150 refhash_hold(refhash_t *hp, void *op) in refhash_hold()
158 refhash_rele(refhash_t *hp, void *op) in refhash_rele()
169 refhash_first(refhash_t *hp) in refhash_first()
183 refhash_next(refhash_t *hp, void *op) in refhash_next()
[all …]
/illumos-gate/usr/src/uts/sun4u/io/
H A Dsbd_io.c53 sbd_attach_io(sbd_handle_t *hp, sbderror_t *ep, dev_info_t *dip, int unit) in sbd_attach_io()
72 sbd_detach_io(sbd_handle_t *hp, sbderror_t *ep, dev_info_t *dip, int unit) in sbd_detach_io()
125 sbd_disconnect_io(sbd_handle_t *hp, int unit) in sbd_disconnect_io()
131 sbd_pre_attach_io(sbd_handle_t *hp, sbd_devlist_t *devlist, int devnum) in sbd_pre_attach_io()
142 sbd_pre_detach_io(sbd_handle_t *hp, sbd_devlist_t *devlist, int devnum) in sbd_pre_detach_io()
162 sbd_post_attach_io(sbd_handle_t *hp, sbd_devlist_t *devlist, int devnum) in sbd_post_attach_io()
173 sbd_post_detach_io(sbd_handle_t *hp, sbd_devlist_t *devlist, int devnum) in sbd_post_detach_io()
180 sbd_io_status(sbd_handle_t *hp, sbd_devset_t devset, sbd_dev_stat_t *dsp) in sbd_io_status()
297 sbd_io_cnt(sbd_handle_t *hp, sbd_devset_t devset) in sbd_io_cnt()
326 sbd_check_io_refs(sbd_handle_t *hp, sbd_devlist_t devlist[], int devnum) in sbd_check_io_refs()
[all …]
H A Dsbd.c495 sbd_handle_t *hp; in sbd_ioctl() local
691 sbd_exec_op(sbd_handle_t *hp) in sbd_exec_op()
925 sbd_dev_release(sbd_handle_t *hp) in sbd_dev_release()
1435 sbd_handle_t *hp; in sbd_get_handle() local
1826 sbd_pre_op(sbd_handle_t *hp) in sbd_pre_op()
1965 sbd_post_op(sbd_handle_t *hp) in sbd_post_op()
2108 sbd_handle_t *hp; in get_node_type() local
2548 sbd_connect(sbd_handle_t *hp) in sbd_connect()
4176 sbd_cancel(sbd_handle_t *hp) in sbd_cancel()
4250 sbd_get_ncm(sbd_handle_t *hp) in sbd_get_ncm()
[all …]
H A Dsbd_cpu.c237 sbd_cpu_flags(sbd_handle_t *hp, sbd_devset_t devset, sbd_dev_stat_t *dsp) in sbd_cpu_flags()
340 sbd_pre_release_cpu(sbd_handle_t *hp, sbd_devlist_t *devlist, int devnum) in sbd_pre_release_cpu()
459 sbd_pre_attach_cpu(sbd_handle_t *hp, sbd_devlist_t *devlist, int devnum) in sbd_pre_attach_cpu()
531 sbd_post_attach_cpu(sbd_handle_t *hp, sbd_devlist_t *devlist, int devnum) in sbd_post_attach_cpu()
644 sbd_pre_detach_cpu(sbd_handle_t *hp, sbd_devlist_t *devlist, int devnum) in sbd_pre_detach_cpu()
750 sbd_post_detach_cpu(sbd_handle_t *hp, sbd_devlist_t *devlist, int devnum) in sbd_post_detach_cpu()
826 sbd_cancel_cpu(sbd_handle_t *hp, int unit) in sbd_cancel_cpu()
967 sbd_handle_t *hp = MACHBD2HD(sbp); in sbd_connect_cpu() local
1029 sbd_disconnect_cpu(sbd_handle_t *hp, int unit) in sbd_disconnect_cpu()
/illumos-gate/usr/src/lib/scsi/plugins/scsi/engines/uscsi/
H A Duscsi.c50 uscsi_open(libscsi_hdl_t *hp, const void *target) in uscsi_open()
75 uscsi_close(libscsi_hdl_t *hp, void *private) in uscsi_close()
90 xlate_flags(libscsi_hdl_t *hp, uint_t flags, int *uf) in xlate_flags()
131 uscsi_exec(libscsi_hdl_t *hp, void *private, libscsi_action_t *ap) in uscsi_exec()
210 uscsi_target_name(libscsi_hdl_t *hp, void *private, char *buf, size_t len) in uscsi_target_name()
218 uscsi_max_transfer(libscsi_hdl_t *hp, void *private, size_t *sizep) in uscsi_max_transfer()
264 libscsi_uscsi_init(libscsi_hdl_t *hp) in libscsi_uscsi_init()
/illumos-gate/usr/src/common/ctf/
H A Dctf_hash.c36 ctf_hash_create(ctf_hash_t *hp, ulong_t nelems) in ctf_hash_create()
71 ctf_hash_size(const ctf_hash_t *hp) in ctf_hash_size()
96 ctf_hash_insert(ctf_hash_t *hp, ctf_file_t *fp, ushort_t type, uint_t name) in ctf_hash_insert()
133 ctf_hash_define(ctf_hash_t *hp, ctf_file_t *fp, ushort_t type, uint_t name) in ctf_hash_define()
146 ctf_hash_lookup(ctf_hash_t *hp, ctf_file_t *fp, const char *key, size_t len) in ctf_hash_lookup()
168 ctf_hash_destroy(ctf_hash_t *hp) in ctf_hash_destroy()
182 ctf_hash_dump(const char *tag, ctf_hash_t *hp, ctf_file_t *fp) in ctf_hash_dump()
/illumos-gate/usr/src/uts/i86pc/io/dr/
H A Ddr_io.c69 dr_attach_io(dr_handle_t *hp, dr_common_unit_t *cp) in dr_attach_io()
89 dr_detach_io(dr_handle_t *hp, dr_common_unit_t *cp) in dr_detach_io()
116 dr_pre_attach_io(dr_handle_t *hp, in dr_pre_attach_io()
132 dr_post_attach_io(dr_handle_t *hp, in dr_post_attach_io()
139 dr_check_io_refs(dr_handle_t *hp, dr_common_unit_t **devlist, int devnum) in dr_check_io_refs()
187 dr_pre_release_io(dr_handle_t *hp, in dr_pre_release_io()
238 dr_pre_detach_io(dr_handle_t *hp, in dr_pre_detach_io()
256 dr_post_detach_io(dr_handle_t *hp, dr_common_unit_t **devlist, int devnum) in dr_post_detach_io()
295 dr_io_status(dr_handle_t *hp, dr_devset_t devset, sbd_dev_stat_t *dsp) in dr_io_status()
H A Ddr.c562 dr_handle_t *hp; in dr_ioctl() local
1046 dr_pre_op(dr_handle_t *hp) in dr_pre_op()
1143 dr_exec_op(dr_handle_t *hp) in dr_exec_op()
1274 dr_test_board(dr_handle_t *hp) in dr_test_board()
1336 dr_connect(dr_handle_t *hp) in dr_connect()
1370 dr_disconnect(dr_handle_t *hp) in dr_disconnect()
2030 dr_dev_cancel(dr_handle_t *hp) in dr_dev_cancel()
2113 dr_dev_status(dr_handle_t *hp) in dr_dev_status()
2436 dr_get_ncm(dr_handle_t *hp) in dr_get_ncm()
3025 dr_pt_ioctl(dr_handle_t *hp) in dr_pt_ioctl()
[all …]
H A Ddr_mem_acpi.c163 dr_attach_mem(dr_handle_t *hp, dr_common_unit_t *cp) in dr_attach_mem()
245 dr_detach_mem(dr_handle_t *hp, dr_common_unit_t *cp) in dr_detach_mem()
278 dr_mem_status(dr_handle_t *hp, dr_devset_t devset, sbd_dev_stat_t *dsp) in dr_mem_status()
411 dr_pre_attach_mem(dr_handle_t *hp, dr_common_unit_t **devlist, int devnum) in dr_pre_attach_mem()
473 dr_post_attach_mem(dr_handle_t *hp, dr_common_unit_t **devlist, int devnum) in dr_post_attach_mem()
541 dr_pre_detach_mem(dr_handle_t *hp, dr_common_unit_t **devlist, int devnum) in dr_pre_detach_mem()
548 dr_post_detach_mem(dr_handle_t *hp, dr_common_unit_t **devlist, int devnum) in dr_post_detach_mem()
563 dr_pre_release_mem(dr_handle_t *hp, dr_common_unit_t **devlist, int devnum) in dr_pre_release_mem()
H A Ddr_cpu.c226 dr_pre_attach_cpu(dr_handle_t *hp, dr_common_unit_t **devlist, int devnum) in dr_pre_attach_cpu()
263 dr_attach_cpu(dr_handle_t *hp, dr_common_unit_t *cp) in dr_attach_cpu()
301 dr_post_attach_cpu(dr_handle_t *hp, dr_common_unit_t **devlist, int devnum) in dr_post_attach_cpu()
358 dr_pre_release_cpu(dr_handle_t *hp, dr_common_unit_t **devlist, int devnum) in dr_pre_release_cpu()
472 dr_pre_detach_cpu(dr_handle_t *hp, dr_common_unit_t **devlist, int devnum) in dr_pre_detach_cpu()
557 dr_detach_cpu(dr_handle_t *hp, dr_common_unit_t *cp) in dr_detach_cpu()
587 dr_post_detach_cpu(dr_handle_t *hp, dr_common_unit_t **devlist, int devnum) in dr_post_detach_cpu()
705 dr_cpu_status(dr_handle_t *hp, dr_devset_t devset, sbd_dev_stat_t *dsp) in dr_cpu_status()
/illumos-gate/usr/src/uts/sun4u/ngdr/io/
H A Ddr_io.c91 dr_attach_io(dr_handle_t *hp, dr_common_unit_t *cp) in dr_attach_io()
111 dr_detach_io(dr_handle_t *hp, dr_common_unit_t *cp) in dr_detach_io()
138 dr_pre_attach_io(dr_handle_t *hp, in dr_pre_attach_io()
154 dr_post_attach_io(dr_handle_t *hp, in dr_post_attach_io()
161 dr_check_io_refs(dr_handle_t *hp, dr_common_unit_t **devlist, int devnum) in dr_check_io_refs()
209 dr_pre_release_io(dr_handle_t *hp, in dr_pre_release_io()
260 dr_pre_detach_io(dr_handle_t *hp, in dr_pre_detach_io()
278 dr_post_detach_io(dr_handle_t *hp, dr_common_unit_t **devlist, int devnum) in dr_post_detach_io()
317 dr_io_status(dr_handle_t *hp, dr_devset_t devset, sbd_dev_stat_t *dsp) in dr_io_status()
H A Ddr.c564 dr_handle_t *hp; in dr_ioctl() local
1049 dr_pre_op(dr_handle_t *hp) in dr_pre_op()
1115 dr_post_op(dr_handle_t *hp) in dr_post_op()
1153 dr_exec_op(dr_handle_t *hp) in dr_exec_op()
1284 dr_test_board(dr_handle_t *hp) in dr_test_board()
1347 dr_connect(dr_handle_t *hp) in dr_connect()
1381 dr_disconnect(dr_handle_t *hp) in dr_disconnect()
2062 dr_dev_cancel(dr_handle_t *hp) in dr_dev_cancel()
2469 dr_get_ncm(dr_handle_t *hp) in dr_get_ncm()
3068 dr_pt_ioctl(dr_handle_t *hp) in dr_pt_ioctl()
[all …]
H A Ddr_cpu.c269 dr_pre_attach_cpu(dr_handle_t *hp, dr_common_unit_t **devlist, int devnum) in dr_pre_attach_cpu()
322 dr_attach_cpu(dr_handle_t *hp, dr_common_unit_t *cp) in dr_attach_cpu()
357 dr_post_attach_cpu(dr_handle_t *hp, dr_common_unit_t **devlist, int devnum) in dr_post_attach_cpu()
414 dr_pre_release_cpu(dr_handle_t *hp, dr_common_unit_t **devlist, int devnum) in dr_pre_release_cpu()
525 dr_pre_detach_cpu(dr_handle_t *hp, dr_common_unit_t **devlist, int devnum) in dr_pre_detach_cpu()
611 dr_detach_cpu(dr_handle_t *hp, dr_common_unit_t *cp) in dr_detach_cpu()
634 dr_post_detach_cpu(dr_handle_t *hp, dr_common_unit_t **devlist, int devnum) in dr_post_detach_cpu()
758 dr_cpu_status(dr_handle_t *hp, dr_devset_t devset, sbd_dev_stat_t *dsp) in dr_cpu_status()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dhistory.c133 static int acctinit(History_t *hp) in acctinit()
231 register History_t *hp; in sh_histinit() local
411 void hist_close(register History_t *hp) in hist_close()
625 void hist_eof(register History_t *hp) in hist_eof()
751 void hist_cancel(register History_t *hp) in hist_cancel()
768 void hist_flush(register History_t *hp) in hist_flush()
802 register History_t *hp = (History_t*)handle; in hist_write() local
902 off_t hist_tell(register History_t *hp, int n) in hist_tell()
1060 register History_t *hp = shgd->hist_ptr; in hist_copy() local
1105 History_t *hp = hist_ptr; in hist_word() local
[all …]
/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_object.c124 struct nwam_handle *hp; in nwam_create() local
137 nwam_get_name(struct nwam_handle *hp, char **namep) in nwam_get_name()
149 nwam_set_name(struct nwam_handle *hp, const char *name) in nwam_set_name()
209 struct nwam_handle *hp; in nwam_walk() local
281 nwam_free(struct nwam_handle *hp) in nwam_free()
299 struct nwam_handle *hp; in nwam_copy() local
324 nwam_walk_props(struct nwam_handle *hp, in nwam_walk_props()
435 nwam_is_active(struct nwam_handle *hp) in nwam_is_active()
501 nwam_enable(const char *parent, struct nwam_handle *hp) in nwam_enable()
508 nwam_disable(const char *parent, struct nwam_handle *hp) in nwam_disable()
[all …]
/illumos-gate/usr/src/uts/common/io/
H A Dbofi.c933 struct bofi_shadow *hp; in bofi_ioctl() local
1739 struct bofi_shadow *hp; in bofi_errdef_alloc() local
1827 struct bofi_shadow *hp; in bofi_errdef_free() local
2642 struct bofi_shadow *hp; in bofi_rd8() local
2669 struct bofi_shadow *hp; in bofi_rd16() local
2696 struct bofi_shadow *hp; in bofi_rd32() local
2723 struct bofi_shadow *hp; in bofi_rd64() local
2753 struct bofi_shadow *hp; in bofi_wr8() local
2774 struct bofi_shadow *hp; in bofi_wr16() local
2795 struct bofi_shadow *hp; in bofi_wr32() local
[all …]
/illumos-gate/usr/src/lib/libslp/clib/
H A DSLPOpen.c37 slp_handle_impl_t *hp; in SLPOpen() local
96 void slp_cleanup_handle(slp_handle_impl_t *hp) { in slp_cleanup_handle()
109 slp_handle_impl_t *hp = (slp_handle_impl_t *)hSLP; in SLPClose() local
H A Dslp_ua_common.c37 slp_handle_impl_t *hp; member
51 slp_handle_impl_t *hp; in slp_ua_common() local
123 slp_handle_impl_t *hp; in consumer() local
235 static SLPError check_message_fit(slp_handle_impl_t *hp, in check_message_fit()
/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb_dispatch.c208 DB_TXNHEAD *hp; local
237 DB_TXNHEAD *hp; local
260 DB_TXNHEAD *hp; local
282 DB_TXNHEAD *hp; local
307 DB_TXNHEAD *hp; local
/illumos-gate/usr/src/uts/sun4/os/
H A Dddi_impl.c1268 ddi_acc_impl_t *hp; in impl_acc_hdl_alloc() local
1304 ddi_acc_impl_t *hp; in impl_acc_hdl_free() local
1361 ddi_acc_hdl_t *hp; in impl_acc_check() local
1382 ddi_acc_impl_t *hp = (ddi_acc_impl_t *)handlep; in impl_acc_err_init() local
1417 ddi_acc_impl_t *hp; in impl_acc_hdl_init() local
1468 ddi_acc_impl_t *hp = (ddi_acc_impl_t *)handle; in i_ddi_acc_set_fault() local
1479 ddi_acc_impl_t *hp = (ddi_acc_impl_t *)handle; in i_ddi_acc_clr_fault() local
1489 i_ddi_acc_fault_notify(ddi_acc_impl_t *hp) in i_ddi_acc_fault_notify()
1779 i_ddi_caut_get8(ddi_acc_impl_t *hp, uint8_t *addr) in i_ddi_caut_get8()
1789 i_ddi_caut_get16(ddi_acc_impl_t *hp, uint16_t *addr) in i_ddi_caut_get16()
[all …]
/illumos-gate/usr/src/cmd/csh/
H A Dsh.hist.c33 struct Hist *hp, *np; in savehist() local
87 hfree(struct Hist *hp) in hfree()
135 dohist1(struct Hist *hp, int *np, int rflg, int hflg) in dohist1()
159 phist(struct Hist *hp, int hflg) in phist()
/illumos-gate/usr/src/uts/common/pcmcia/cs/
H A Dcs_stubs.c956 ddi_acc_hdl_t *hp = impl_acc_hdl_get(handle); in csx_Put8() local
964 ddi_acc_hdl_t *hp = impl_acc_hdl_get(handle); in csx_Put16() local
972 ddi_acc_hdl_t *hp = impl_acc_hdl_get(handle); in csx_Put32() local
980 ddi_acc_hdl_t *hp = impl_acc_hdl_get(handle); in csx_Put64() local
988 ddi_acc_hdl_t *hp = impl_acc_hdl_get(handle); in csx_Get8() local
996 ddi_acc_hdl_t *hp = impl_acc_hdl_get(handle); in csx_Get16() local
1004 ddi_acc_hdl_t *hp = impl_acc_hdl_get(handle); in csx_Get32() local
1012 ddi_acc_hdl_t *hp = impl_acc_hdl_get(handle); in csx_Get64() local
1021 ddi_acc_hdl_t *hp = impl_acc_hdl_get(handle); in csx_RepPut8() local
1031 ddi_acc_hdl_t *hp = impl_acc_hdl_get(handle); in csx_RepPut16() local
[all …]
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_inttab.c55 dt_inthash_t *hp, *np; in dt_inttab_destroy() local
70 dt_inthash_t *hp; in dt_inttab_insert() local
109 const dt_inthash_t *hp; in dt_inttab_write() local
/illumos-gate/usr/src/uts/sun4/io/efcode/
H A Dfc_ddi.c63 ddi_dma_impl_t *hp; in fc_ddi_dma_buf_bind_handle() local
118 ddi_dma_impl_t *hp; in fc_ddi_dma_unbind_handle() local
131 ddi_dma_impl_t *hp; in fc_ddi_dma_free_handle() local
143 ddi_dma_impl_t *hp = (ddi_dma_impl_t *)h; in fc_ddi_dma_sync() local

12345678910>>...14