Home
last modified time | relevance | path

Searched refs:tl (Results 1 – 10 of 10) sorted by relevance

/xen-4.10.0-shim-comet/tools/blktap2/control/
A Dtap-ctl-list.c350 if (!tl) { in _tap_ctl_list_tapdisk()
360 if (!tl->params) { in _tap_ctl_list_tapdisk()
365 tl->params = NULL; in _tap_ctl_list_tapdisk()
372 list_del(&tl->entry); in _tap_ctl_list_tapdisk()
373 free(tl->params); in _tap_ctl_list_tapdisk()
374 free(tl); in _tap_ctl_list_tapdisk()
391 free(tl->params); in _tap_ctl_free_tapdisks()
392 free(tl); in _tap_ctl_free_tapdisks()
416 struct tapdisk_list *tl; in _tap_list_join3() local
430 tl->minor, tl->state, tl->params); in _tap_list_join3()
[all …]
/xen-4.10.0-shim-comet/xen/crypto/
A Dvmac.c274 { int i; uint64_t th, tl; \
277 MUL64(th,tl,get64PE((mp)+i )+(kp)[i ],get64PE((mp)+i+1)+(kp)[i+1]);\
278 ADD128(rh,rl,th,tl); \
282 { int i; uint64_t th, tl; \
285 MUL64(th,tl,get64PE((mp)+i )+(kp)[i ],get64PE((mp)+i+1)+(kp)[i+1]);\
286 ADD128(rh,rl,th,tl); \
287 MUL64(th,tl,get64PE((mp)+i )+(kp)[i+2],get64PE((mp)+i+1)+(kp)[i+3]);\
288 ADD128(rh1,rl1,th,tl); \
986 uint64_t th,tl; in vmac()
988 th = vhash(m, mbytes, &tl, ctx); in vmac()
[all …]
/xen-4.10.0-shim-comet/xen/common/
A Dinflate.c767 struct huft *tl; /* literal/length code table */ in inflate_fixed() local
800 huft_free(tl); in inflate_fixed()
809 if (inflate_codes(tl, td, bl, bd)) { in inflate_fixed()
816 huft_free(tl); in inflate_fixed()
900 huft_free(tl); in inflate_dynamic()
914 j = (td = tl + ((unsigned)b & m))->b; in inflate_dynamic()
962 huft_free(tl); in inflate_dynamic()
979 huft_free(tl); in inflate_dynamic()
997 huft_free(tl); in inflate_dynamic()
1006 if (inflate_codes(tl, td, bl, bd)) {
[all …]
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/
A Dtrie.ml64 | h :: tl when h.Node.key = key -> node :: tl
65 | h :: tl -> h :: aux tl
72 | h :: tl when h.Node.key = key -> tl
73 | h :: tl -> h :: aux tl
A Dstore.ml60 | h :: tl when h.name = child.name -> nchild :: tl
61 | h :: tl -> h :: replace_one_in_list tl
70 | h :: tl when h.name = sym -> tl
71 | h :: tl -> h :: delete_one_in_list tl
139 if t = [] then [] else List.rev (List.tl (List.rev t))
A Dutils.ml32 if i = 0 then x else do_tl (i - 1) (List.tl x)
A Dperms.ml76 let ls = if ls = [] then ls else List.rev (List.tl (List.rev ls)) in
A Dprocess.ml81 let ret = check_path (List.tl (Store.Path.get_hierarchy dirname)) in
/xen-4.10.0-shim-comet/tools/xenstore/
A Dtdb.c1274 struct tdb_traverse_lock tl = { NULL, 0, 0 }; local
1280 tl.next = tdb->travlocks.next;
1283 tdb->travlocks.next = &tl;
1286 while ((ret = tdb_next_lock(tdb, &tl, &rec)) > 0) {
1289 key.dptr = tdb_alloc_read(tdb, tl.off + sizeof(rec),
1293 if (tdb_unlock(tdb, tl.hash, F_WRLCK) != 0)
1295 if (unlock_record(tdb, tl.off) != 0)
1304 if (tdb_unlock(tdb, tl.hash, F_WRLCK) != 0) {
1311 if (unlock_record(tdb, tl.off) != 0) {
1315 tdb->travlocks.next = tl.next;
[all …]
/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxl_device.c450 int tl, c; in device_virtdisk_matches() local
453 tl = strlen(devtype); in device_virtdisk_matches()
454 if (memcmp(virtpath, devtype, tl)) in device_virtdisk_matches()
460 p = virtpath + tl; in device_virtdisk_matches()

Completed in 27 milliseconds