Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_freeze.c118 _nsc_frz_t *frz, *xfrz; local
126 frz = nsc_kmem_zalloc(sizeof (*frz), KM_SLEEP, _nsc_local_mem);
127 if (!frz)
130 (void) strcpy(frz->path, path);
135 if (strcmp(frz->path, xfrz->path) == 0)
139 frz->next = _nsc_frz_top;
140 _nsc_frz_top = frz;
146 nsc_kmem_free(frz, sizeof (*frz));
150 frz->token = nsc_register_path(path, NSC_DEVICE, _nsc_frz_io);
152 if (!frz->token) {
[all …]