Searched refs:svs (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/sockfs/ |
H A D | socksyscalls.c | 356 int svs[2]; in so_socketpair() local 367 error = useracc(sv, sizeof (svs), B_WRITE); in so_socketpair() 371 if (copyin(sv, svs, sizeof (svs))) in so_socketpair() 374 if ((so1 = getsonode(svs[0], &error, NULL)) == NULL) in so_socketpair() 377 if ((so2 = getsonode(svs[1], &error, NULL)) == NULL) { in so_socketpair() 378 releasef(svs[0]); in so_socketpair() 435 releasef(svs[0]); in so_socketpair() 436 releasef(svs[1]); in so_socketpair() 526 VERIFY(f_getfd_error(svs[0], &orig_flags) == 0); in so_socketpair() 528 releasef(svs[0]); in so_socketpair() [all …]
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | memory.c | 1521 segvn_sparse_t *const svs = in segvn_pages_walk_step() local 1523 off = svs->svs_offset - svd->offset; in segvn_pages_walk_step() 1527 pp = svs->svs_page; in segvn_pages_walk_step()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/ |
H A D | ipqosconf.c | 4158 str_val_nd_t *svs, in str_val_list_lookup() argument 4163 str_val_nd_t *sv = svs; in str_val_list_lookup()
|