| /f-stack/dpdk/config/arm/ |
| H A D | armv8_machine.py | 12 ident.append(hex((midr_el1 >> 24) & 0xFF)) # Implementer 13 ident.append(hex((midr_el1 >> 20) & 0xF)) # Variant 14 ident.append(hex((midr_el1 >> 16) & 0XF)) # Architecture 15 ident.append(hex((midr_el1 >> 4) & 0xFFF)) # Primary Part number 16 ident.append(hex(midr_el1 & 0xF)) # Revision
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/chattr/ |
| H A D | chattr_002_neg.ksh | 46 set -A files writable immutable append 65 log_must user_run $QUSER1 touch $TESTDIR/append 69 log_must chattr +a $TESTDIR/append 74 log_must user_run $QUSER1 chattr +a $TESTDIR/append 79 log_mustnot user_run $QUSER1 chattr -a $TESTDIR/append
|
| H A D | chattr_001_pos.ksh | 46 set -A files writable immutable append 71 log_must touch $TESTDIR/append 76 log_must chflags sappnd $TESTDIR/append 80 log_must chattr +a $TESTDIR/append
|
| /f-stack/dpdk/examples/ipsec-secgw/test/ |
| H A D | trs_ipv6opts.py | 82 hoptions.append(RouterAlert(value=2)) 83 hoptions.append(Jumbo(jumboplen=5000)) 84 hoptions.append(Pad1()) 87 doptions.append(HAO(hoa="1234::4321")) 136 hoptions.append(RouterAlert(value=2)) 137 hoptions.append(Jumbo(jumboplen=5000)) 138 hoptions.append(Pad1()) 141 doptions.append(HAO(hoa="1234::4321"))
|
| /f-stack/freebsd/libkern/ |
| H A D | strcat.c | 38 strcat(char * __restrict s, const char * __restrict append) in strcat() argument 43 while ((*s++ = *append++) != 0); in strcat()
|
| /f-stack/dpdk/usertools/ |
| H A D | cpu_layout.py | 24 cores.append(core) 26 sockets.append(socket) 30 core_map[key].append(cpu)
|
| H A D | dpdk-devbind.py | 214 ssh_if.append(rt_info[i+1]) 499 strings.append("<none>") 503 strings.append("%s '%s %s' %s" % (dev["Slot"], 508 strings.append("%s '%s'" % (dev["Slot"], dev["Device_str"])) 523 no_drv.append(devices[d]) 526 dpdk_drv.append(devices[d]) 528 kernel_drv.append(devices[d])
|
| /f-stack/freebsd/kern/ |
| H A D | subr_sglist.c | 835 int append; in sglist_join() local 845 append = 0; in sglist_join() 850 append = 1; in sglist_join() 853 if (first->sg_nseg + second->sg_nseg - append > first->sg_maxseg) in sglist_join() 857 if (append) in sglist_join() 861 bcopy(first->sg_segs + first->sg_nseg, second->sg_segs + append, in sglist_join() 862 (second->sg_nseg - append) * sizeof(struct sglist_seg)); in sglist_join() 863 first->sg_nseg += second->sg_nseg - append; in sglist_join()
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | t_string.c | 435 robj *o, *append; in appendCommand() local 450 append = c->argv[2]; in appendCommand() 451 totlen = stringObjectLen(o)+sdslen(append->ptr); in appendCommand() 457 o->ptr = sdscatlen(o->ptr,append->ptr,sdslen(append->ptr)); in appendCommand()
|
| H A D | ziplist.c | 871 int append; in ziplistMerge() local 883 append = 1; in ziplistMerge() 890 append = 0; in ziplistMerge() 907 if (append) { in ziplistMerge() 944 if (append) { in ziplistMerge()
|
| /f-stack/freebsd/contrib/openzfs/tests/test-runner/bin/ |
| H A D | zts-report.py.in | 340 unexpected.append(test) 342 expected.append(test)
|
| /f-stack/dpdk/app/test/ |
| H A D | autotest_runner.py | 255 self.log_buffers.append(log) 291 self.skipped.append(tuple(result)) 320 results.append(result)
|
| /f-stack/freebsd/contrib/openzfs/contrib/pyzfs/libzfs_core/ |
| H A D | _nvlist.py | 208 c_array.append(nested_nvlist) 213 c_array.append(_ffi.new('char[]', string)) 251 val.append(typeinfo.convert(valptr[0][i]))
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/snapshot/ |
| H A D | snapshot_005_pos.ksh | 82 log_must file_write -o append -f $TESTDIR1/$TESTFILE -b $BLOCKSZ \
|
| H A D | snapshot_001_pos.ksh | 83 log_must file_write -o append -f $TESTDIR/$TESTFILE -b $BLOCKSZ \
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/scripts/ |
| H A D | gen_run_tests.py | 32 possible_config_opts.append('--with-lg-vaddr=56')
|
| H A D | gen_travis.py | 88 configure_flags.append('--with-malloc-conf=' + ",".join(malloc_conf))
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/grow/ |
| H A D | grow_pool_001_pos.ksh | 83 log_must file_write -o append -f $TESTDIR/$TESTFILE1 \
|
| H A D | grow_replicas_001_pos.ksh | 82 log_must file_write -o append -f $TESTDIR/$TESTFILE1 \
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/qcom/ |
| H A D | ipq6018-cp01-c1.dts | 22 bootargs-append = " swiotlb=1";
|
| /f-stack/dpdk/doc/guides/ |
| H A D | conf.py | 195 pmd_names.append(name) 208 header_names.append(name)
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-proc.c | 88 char *append) in proc_copyout_string() argument 100 if (append != NULL && size < ubuffer_size) { in proc_copyout_string() 101 if (copy_to_user(ubuffer + size, append, 1)) in proc_copyout_string()
|
| /f-stack/freebsd/contrib/openzfs/rpm/redhat/ |
| H A D | zfs-kmod.spec.in | 17 # by generating a preamble text file which kmodtool can append to the spec file.
|
| /f-stack/freebsd/contrib/openzfs/cmd/arcstat/ |
| H A D | arcstat.in | 407 invalid.append(ele) 410 incompat.append(ele)
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | arm-realview-eb-11mp-ctrevb.dts | 31 * append a specific compatible-string.
|