Home
last modified time | relevance | path

Searched refs:_nsc_local_mem (Results 1 – 8 of 8) sorted by relevance

/titanic_44/usr/src/uts/common/avs/ns/nsctl/
H A Dnsctl.c71 extern nsc_mem_t *_nsc_local_mem;
387 0, _nsc_local_mem); in nscsetup()
395 0, _nsc_local_mem); in nscsetup()
491 slp = nsc_kmem_alloc(sizeof (kmutex_t), 0, _nsc_local_mem); in nscopen()
525 op = nsc_kmem_alloc(sizeof (*op), KM_SLEEP, _nsc_local_mem); in _nscopen()
783 path = nsc_kmem_alloc(NSC_MAXPATH, KM_SLEEP, _nsc_local_mem); in nscioctl()
797 path = nsc_kmem_alloc(NSC_MAXPATH, KM_SLEEP, _nsc_local_mem); in nscioctl()
811 path = nsc_kmem_alloc(NSC_MAXPATH, KM_SLEEP, _nsc_local_mem); in nscioctl()
868 _nsc_local_mem); in nscioctl()
H A Dnsc_dev.c84 extern nsc_mem_t *_nsc_local_mem;
381 !(sp = nsc_kmem_zalloc(sizeof (*sp), KM_SLEEP, _nsc_local_mem))) in nsc_register_path()
1164 dv = nsc_kmem_zalloc(sizeof (*dv), KM_SLEEP, _nsc_local_mem); in _nsc_setval()
1187 vp = nsc_kmem_zalloc(sizeof (*vp), KM_SLEEP, _nsc_local_mem); in _nsc_setval()
1207 _nsc_local_mem); in _nsc_setval()
1251 rval = nsc_kmem_zalloc(sizeof (*rval), KM_SLEEP, _nsc_local_mem); in r_nsc_setval()
1288 in = nsc_kmem_zalloc(sizeof (*in), KM_SLEEP, _nsc_local_mem); in r_nsc_setval_all()
1289 out = nsc_kmem_zalloc(sizeof (*out), KM_SLEEP, _nsc_local_mem); in r_nsc_setval_all()
1731 sizeof (*fd), KM_SLEEP, _nsc_local_mem)))
1861 sizeof (*iodev), KM_SLEEP, _nsc_local_mem)))
[all …]
H A Dnsc_freeze.c55 extern nsc_mem_t *_nsc_local_mem;
126 frz = nsc_kmem_zalloc(sizeof (*frz), KM_SLEEP, _nsc_local_mem);
H A Dnsc_power.c43 extern nsc_mem_t *_nsc_local_mem;
190 entry = nsc_kmem_alloc(sizeof (_nsc_power_t), 0, _nsc_local_mem); in nsc_register_power()
H A Dnsc_rmspin.c46 extern nsc_mem_t *_nsc_local_mem;
155 flag, _nsc_local_mem)) == NULL) in nsc_rm_lock_alloc()
H A Dnsc_ncallio.c43 extern nsc_mem_t *_nsc_local_mem;
107 new = nsc_kmem_zalloc(sizeof (*new), KM_SLEEP, _nsc_local_mem); in nsc_ncio_open()
193 _nsc_local_mem)) == NULL) in nsc_ncio_alloch()
H A Dnsc_disk.c55 extern nsc_mem_t *_nsc_local_mem;
270 KM_SLEEP, _nsc_local_mem)) == NULL) in _nsc_alloc_dhandle()
H A Dnsc_mem.c58 nsc_mem_t *_nsc_local_mem; variable
87 _nsc_local_mem = nsc_register_mem("nsctl:kmem", NSC_MEM_LOCAL, 0); in _nsc_init_mem()