Searched refs:fsl (Results 1 - 13 of 13) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/bsd/nfs/
H A Dnfs4_subs.c1789 struct nfs_fs_location *fsl; local
1848 MALLOC(fsl, struct nfs_fs_location *, sizeof(struct nfs_fs_location), M_TEMP, M_WAITOK|M_ZERO);
1849 if (!fsl)
1851 nfslsp->nl_locations[loc] = fsl;
1852 nfsm_chain_get_32(error, nmc, fsl->nl_servcount); /* server count */
1855 if (!error && ((fsl->nl_servcount < 1) || (fsl->nl_servcount > 256)))
1858 MALLOC(fsl->nl_servers, struct nfs_fs_server **, fsl->nl_servcount * sizeof(struct nfs_fs_server*), M_TEMP, M_WAITOK|M_ZERO);
1859 if (!fsl
[all...]
H A Dnfs_vfsops.c1141 xb_add_32(error, &xb, 0); /* empty fsl info */
1402 xb_add_32(error, &xb, 0); /* empty fsl info */
1781 xb_add_32(error, &xb, 0); /* empty fsl info */
2921 struct nfs_fs_location *fsl; local
2935 MALLOC(fsl, struct nfs_fs_location *, sizeof(struct nfs_fs_location), M_TEMP, M_WAITOK|M_ZERO);
2936 if (!fsl)
2938 nmp->nm_locations.nl_locations[loc] = fsl;
2939 xb_get_32(error, &xb, fsl->nl_servcount); /* server count */
2941 if (!error && ((fsl->nl_servcount < 1) || (fsl
4195 struct nfs_fs_location *fsl; local
[all...]
H A Dnfs_socket.c282 struct nfs_fs_location *fsl = locs->nl_locations[idx.nli_loc]; local
288 cnt = snprintf(p, size, "%s:", fsl->nl_servers[idx.nli_serv]->ns_name);
292 if (fsl->nl_path.np_compcount == 0) {
301 for (i=0; (size > 0) && (i < (int)fsl->nl_path.np_compcount); i++) {
302 cnt = snprintf(p, size, "/%s", fsl->nl_path.np_components[i]);
697 struct nfs_fs_location *fsl; local
720 fsl = nmp->nm_locations.nl_locations[nss->nss_nextloc.nli_loc];
721 fss = fsl->nl_servers[nss->nss_nextloc.nli_serv];
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dterminfo.vim46 \ rum rmxon pause hook flash ff fsl wingo hup
/macosx-10.9.5/ncurses-42/ncurses/misc/
H A Dterminfo.src813 civis@, cnorm@, cvvis@, dsl=\E[?H, flash@, fsl=\E[?F, initc@,
1385 fsl=\E[?6h\E8, home=\E[H, hpa=\E[%i%p1%dG, ht=^I, hts=\EH,
2091 fsl=\E8, home=\E[2;1H, is2=\E7\E[2;24r\E8,
2099 dsl=\E7\E[1;24r\E8, fsl=\E8, is2=\E[1;23r\E[23;1H,
2319 # (vt320: uncommented <fsl> --esr)
2330 ech=\E[%p1%dX, ed=\E[J, el=\E[K, el1=\E[1K, fsl=\E[0$},
2398 ed=\E[J, el=\E[K, flash=\E[?5h\E[?5l$<200/>, fsl=\E[$},
2446 el=\E[K$<4/>, flash=\E[?5h\E[?5l$<200/>, fsl=\E[$},
2686 flash=\E[?5h\E[?5l, fsl=^G, home=\E[H, hpa=\E[%i%p1%dG,
2889 # removed (hs, eslok, tsl=\E[?E\E[?%i%dT, fsl
[all...]
H A Demx.src420 # removed (hs, eslok, tsl=\E[?E\E[?%i%dT, fsl=\E[?F, dsl=\E[?E)
592 fsl=\E[?F,
631 fsl=^G,
/macosx-10.9.5/zsh-60/zsh/Src/Zle/
H A Dcompctl.c1726 static int lpl, lsl, rpl, rsl, fpl, fsl, lppl, lpsl; variable
2184 e = n + strlen(n) - fsl;
3342 fsl = strlen(fsuf);
/macosx-10.9.5/ncurses-42/ncurses/include/
H A DCaps.uwin339 from_status_line fsl str fs - - YB-G- return from status line
H A DCaps371 from_status_line fsl str fs - - YB-G- return from status line
H A DCaps.aix4371 from_status_line fsl str fs - - YB-G- return from status line
H A DCaps.hpux11373 from_status_line fsl str fs - - YB-G- return from status line
H A DCaps.keys373 from_status_line fsl str fs - - YB-G- return from status line
/macosx-10.9.5/vim-53/runtime/
H A Dfiletype.vim713 au BufNewFile,BufRead *.fsl setf framescript

Completed in 986 milliseconds