Home
last modified time | relevance | path

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

/titanic_41/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()
910 msiq_rec_type_t rec_type = ih_p->ih_rec_type; in px_create_intr_kstats() local
[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()
/titanic_41/usr/src/uts/common/io/lvm/softpart/
H A Dsp_ioctl.c452 mddb_type_t rec_type; in sp_set() local
473 rec_type = (mddb_type_t)md_getshared_key(setno, in sp_set()
487 recids[0] = mddb_createrec((size_t)msp->size, rec_type, 0, in sp_set()
491 recids[0] = mddb_createrec((size_t)msp->size, rec_type, 0, in sp_set()
750 mddb_type_t rec_type; in sp_grow() local
803 rec_type = (mddb_type_t)md_getshared_key(setno, in sp_grow()
817 recid = mddb_createrec((size_t)mgp->size, rec_type, 0, in sp_grow()
821 recid = mddb_createrec((size_t)mgp->size, rec_type, 0, in sp_grow()
H A Dsp.c1280 mddb_type_t rec_type; in sp_snarf() local
1295 rec_type = (mddb_type_t)md_getshared_key(setno, in sp_snarf()
1303 while ((recid = mddb_getnextrec(recid, rec_type, 0)) > 0) { in sp_snarf()
1376 while ((recid = mddb_getnextrec(recid, rec_type, 0)) > 0) in sp_snarf()
1734 mddb_type_t rec_type; in sp_imp_set() local
1746 rec_type = (mddb_type_t)md_getshared_key(setno, in sp_imp_set()
1750 while ((recid = mddb_getnextrec(recid, rec_type, 0)) > 0) { in sp_imp_set()
/titanic_41/usr/src/uts/common/io/lvm/md/
H A Dmd_names.c256 mddb_type_t rec_type; in create_record() local
269 rec_type = ((shared & NM_SHARED) ? in create_record()
279 rec_type = ((shared & NM_SHARED) ? in create_record()
290 new_id = mddb_createrec((size_t)alloc_size, rec_type, 1, in create_record()
327 mddb_type_t rec_type; in expand_record() local
336 rec_type = ((shared & NM_SHARED) ? in expand_record()
341 rec_type = ((shared & NM_SHARED) ? MDDB_SHR_NM : MDDB_NM); in expand_record()
345 new_id = mddb_createrec((size_t)rh->r_alloc_size + alloc_size, rec_type, in expand_record()
3826 mddb_type_t rec_type; in md_load_namespace() local
3834 rec_type = (devid_nm ? MDDB_DID_NM_HDR : MDDB_NM_HDR); in md_load_namespace()
[all …]
/titanic_41/usr/src/uts/common/fs/smbsrv/
H A Dsmb_node.c1742 char *rec_type; in smb_node_init_reparse() local
1759 rec_type = nvpair_name(rec); in smb_node_init_reparse()
1760 if ((rec_type != NULL) && in smb_node_init_reparse()
1761 (strcasecmp(rec_type, DFS_REPARSE_SVCTYPE) == 0)) { in smb_node_init_reparse()