Searched refs:nl (Results 1 – 7 of 7) sorted by relevance
/xen/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/tools/ocaml/test/ |
A D | xtl.ml | 14 let nl = if dne = total then "\n" else "" in 15 printf "\rProgress %s %d%% (%Ld/%Ld)%s" what percent dne total nl;
|
/xen/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/automation/scripts/ |
A D | build-test.sh | 63 done < <(git rev-list $BASE..$TIP | nl -ba | tac)
|
/xen/tools/console/daemon/ |
A D | io.c | 280 const char *nl = memchr(data, '\n', last_byte + 1 - data); in write_with_timestamp() local 281 int found_nl = (nl != NULL); in write_with_timestamp() 283 nl = last_byte; in write_with_timestamp() 286 || write_all(fd, data, nl + 1 - data)) in write_with_timestamp() 290 data = nl + 1; in write_with_timestamp()
|
/xen/tools/ |
A D | configure | 7475 rm -f conftest.in conftest.tmp conftest.nl conftest.out;; 7541 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
|
/xen/docs/man/ |
A D | xl.cfg.5.pod.in | 2828 da en-gb et fr fr-ch is lt nl pl ru th 2829 de en-us fi fr-be hr it lv nl-be pt sl tr
|
Completed in 31 milliseconds