Searched defs:rec_type (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_msiq.c145 px_msiq_alloc(px_t *px_p, msiq_rec_type_t rec_type, msgcode_t msg_code, argument
159 if (rec_type == MSG_REC) {
225 px_msiq_alloc_based_on_cpuid(px_t *px_p, msiq_rec_type_t rec_type, argument
241 if (rec_type == MSG_REC) {
H A Dpx_intr.c308 msiq_rec_type_t rec_type; local
313 rec_type = msiq_rec_p->msiq_rec_type;
317 rec_type, msiq_rec_p->msiq_rec_rid);
319 if (!rec_type)
323 switch (rec_type) {
340 rec_type);
352 (ih_p->ih_rec_type != rec_type));
357 (ih_p->ih_rec_type == rec_type)) {
378 if ((rec_type == MSG_REC) &&
910 msiq_rec_type_t rec_type local
1154 px_add_msiq_intr(dev_info_t *dip, dev_info_t *rdip, ddi_intr_handle_impl_t *hdlp, msiq_rec_type_t rec_type, msgcode_t msg_code, cpuid_t cpu_id, msiqid_t *msiq_id_p) argument
1300 px_rem_msiq_intr(dev_info_t *dip, dev_info_t *rdip, ddi_intr_handle_impl_t *hdlp, msiq_rec_type_t rec_type, msgcode_t msg_code, msiqid_t msiq_id) argument
[all...]
H A Dpx_ib.c765 uint32_t inum, msiq_rec_type_t rec_type, msgcode_t msg_code)
772 (ih_p->ih_rec_type == rec_type) &&
784 msiq_rec_type_t rec_type, msgcode_t msg_code)
797 ih_p->ih_rec_type = rec_type;
809 uint_t new_intr_state, msiq_rec_type_t rec_type,
826 if (ih_p = px_ib_intr_locate_ih(ipil_p, rdip, inum, rec_type,
764 px_ib_intr_locate_ih(px_ino_pil_t *ipil_p, dev_info_t *rdip, uint32_t inum, msiq_rec_type_t rec_type, msgcode_t msg_code) argument
781 px_ib_alloc_ih(dev_info_t *rdip, uint32_t inum, uint_t (*int_handler)(caddr_t int_handler_arg1, caddr_t int_handler_arg2), caddr_t int_handler_arg1, caddr_t int_handler_arg2, msiq_rec_type_t rec_type, msgcode_t msg_code) argument
807 px_ib_update_intr_state(px_t *px_p, dev_info_t *rdip, uint_t inum, devino_t ino, uint_t pil, uint_t new_intr_state, msiq_rec_type_t rec_type, msgcode_t msg_code) argument
/illumos-gate/usr/src/uts/common/io/lvm/softpart/
H A Dsp_ioctl.c452 mddb_type_t rec_type; local
473 rec_type = (mddb_type_t)md_getshared_key(setno,
487 recids[0] = mddb_createrec((size_t)msp->size, rec_type, 0,
491 recids[0] = mddb_createrec((size_t)msp->size, rec_type, 0,
750 mddb_type_t rec_type; local
803 rec_type = (mddb_type_t)md_getshared_key(setno,
817 recid = mddb_createrec((size_t)mgp->size, rec_type, 0,
821 recid = mddb_createrec((size_t)mgp->size, rec_type, 0,
H A Dsp.c1280 mddb_type_t rec_type; local
1295 rec_type = (mddb_type_t)md_getshared_key(setno,
1303 while ((recid = mddb_getnextrec(recid, rec_type, 0)) > 0) {
1376 while ((recid = mddb_getnextrec(recid, rec_type, 0)) > 0)
1734 mddb_type_t rec_type; local
1746 rec_type = (mddb_type_t)md_getshared_key(setno,
1750 while ((recid = mddb_getnextrec(recid, rec_type, 0)) > 0) {
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_node.c1750 char *rec_type; local
1767 rec_type = nvpair_name(rec);
1768 if ((rec_type != NULL) &&
1769 (strcasecmp(rec_type, DFS_REPARSE_SVCTYPE) == 0)) {
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_names.c256 mddb_type_t rec_type; local
269 rec_type = ((shared & NM_SHARED) ?
279 rec_type = ((shared & NM_SHARED) ?
290 new_id = mddb_createrec((size_t)alloc_size, rec_type, 1,
327 mddb_type_t rec_type; local
336 rec_type = ((shared & NM_SHARED) ?
341 rec_type = ((shared & NM_SHARED) ? MDDB_SHR_NM : MDDB_NM);
345 new_id = mddb_createrec((size_t)rh->r_alloc_size + alloc_size, rec_type,
3826 mddb_type_t rec_type; local
3834 rec_type
[all...]

Completed in 105 milliseconds