Searched refs:lspp (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/io/ |
H A D | lofi.c | 1631 struct lofi_state **lspp) in file_to_lofi_nocheck() argument 1656 if (lspp != NULL) in file_to_lofi_nocheck() 1657 *lspp = lsp; in file_to_lofi_nocheck() 1675 if (lspp != NULL) { in file_to_lofi_nocheck() 1693 file_to_lofi(char *filename, boolean_t readonly, struct lofi_state **lspp) in file_to_lofi() argument 1699 if ((err = file_to_lofi_nocheck(filename, readonly, lspp)) != 0) in file_to_lofi() 1702 if ((err = lofi_access(*lspp)) != 0) in file_to_lofi()
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_state.c | 3425 rfs4_get_lo_state(stateid4 *stateid, rfs4_lo_state_t **lspp, bool_t lock_fp) in rfs4_get_lo_state() argument 3430 *lspp = NULL; in rfs4_get_lo_state() 3446 *lspp = lsp; in rfs4_get_lo_state() 3453 rfs4_deleg_state_t **dspp, rfs4_lo_state_t **lspp) in rfs4_get_all_state() argument 3461 *spp = NULL; *dspp = NULL; *lspp = NULL; in rfs4_get_all_state() 3485 *lspp = lsp; in rfs4_get_all_state()
|
H A D | nfs4_vnops.c | 13127 nfs4frlock_get_sysid(struct lm_sysid **lspp, vnode_t *vp, flock64_t *flk) in nfs4frlock_get_sysid() argument 13132 *lspp = nfs4_find_sysid(VTOMI4(vp)); in nfs4frlock_get_sysid() 13134 if (*lspp == NULL) { in nfs4frlock_get_sysid() 13140 flk->l_sysid = lm_sysidt(*lspp); in nfs4frlock_get_sysid()
|
/titanic_41/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_proc.c | 5142 pt_copy_lwp(lwpstatus_t **lspp, const lwpstatus_t *lsp) in pt_copy_lwp() argument 5144 bcopy(lsp, *lspp, sizeof (lwpstatus_t)); in pt_copy_lwp() 5145 (*lspp)++; in pt_copy_lwp()
|