Searched refs:nl (Results 1 – 10 of 10) sorted by relevance
/xen-4.10.0-shim-comet/tools/hotplug/Linux/ |
A D | remus-netbuf-setup | 95 if ! command -v nl-qdisc-list > /dev/null 2>&1; then 98 if ! command -v nl-qdisc-add > /dev/null 2>&1; then 101 if ! command -v nl-qdisc-delete > /dev/null 2>&1; then 121 local installed=`nl-qdisc-list -d $1` 180 nl-qdisc-add --dev="$ifb" --parent root plug >/dev/null 2>&1 188 nl-qdisc-add --dev="$ifb" --parent root \ 204 do_without_error nl-qdisc-delete --dev="$ifb" --parent root plug >/dev/null 2>&1
|
/xen-4.10.0-shim-comet/tools/ocaml/test/ |
A D | xtl.ml | 15 let nl = if dne = total then "\n" else "" in 16 printf "\rProgress %s %d%% (%Ld/%Ld)%s" what percent dne total nl;
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | inflate.c | 838 unsigned nl; /* number of literal/length codes */ in inflate_dynamic() local 863 nl = 257 + ((unsigned)b & 0x1f); /* number of literal/length codes */ in inflate_dynamic() 872 if (nl > 288 || nd > 32) in inflate_dynamic() 874 if (nl > 286 || nd > 30) in inflate_dynamic() 908 n = nl + nd; in inflate_dynamic() 974 if ((i = huft_build(ll, nl, 257, cplens, cplext, &tl, &bl)) != 0) in inflate_dynamic() 986 if ((i = huft_build(ll + nl, nd, 0, cpdist, cpdext, &td, &bd)) != 0) in inflate_dynamic()
|
/xen-4.10.0-shim-comet/xen/tools/kconfig/ |
A D | zconf.y | 108 input: nl start | start; 321 if_entry: T_IF expr nl 349 mainmenu_stmt: T_MAINMENU prompt nl 465 nl: 467 | nl T_EOL
|
A D | zconf.tab.c_shipped | 588 "end", "nl", "if_expr", "expr", "symbol", "word_opt", YY_NULL
|
/xen-4.10.0-shim-comet/tools/console/daemon/ |
A D | io.c | 255 const char *nl = memchr(data, '\n', last_byte + 1 - data); in write_with_timestamp() local 256 int found_nl = (nl != NULL); in write_with_timestamp() 258 nl = last_byte; in write_with_timestamp() 261 || write_all(fd, data, nl + 1 - data)) in write_with_timestamp() 265 data = nl + 1; in write_with_timestamp()
|
/xen-4.10.0-shim-comet/xen/arch/x86/mm/ |
A D | p2m-pt.c | 174 #define iommu_nlevel_to_flags(nl, f) ((((nl) & 0x7) << 9 )|(((f) & 0x3) << 21)) argument
|
/xen-4.10.0-shim-comet/ |
A D | .rootkeys | 738 428d0d87GgUuEd4Mz9p3mUGkdMdOsg tools/ioemu/keymaps/nl 739 428d0d87E1NtUwguKl72ifCTjDQ5rQ tools/ioemu/keymaps/nl-be
|
/xen-4.10.0-shim-comet/tools/ |
A D | configure | 7126 rm -f conftest.in conftest.tmp conftest.nl conftest.out;; 7192 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
|
/xen-4.10.0-shim-comet/docs/man/ |
A D | xl.cfg.pod.5.in | 2530 da en-gb et fr fr-ch is lt nl pl ru th 2531 de en-us fi fr-be hr it lv nl-be pt sl tr
|
Completed in 26 milliseconds