/titanic_44/usr/src/cmd/fs.d/nfs/rp_basic/ |
H A D | libnfs_basic.c | 280 fs_locations4 *fsl; in nfs_basic_deref() local 289 fsl = get_fs_locations((char *)svc_data); in nfs_basic_deref() 290 if (fsl == NULL) in nfs_basic_deref() 295 slen = xdr_sizeof(xdr_fs_locations4, (void *)fsl); in nfs_basic_deref() 298 xdr_free(xdr_fs_locations4, (char *)fsl); in nfs_basic_deref() 303 print_referral_summary(fsl); in nfs_basic_deref() 306 err = xdr_fs_locations4(&xdr, fsl); in nfs_basic_deref() 308 xdr_free(xdr_fs_locations4, (char *)fsl); in nfs_basic_deref()
|
/titanic_44/usr/src/cmd/fs.d/nfs/lib/ |
H A D | ref_subr.c | 127 print_referral_summary(fs_locations4 *fsl) in print_referral_summary() argument 134 if (fsl == NULL) { in print_referral_summary() 139 for (i = 0; i < fsl->locations.locations_len; i++) { in print_referral_summary() 142 fs = &fsl->locations.locations_val[i]; in print_referral_summary()
|
/titanic_44/usr/src/cmd/fs.d/nfs/nfsref/ |
H A D | nfsref.c | 264 fs_locations4 fsl; in lookup() local 307 err = xdr_fs_locations4(&xdr, &fsl); in lookup() 312 print_referral_summary(&fsl); in lookup()
|
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_srv_attr.c | 1586 fs_locations4 *fsl; in rfs4_fattr4_fs_locations() local 1598 fsl = fetch_referral(sarg->cs->vp, sarg->cs->cr); in rfs4_fattr4_fs_locations() 1599 if (fsl == NULL) in rfs4_fattr4_fs_locations() 1603 na->fs_locations = *fsl; in rfs4_fattr4_fs_locations() 1604 kmem_free(fsl, sizeof (fs_locations4)); in rfs4_fattr4_fs_locations()
|
H A D | nfs4_srv.c | 9791 fs_locations4 *fsl; in build_symlink() local 9799 if ((fsl = fetch_referral(vp, cr)) == NULL) in build_symlink() 9803 fs = &fsl->locations_val[0]; in build_symlink() 9806 rfs4_free_fs_locations4(fsl); in build_symlink() 9807 kmem_free(fsl, sizeof (fs_locations4)); in build_symlink() 9833 rfs4_free_fs_locations4(fsl); in build_symlink() 9834 kmem_free(fsl, sizeof (fs_locations4)); in build_symlink()
|
/titanic_44/usr/src/cmd/terminfo/ |
H A D | terminfo.src | 1006 civis@, cnorm@, cvvis@, dsl=\E[?H, flash@, fsl=\E[?F, initc@, 1613 fsl=\E[?6h\E8, home=\E[H, hpa=\E[%i%p1%dG, ht=^I, hts=\EH, 2321 fsl=\E8, home=\E[2;1H, is2=\E7\E[2;24r\E8, 2329 dsl=\E7\E[1;24r\E8, fsl=\E8, is2=\E[1;23r\E[23;1H, 2549 # (vt320: uncommented <fsl> --esr) 2560 ech=\E[%p1%dX, ed=\E[J, el=\E[K, el1=\E[1K, fsl=\E[0$}, 2628 ed=\E[J, el=\E[K, flash=\E[?5h\E[?5l$<200/>, fsl=\E[$}, 2676 el=\E[K$<4/>, flash=\E[?5h\E[?5l$<200/>, fsl=\E[$}, 2916 flash=\E[?5h\E[?5l, fsl=^G, home=\E[H, hpa=\E[%i%p1%dG, 3124 # removed (hs, eslok, tsl=\E[?E\E[?%i%dT, fsl=\E[?F, dsl=\E[?E) [all …]
|
H A D | termcap.src | 2770 # removed (hs, eslok, tsl=\E[?E\E[?%i%dT, fsl=\E[?F, dsl=\E[?E) 4461 # sequences for setting the window-title. So you must use tsl and fsl in 4983 # add fsl [return from status line] 13378 # . 'fsl' & 'dsl' use illegal char since cr is actioned wrong on line 25
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_nfs4.c | 4369 prt_fs_location(fs_location4 *fsl) in prt_fs_location() argument 4373 for (i = 0; i < fsl->server.server_len; i++) in prt_fs_location() 4375 utf8localize(&fsl->server.server_val[i])); in prt_fs_location() 4377 detail_pathname4(&fsl->rootpath, "rootpath: "); in prt_fs_location()
|
/titanic_44/usr/src/lib/libcurses/screen/ |
H A D | caps | 183 from_status_line, "fsl" "fs" Return from status line
|
/titanic_44/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | caps | 188 from_status_line fsl fs str Return from status line
|
/titanic_44/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | caps | 188 from_status_line fsl fs str Return from status line
|