/titanic_41/usr/src/uts/sun4/io/px/ |
H A D | px_intr.c | 308 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 D | px_intr.h | 46 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 D | px_msiq.h | 87 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 D | px_ib.h | 151 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 D | px_msiq.c | 145 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 D | px_ib.c | 765 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 D | sp_ioctl.c | 452 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 D | sp.c | 1280 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 D | md_names.c | 256 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 D | smb_node.c | 1742 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()
|