Home
last modified time | relevance | path

Searched refs:rec_type (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_intr.c308 msiq_rec_type_t rec_type; in px_msiq_intr() local
313 rec_type = msiq_rec_p->msiq_rec_type; in px_msiq_intr()
317 rec_type, msiq_rec_p->msiq_rec_rid); in px_msiq_intr()
319 if (!rec_type) in px_msiq_intr()
323 switch (rec_type) { in px_msiq_intr()
340 rec_type); in px_msiq_intr()
352 (ih_p->ih_rec_type != rec_type)); in px_msiq_intr()
357 (ih_p->ih_rec_type == rec_type)) { in px_msiq_intr()
378 if ((rec_type == MSG_REC) && in px_msiq_intr()
918 if (rec_type == 0 || rec_type == MSI32_REC || rec_type == MSI64_REC) { in px_create_intr_kstats()
[all …]
H A Dpx_intr.h46 ddi_intr_handle_impl_t *hdlp, msiq_rec_type_t rec_type,
49 ddi_intr_handle_impl_t *hdlp, msiq_rec_type_t rec_type,
H A Dpx_msiq.h87 extern int px_msiq_alloc(px_t *px_p, msiq_rec_type_t rec_type,
90 msiq_rec_type_t rec_type, cpuid_t cpuid,
H A Dpx_ib.h151 uint32_t inum, msiq_rec_type_t rec_type, msgcode_t msg_code);
155 caddr_t int_handler_arg2, msiq_rec_type_t rec_type, msgcode_t msg_code);
159 msiq_rec_type_t rec_type, msgcode_t msg_code);
H A Dpx_msiq.c145 px_msiq_alloc(px_t *px_p, msiq_rec_type_t rec_type, msgcode_t msg_code, in px_msiq_alloc() argument
159 if (rec_type == MSG_REC) { in px_msiq_alloc()
225 px_msiq_alloc_based_on_cpuid(px_t *px_p, msiq_rec_type_t rec_type, in px_msiq_alloc_based_on_cpuid() argument
241 if (rec_type == MSG_REC) { in px_msiq_alloc_based_on_cpuid()
H A Dpx_ib.c765 uint32_t inum, msiq_rec_type_t rec_type, msgcode_t msg_code) in px_ib_intr_locate_ih() argument
772 (ih_p->ih_rec_type == rec_type) && in px_ib_intr_locate_ih()
784 msiq_rec_type_t rec_type, msgcode_t msg_code) in px_ib_alloc_ih() argument
797 ih_p->ih_rec_type = rec_type; in px_ib_alloc_ih()
809 uint_t new_intr_state, msiq_rec_type_t rec_type, in px_ib_update_intr_state() argument
826 if (ih_p = px_ib_intr_locate_ih(ipil_p, rdip, inum, rec_type, in px_ib_update_intr_state()
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_node.c1803 char *rec_type; in smb_node_init_reparse() local
1820 rec_type = nvpair_name(rec); in smb_node_init_reparse()
1821 if ((rec_type != NULL) && in smb_node_init_reparse()
1822 (strcasecmp(rec_type, DFS_REPARSE_SVCTYPE) == 0)) { in smb_node_init_reparse()