Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dsocksyscalls.c353 int svs[2]; in so_socketpair() local
364 error = useracc(sv, sizeof (svs), B_WRITE); in so_socketpair()
368 if (copyin(sv, svs, sizeof (svs))) in so_socketpair()
371 if ((so1 = getsonode(svs[0], &error, NULL)) == NULL) in so_socketpair()
374 if ((so2 = getsonode(svs[1], &error, NULL)) == NULL) { in so_socketpair()
375 releasef(svs[0]); in so_socketpair()
432 releasef(svs[0]); in so_socketpair()
433 releasef(svs[1]); in so_socketpair()
522 VERIFY(f_getfd_error(svs[0], &orig_flags) == 0); in so_socketpair()
524 releasef(svs[0]); in so_socketpair()
[all …]
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dmemory.c1487 segvn_sparse_t *const svs = in segvn_pages_walk_step() local
1489 off = svs->svs_offset - svd->offset; in segvn_pages_walk_step()
1493 pp = svs->svs_page; in segvn_pages_walk_step()
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c4163 str_val_nd_t *svs, in str_val_list_lookup() argument
4168 str_val_nd_t *sv = svs; in str_val_list_lookup()