Searched refs:xlp (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/lib/fm/libfmd_log/common/ |
H A D | fmd_log.c | 200 fmd_log_t *xlp; in fmd_log_load_xref() local 243 for (xlp = lp->log_xrefs; xlp != NULL; xlp = xlp->log_xnext) { in fmd_log_load_xref() 245 if (xlp->log_stat.st_ino == ino && in fmd_log_load_xref() 246 xlp->log_stat.st_dev == dev) in fmd_log_load_xref() 248 } else if (xlp->log_uuid != NULL && in fmd_log_load_xref() 249 strcmp(xlp->log_uuid, uuid) == 0) in fmd_log_load_xref() 253 if (xlp == NULL) { in fmd_log_load_xref() 263 xlp->log_flags &= ~FMD_LF_START; in fmd_log_load_xref() 264 ea_clear(&xlp->log_ea); in fmd_log_load_xref() 265 (void) lseek64(xlp->log_fd, off, SEEK_SET); in fmd_log_load_xref() [all …]
|
/titanic_41/usr/src/lib/libnsl/netdir/ |
H A D | netdir.c | 638 struct xlate_list *xlp, **xlastp; in load_xlate() local 646 for (xlp = xlistp, xlastp = &xlistp; xlp != NULL; in load_xlate() 647 xlastp = &xlp->next, xlp = xlp->next) { in load_xlate() 648 if (xlp->library != NULL) { in load_xlate() 649 if (strcmp(xlp->library, name) == 0) { in load_xlate()
|
/titanic_41/usr/src/cmd/stat/fsstat/ |
H A D | fsstat.c | 490 char **xlp; /* Pointer into the exception list */ in is_exception() local 503 for (xlp = &exception_list[0]; *xlp != NULL; xlp++) { in is_exception() 504 if (strcmp(fsname, *xlp) == 0) in is_exception()
|
/titanic_41/usr/src/lib/libdtrace/common/ |
H A D | dt_dof.c | 248 dof_xlref_t *xlt, *xlp; in dof_add_difo() local 261 for (xlp = xlt; xlp < xlt + dp->dtdo_xlmlen; xlp++) { in dof_add_difo() 265 xlp->dofxr_xlator = ddo->ddo_xlimport[dxp->dx_id]; in dof_add_difo() 266 xlp->dofxr_member = dt_popcb( in dof_add_difo() 268 xlp->dofxr_argn = (uint32_t)dxp->dx_arg; in dof_add_difo()
|
H A D | dt_as.c | 405 dt_node_t **xlp = dp->dtdo_xlmtab; in dt_as() local 424 (xlp++ - dp->dtdo_xlmtab), dip->di_extern); in dt_as() 460 assert(xlp == dp->dtdo_xlmtab + dp->dtdo_xlmlen); in dt_as()
|
/titanic_41/usr/src/uts/i86pc/io/ |
H A D | immu_dvma.c | 2454 xlate_t xlate[IMMU_PGTABLE_MAX_LEVELS + 1] = {0}, *xlp; in dvma_prealloc() local 2502 xlp = &xlate[1]; in dvma_prealloc() 2503 shwp = (hw_pdte_t *)(xlp->xlt_pgtable->hwpg_vaddr) in dvma_prealloc() 2504 + xlp->xlt_idx; in dvma_prealloc() 2507 PTE_set_all(immu, domain, xlp, &dvma, &n, &immu_precookie, in dvma_prealloc()
|