Searched refs:cb_t (Results 1 - 13 of 13) sorted by relevance
/illumos-gate/usr/src/lib/libmapid/common/ |
H A D | llib-lmapid | 31 void mapid_reeval_domain(cb_t *);
|
H A D | mapid.h | 61 } 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 D | mapid.c | 531 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 D | pci_cb.h | 63 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 D | pci_chip.h | 66 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 D | pci_var.h | 104 cb_t *pci_common_cb_p; 136 cb_t *pci_cb_p; /* control block */
|
/illumos-gate/usr/src/uts/sun4u/io/pci/ |
H A D | pci_cb.c | 50 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 D | pci_ecc.c | 207 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 D | pcisch.c | 69 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 D | pcipsy.c | 234 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 D | pci_intr.c | 456 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 D | bootinfo_aux.c | 58 } 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 D | nfsmapid_server.c | 810 static cb_t cb;
|
Completed in 92 milliseconds