Searched refs:lspp (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/bhyve/amd64/ |
H A D | pci_lpc.c | 393 struct lpc_sysres **lspp, *lsp; in pci_lpc_sysres_dsdt() local 403 SET_FOREACH(lspp, lpc_sysres_set) { in pci_lpc_sysres_dsdt() 404 lsp = *lspp; in pci_lpc_sysres_dsdt()
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | lofi.c | 2327 struct lofi_state **lspp) in file_to_lofi_nocheck() argument 2352 if (lspp != NULL) in file_to_lofi_nocheck() 2353 *lspp = lsp; in file_to_lofi_nocheck() 2371 if (lspp != NULL) { in file_to_lofi_nocheck() 2389 file_to_lofi(char *filename, boolean_t readonly, struct lofi_state **lspp) in file_to_lofi() argument 2395 if ((err = file_to_lofi_nocheck(filename, readonly, lspp)) != 0) in file_to_lofi() 2398 if ((err = lofi_access(*lspp)) != 0) in file_to_lofi()
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_state.c | 3643 rfs4_get_lo_state(stateid4 *stateid, rfs4_lo_state_t **lspp, bool_t lock_fp) in rfs4_get_lo_state() argument 3648 *lspp = NULL; in rfs4_get_lo_state() 3664 *lspp = lsp; in rfs4_get_lo_state() 3671 rfs4_deleg_state_t **dspp, rfs4_lo_state_t **lspp) in rfs4_get_all_state() argument 3679 *spp = NULL; *dspp = NULL; *lspp = NULL; in rfs4_get_all_state() 3703 *lspp = lsp; in rfs4_get_all_state()
|
H A D | nfs4_vnops.c | 12960 nfs4frlock_get_sysid(struct lm_sysid **lspp, vnode_t *vp, flock64_t *flk) in nfs4frlock_get_sysid() argument 12965 *lspp = nfs4_find_sysid(VTOMI4(vp)); in nfs4frlock_get_sysid() 12967 if (*lspp == NULL) { in nfs4frlock_get_sysid() 12973 flk->l_sysid = lm_sysidt(*lspp); in nfs4frlock_get_sysid()
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_proc.c | 5207 pt_copy_lwp(lwpstatus_t **lspp, const lwpstatus_t *lsp) in pt_copy_lwp() argument 5209 bcopy(lsp, *lspp, sizeof (lwpstatus_t)); in pt_copy_lwp() 5210 (*lspp)++; in pt_copy_lwp()
|