Searched refs:cb_t (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/lib/libmapid/common/
H A Dllib-lmapid31 void mapid_reeval_domain(cb_t *);
H A Dmapid.h61 } cb_t; typedef in typeref:struct:__anon3576
133 static void domain_sync(cb_t *, char *);
137 static void get_dns_txt_domain(cb_t *);
206 extern void mapid_reeval_domain(cb_t *);
H A Dmapid.c531 domain_sync(cb_t *argp, char *dname)
619 * the cb_t's fcn param.
621 domain_sync((cb_t *)arg, dns_txt_domain);
720 get_dns_txt_domain(cb_t *argp)
1103 mapid_reeval_domain(cb_t *arg)
1189 cb_t cb = {0};
/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Dpci_cb.h63 typedef struct cb cb_t; typedef in typeref:struct:cb
93 extern void cb_suspend(cb_t *cb_p);
94 extern void cb_resume(cb_t *cb_p);
96 extern void cb_disable_nintr(cb_t *cb_p, enum cb_nintr_index idx, int wait);
97 extern void cb_clear_nintr(cb_t *cb_p, enum cb_nintr_index idx);
H A Dpci_chip.h66 extern uint64_t cb_ino_to_map_pa(cb_t *cb_p, ib_ino_t ino);
67 extern uint64_t cb_ino_to_clr_pa(cb_t *cb_p, ib_ino_t ino);
H A Dpci_var.h104 cb_t *pci_common_cb_p;
136 cb_t *pci_cb_p; /* control block */
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_cb.c50 cb_t *cb_p = (cb_t *)kmem_zalloc(sizeof (cb_t), KM_SLEEP);
62 cb_t *cb_p = pci_p->pci_cb_p;
68 kmem_free(cb_p, sizeof (cb_t));
72 cb_set_nintr_reg(cb_t *cb_p, ib_ino_t ino, uint64_t value)
92 cb_t *cb_p = pci_p->pci_cb_p;
125 cb_disable_nintr_reg(cb_t *cb_p, ib_ino_t ino, int wait)
159 cb_disable_nintr(cb_t *cb_p, enum cb_nintr_index idx, int wait)
177 cb_clear_nintr(cb_t *cb_
[all...]
H A Dpci_ecc.c207 cb_t *cb_p = ecc_p->ecc_pci_cmn_p->pci_common_cb_p;
412 cb_t *cb_p;
628 cb_t *cb_p;
H A Dpcisch.c69 static void pci_cb_clear_error(cb_t *, cb_errstate_t *);
256 cb_t *cb_p = pci_p->pci_cb_p;
650 cb_t *cb_p = pci_p->pci_cb_p;
691 cb_ino_to_map_pa(cb_t *cb_p, ib_ino_t ino)
697 cb_ino_to_clr_pa(cb_t *cb_p, ib_ino_t ino)
1105 cb_t *cb_p = pci_p->pci_cb_p;
1508 pci_cb_errstate_get(cb_t *cb_p, cb_errstate_t *cb_err_p)
1529 if ((CB_CHIP_TYPE((cb_t *)cb_p)) == PCI_CHIP_XMITS) {
1542 pci_pbm_errstate_get(((cb_t *)cb_p)->cb_pci_cmn_p->
1548 pci_cb_clear_error(cb_t *cb_
[all...]
H A Dpcipsy.c234 cb_t *cb_p = pci_p->pci_cb_p;
698 cb_t *cb_p = pci_p->pci_cb_p;
741 cb_ino_to_map_pa(cb_t *cb_p, ib_ino_t ino)
747 cb_ino_to_clr_pa(cb_t *cb_p, ib_ino_t ino)
802 cb_t *cb_p = pci_p->pci_cb_p;
1139 cb_t *cb_p = pci_p->pci_cb_p;
H A Dpci_intr.c456 cb_t *cb_p = pci_p->pci_cb_p;
631 cb_t *cb_p = pci_p->pci_cb_p;
/illumos-gate/usr/src/lib/libwanboot/common/
H A Dbootinfo_aux.c58 } cb_t; typedef in typeref:struct:__anon4198
302 cb_t *cbp = arg;
320 cb_t cb;
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsmapid/
H A Dnfsmapid_server.c810 static cb_t cb;

Completed in 92 milliseconds