/third_party/mesa3d/src/gallium/frontends/clover/llvm/ |
H A D | invocation.cpp | 216 create_compiler_instance(const device &dev, const std::string& ir_target, in create_compiler_instance() argument 248 const cl_version device_clc_version = dev.device_clc_version(); in create_compiler_instance() 295 const header_map &headers, const device &dev, in compile() 321 const auto dev_version = dev.device_version(); in compile() 326 if (CL_VERSION_MAJOR(dev.version) >= 3) { in compile() 327 const auto features = dev.opencl_c_features(); in compile() 360 F.Filename = LIBCLC_LIBEXECDIR + dev.ir_target() + ".bc"; in compile() 367 if (!dev.image_support()) in compile() 380 get_spirv_translator_options(const device &dev) { in get_spirv_translator_options() argument 402 const device &dev, in compile_program() 293 compile(LLVMContext &ctx, clang::CompilerInstance &c, const std::string &name, const std::string &source, const header_map &headers, const device &dev, const std::string &opts, bool use_libclc, std::string &r_log) compile() argument 400 compile_program(const std::string &source, const header_map &headers, const device &dev, const std::string &opts, std::string &r_log) compile_program() argument 472 link_program(const std::vector<binary> &binaries, const device &dev, const std::string &opts, std::string &r_log) link_program() argument 508 compile_to_spirv(const std::string &source, const header_map &headers, const device &dev, const std::string &opts, std::string &r_log) compile_to_spirv() argument [all...] |
/third_party/backends/backend/pixma/ |
H A D | pixma_io_sanei.c | 77 SANE_Int dev; member 369 SANE_Int dev; in pixma_connect() local 378 error = map_error (sanei_bjnp_open (si->devname, &dev)); in pixma_connect() 380 error = map_error (sanei_usb_open (si->devname, &dev)); in pixma_connect() 388 sanei_bjnp_close (dev); in pixma_connect() 390 sanei_usb_close (dev); in pixma_connect() 395 io->dev = dev; in pixma_connect() 416 sanei_bjnp_close (io->dev); in pixma_disconnect() 418 sanei_usb_close (io->dev); in pixma_disconnect() [all...] |
/third_party/eudev/src/udev/ |
H A D | udev-builtin-keyboard.c | 34 static int install_force_release(struct udev_device *dev, const unsigned *release, unsigned release_count) { in install_force_release() argument 43 atkbd = udev_device_get_parent_with_subsystem_devtype(dev, "serio", NULL); in install_force_release() 152 static void set_trackpoint_sensitivity(struct udev_device *dev, const char *value) in set_trackpoint_sensitivity() argument 159 pdev = udev_device_get_parent_with_subsystem_devtype(dev, "serio", NULL); in set_trackpoint_sensitivity() 161 log_warning("Failed to get serio parent for '%s'", udev_device_get_devnode(dev)); in set_trackpoint_sensitivity() 167 log_error("Unable to parse POINTINGSTICK_SENSITIVITY '%s' for '%s'", value, udev_device_get_devnode(dev)); in set_trackpoint_sensitivity() 188 static int builtin_keyboard(struct udev_device *dev, int argc, char *argv[], bool test) { in builtin_keyboard() argument 195 node = udev_device_get_devnode(dev); in builtin_keyboard() 197 log_error("No device node for \"%s\"", udev_device_get_syspath(dev)); in builtin_keyboard() 201 udev_list_entry_foreach(entry, udev_device_get_properties_list_entry(dev)) { in builtin_keyboard() [all...] |
/third_party/libdrm/freedreno/ |
H A D | freedreno_priv.h | 62 int (*bo_new_handle)(struct fd_device *dev, uint32_t size, 64 struct fd_bo * (*bo_from_handle)(struct fd_device *dev, 66 struct fd_pipe * (*pipe_new)(struct fd_device *dev, enum fd_pipe_id id, 68 void (*destroy)(struct fd_device *dev); 116 drm_private void fd_device_del_locked(struct fd_device *dev); 127 struct fd_device *dev; member 158 struct fd_device *dev; member 176 drm_private struct fd_bo *fd_bo_new_ring(struct fd_device *dev, 237 VALGRIND_DISABLE_ADDR_ERROR_REPORTING_IN_RANGE(bo, bo->dev->bo_size); in VG_BO_RELEASE() 238 VALGRIND_MAKE_MEM_NOACCESS(bo, bo->dev in VG_BO_RELEASE() [all...] |
/third_party/ltp/testcases/network/stress/udp/multi-diffip/ |
H A D | udp4-multi-diffip01 | 106 output_ipsec_conf flush | setkey -c >/dev/null 2>&1 107 $LTP_RSH $RHOST ${LTPROOT}/'testcases/bin/output_ipsec_conf flush | PATH=/sbin:/usr/sbin:$PATH setkey -c' >/dev/null 2>&1 187 ip addr add ${lhost_addr}/${network_mask} broadcast $network_broadcast dev $lhost_ifname 191 ip addr del ${lhost_addr}/${network_mask} broadcast $network_broadcast dev $lhost_ifname 2>&1 192 ip addr add ${lhost_addr}/${network_mask} broadcast $network_broadcast dev $lhost_ifname 205 ret=`$LTP_RSH $RHOST 'PATH=/sbin:/usr/sbin:$PATH ip' addr add ${rhost_addr}/${network_mask} broadcast $network_broadcast dev $rhost_ifname' ; echo $?'` 207 $LTP_RSH $RHOST 'PATH=/sbin:/usr/sbin:$PATH ip' addr del ${rhost_addr}/${network_mask} broadcast $network_broadcast dev $rhost_ifname 208 ret=`$LTP_RSH $RHOST 'PATH=/sbin:/usr/sbin:$PATH ip' addr add ${rhost_addr}/${network_mask} broadcast $network_broadcast dev $rhost_ifname' ; echo $?'` 231 ip addr add ${lhost_addr}/${network_mask} dev $lhost_ifname 234 ip addr del ${lhost_addr}/${network_mask} dev [all...] |
/third_party/libdrm/tests/exynos/ |
H A D | exynos_fimg2d_test.c | 121 static int drm_set_crtc(struct exynos_device *dev, struct connector *c, in drm_set_crtc() argument 126 ret = drmModeSetCrtc(dev->fd, c->crtc, in drm_set_crtc() 134 static struct exynos_bo *exynos_create_buffer(struct exynos_device *dev, in exynos_create_buffer() argument 140 bo = exynos_bo_create(dev, size, flags); in exynos_create_buffer() 192 static int g2d_solid_fill_test(struct exynos_device *dev, struct exynos_bo *dst) in g2d_solid_fill_test() argument 199 ctx = g2d_init(dev->fd); in g2d_solid_fill_test() 240 static int g2d_copy_test(struct exynos_device *dev, struct exynos_bo *src, in g2d_copy_test() argument 250 ctx = g2d_init(dev->fd); in g2d_copy_test() 323 static int g2d_move_test(struct exynos_device *dev, in g2d_move_test() argument 350 ctx = g2d_init(dev in g2d_move_test() 447 g2d_copy_with_scale_test(struct exynos_device *dev, struct exynos_bo *src, struct exynos_bo *dst, enum e_g2d_buf_type type) g2d_copy_with_scale_test() argument 535 g2d_blend_test(struct exynos_device *dev, struct exynos_bo *src, struct exynos_bo *dst, enum e_g2d_buf_type type) g2d_blend_test() argument 636 g2d_checkerboard_test(struct exynos_device *dev, struct exynos_bo *src, struct exynos_bo *dst, enum e_g2d_buf_type type) g2d_checkerboard_test() argument 727 struct exynos_device *dev; main() local [all...] |
/third_party/vulkan-loader/tests/ |
H A D | loader_threading_tests.cpp | 47 DeviceWrapper dev{inst}; in create_destroy_instance_loop_with_function_queries() 48 dev.CheckCreate(phys_dev); in create_destroy_instance_loop_with_function_queries() 50 PFN_vkCmdBindPipeline p = dev.load("vkCmdBindPipeline"); in create_destroy_instance_loop_with_function_queries() 61 DeviceWrapper dev{inst}; in create_destroy_device_loop() 62 dev.CheckCreate(inst.GetPhysDev()); in create_destroy_device_loop() 65 PFN_vkCmdBindPipeline p = dev.load("vkCmdBindPipeline"); in create_destroy_device_loop() 66 PFN_vkCmdBindDescriptorSets d = dev.load("vkCmdBindDescriptorSets"); in create_destroy_device_loop() 67 PFN_vkCmdBindVertexBuffers vb = dev.load("vkCmdBindVertexBuffers"); in create_destroy_device_loop() 68 PFN_vkCmdBindIndexBuffer ib = dev.load("vkCmdBindIndexBuffer"); in create_destroy_device_loop() 69 PFN_vkCmdDraw c = dev in create_destroy_device_loop() [all...] |
H A D | loader_phys_dev_inst_ext_tests.cpp | 313 for (uint32_t dev = 0; dev < dev_counts[icd]; ++dev) { in TEST() 319 if ((icd == 0 && dev == 1) || icd == 3) { in TEST() 339 for (uint32_t dev = 0; dev < device_count; ++dev) { in TEST() 341 instance->vkGetPhysicalDeviceProperties(physical_devices[dev], &props); in TEST() 343 GetPhysDevProps2(physical_devices[dev], &props2); in TEST() 680 for (uint32_t dev in TEST() [all...] |
/third_party/eudev/ |
H A D | config.guess | 100 trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; 101 trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ; 103 { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || 112 if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then 126 if (test -f /.attbin/uname) >/dev/null 2>&1 ; then 130 UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown 131 UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown 132 UNAME_SYSTEM=`(uname -s) 2>/dev/nul [all...] |
/third_party/backends/backend/ |
H A D | agfafocus.c | 809 AgfaFocus_Device *dev; in attach() local 814 for (dev = agfafocus_devices; dev; dev = dev->next) in attach() 815 if (strcmp (dev->sane.name, devname) == 0) in attach() 818 *devp = dev; in attach() 865 dev = malloc (sizeof (*dev)); in attach() 867 if (!dev) in attach() 1270 attach_one(const char *dev) attach_one() argument 1318 AgfaFocus_Device *dev, *next; sane_exit() local 1335 AgfaFocus_Device *dev; sane_get_devices() local 1358 AgfaFocus_Device *dev; sane_open() local [all...] |
H A D | bh.c | 2846 BH_Device *dev; in attach() local 2856 for (dev = first_dev; dev; dev = dev->next) in attach() 2858 if (strcmp (dev->sane.name, devnam) == 0) in attach() 2861 *devp = dev; in attach() 2963 dev = malloc (sizeof (*dev)); in attach() 2964 if (!dev) in attach() 3237 BH_Device *dev; sane_get_devices() local 3262 BH_Device *dev; sane_open() local 3876 BH_Device *dev, *next; sane_exit() local [all...] |
/third_party/ltp/testcases/kernel/mce-test/tsrc/ |
H A D | erst-inject.sh | 60 ls /dev/erst_dbg >/dev/null 2>&1 62 modinfo erst_dbg > /dev/null 2>&1 69 ls $ERST > /dev/null 2>&1 73 $ERST -i $ID 1>/dev/null 88 $ERST -c $ID 1>/dev/null
|
/third_party/ltp/testcases/kernel/mce-test/hwpoison/ |
H A D | erst-inject.sh | 60 ls /dev/erst_dbg >/dev/null 2>&1 62 modinfo erst_dbg > /dev/null 2>&1 69 ls $ERST > /dev/null 2>&1 73 $ERST -i $ID 1>/dev/null 88 $ERST -c $ID 1>/dev/null
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmPhysicalStorageBufferPointerTests.cpp | 168 const VkDevice dev = m_context.getDevice(); in Buffer() local 187 m_buffer = makeShared(createBuffer(vki, dev, &bufferCreateInfo)); in Buffer() 188 m_bufferMemory = makeShared(allocator.allocate(getBufferMemoryRequirements(vki, dev, **m_buffer), requirements)); in Buffer() 190 VK_CHECK(vki.bindBufferMemory(dev, **m_buffer, (*m_bufferMemory)->getMemory(), (*m_bufferMemory)->getOffset())); in Buffer() 207 const VkDevice dev = m_context.getDevice(); in getDeviceAddress() local 215 return vki.getBufferDeviceAddress(dev, &info); in getDeviceAddress() 227 const VkDevice dev = m_context.getDevice(); in flush() local 228 flushAlloc(vki, dev, **m_bufferMemory); in flush() 234 const VkDevice dev = m_context.getDevice(); in invalidate() local 235 invalidateAlloc(vki, dev, **m_bufferMemor in invalidate() 347 const VkDevice dev = m_context.getDevice(); createRenderPass() local 401 const VkDevice dev = m_context.getDevice(); createFramebuffer() local 846 const VkDevice dev = m_context.getDevice(); iterate() local 1027 const VkDevice dev = m_context.getDevice(); iterate() local 1176 const VkDevice dev = m_context.getDevice(); iterate() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmPhysicalStorageBufferPointerTests.cpp | 168 const VkDevice dev = m_context.getDevice(); in Buffer() local 187 m_buffer = makeShared(createBuffer(vki, dev, &bufferCreateInfo)); in Buffer() 188 m_bufferMemory = makeShared(allocator.allocate(getBufferMemoryRequirements(vki, dev, **m_buffer), requirements)); in Buffer() 190 VK_CHECK(vki.bindBufferMemory(dev, **m_buffer, (*m_bufferMemory)->getMemory(), (*m_bufferMemory)->getOffset())); in Buffer() 207 const VkDevice dev = m_context.getDevice(); in getDeviceAddress() local 215 return vki.getBufferDeviceAddress(dev, &info); in getDeviceAddress() 227 const VkDevice dev = m_context.getDevice(); in flush() local 228 flushAlloc(vki, dev, **m_bufferMemory); in flush() 234 const VkDevice dev = m_context.getDevice(); in invalidate() local 235 invalidateAlloc(vki, dev, **m_bufferMemor in invalidate() 347 const VkDevice dev = m_context.getDevice(); createRenderPass() local 401 const VkDevice dev = m_context.getDevice(); createFramebuffer() local 846 const VkDevice dev = m_context.getDevice(); iterate() local 1027 const VkDevice dev = m_context.getDevice(); iterate() local 1176 const VkDevice dev = m_context.getDevice(); iterate() local [all...] |
/third_party/lame/ |
H A D | config.guess | 105 { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || 106 { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir "$tmp" 2>/dev/null) ; } || 107 { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir "$tmp" 2>/dev/null) && echo "Warning: creating insecure temp directory" >&2 ; } || 113 if ($driver -c -o "$dummy.o" "$dummy.c") >/dev/null 2>&1 ; then 133 UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown 134 UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown 135 UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown 136 UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown 155 eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`" 158 if command -v ldd >/dev/nul [all...] |
/third_party/node/deps/cares/ |
H A D | config.guess | 119 { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || 120 { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir "$tmp" 2>/dev/null) ; } || 121 { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir "$tmp" 2>/dev/null) && echo "Warning: creating insecure temp directory" >&2 ; } || 127 if ($driver -c -o "$dummy.o" "$dummy.c") >/dev/null 2>&1 ; then 147 UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown 148 UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown 149 UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown 150 UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown 173 cc_set_libc=`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'` 178 command -v ldd >/dev/nul [all...] |
/third_party/node/deps/cares/config/ |
H A D | config.guess | 119 { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || 120 { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir "$tmp" 2>/dev/null) ; } || 121 { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir "$tmp" 2>/dev/null) && echo "Warning: creating insecure temp directory" >&2 ; } || 127 if ($driver -c -o "$dummy.o" "$dummy.c") >/dev/null 2>&1 ; then 147 UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown 148 UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown 149 UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown 150 UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown 173 cc_set_libc=`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'` 178 command -v ldd >/dev/nul [all...] |
/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_blitter.c | 118 pan_blitter_emit_blend(const struct panfrost_device *dev, in pan_blitter_emit_blend() argument 157 panfrost_format_to_bifrost_blend(dev, iview->format, false); in pan_blitter_emit_blend() 213 pan_blitter_emit_blends(const struct panfrost_device *dev, in pan_blitter_emit_blends() argument 224 pan_blitter_emit_blend(dev, i, rt_view, blit_shader, in pan_blitter_emit_blends() 232 pan_blitter_emit_rsd(const struct panfrost_device *dev, in pan_blitter_emit_rsd() argument 321 pan_blitter_emit_blends(dev, blit_shader, views, blend_shaders, in pan_blitter_emit_rsd() 328 pan_blitter_get_blend_shaders(struct panfrost_device *dev, in pan_blitter_get_blend_shaders() argument 352 pthread_mutex_lock(&dev->blitter.shaders.lock); in pan_blitter_get_blend_shaders() 354 _mesa_hash_table_search(dev->blitter.shaders.blend, &key); in pan_blitter_get_blend_shaders() 358 pthread_mutex_unlock(&dev in pan_blitter_get_blend_shaders() 409 pan_blitter_get_blit_shader(struct panfrost_device *dev, const struct pan_blit_shader_key *key) pan_blitter_get_blit_shader() argument 696 pan_blitter_get_rsd(struct panfrost_device *dev, struct pan_blitter_views *views) pan_blitter_get_rsd() argument 773 pan_blit_get_rsd(struct panfrost_device *dev, const struct pan_image_view *src_views, const struct pan_image_view *dst_view) pan_blit_get_rsd() argument 1414 pan_blit_ctx_init(struct panfrost_device *dev, const struct pan_blit_info *info, struct pan_pool *blit_pool, struct pan_blit_context *ctx) pan_blit_ctx_init() argument 1625 pan_blitter_prefill_blit_shader_cache(struct panfrost_device *dev) pan_blitter_prefill_blit_shader_cache() argument 1662 pan_blitter_init(struct panfrost_device *dev, struct pan_pool *bin_pool, struct pan_pool *desc_pool) pan_blitter_init() argument 1684 pan_blitter_cleanup(struct panfrost_device *dev) pan_blitter_cleanup() argument [all...] |
/third_party/python/ |
H A D | config.guess | 119 { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || 120 { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir "$tmp" 2>/dev/null) ; } || 121 { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir "$tmp" 2>/dev/null) && echo "Warning: creating insecure temp directory" >&2 ; } || 127 if ($driver -c -o "$dummy.o" "$dummy.c") >/dev/null 2>&1 ; then 147 UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown 148 UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown 149 UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown 150 UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown 173 cc_set_libc=`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'` 178 command -v ldd >/dev/nul [all...] |
/third_party/libevdev/build-aux/ |
H A D | config.guess | 119 { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || 120 { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir "$tmp" 2>/dev/null) ; } || 121 { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir "$tmp" 2>/dev/null) && echo "Warning: creating insecure temp directory" >&2 ; } || 127 if ($driver -c -o "$dummy.o" "$dummy.c") >/dev/null 2>&1 ; then 147 UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown 148 UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown 149 UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown 150 UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown 173 cc_set_libc=`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'` 178 command -v ldd >/dev/nul [all...] |
/third_party/ltp/testcases/kernel/controllers/cpuctl/ |
H A D | run_cpuctl_latency_test.sh | 62 kill -s SIGUSR1 ${pid[$i]} 2>/dev/null; 70 for task in `cat /dev/cpuctl/group*/tasks`; do 71 echo $task > /dev/cpuctl/tasks #2>/dev/null 1>&2; 73 rmdir /dev/cpuctl/group* #2> /dev/null 74 umount /dev/cpuctl #2> /dev/null 75 rmdir /dev/cpuctl #2> /dev/nul [all...] |
/third_party/ltp/testcases/network/mpls/ |
H A D | mpls02.sh | 11 ip route del $ip_rmt/$mask > /dev/null 2>&1 12 tst_rhost_run -c "ip route del $ip_loc/$mask" > /dev/null 14 [ -n "$ip_loc" ] && ip addr del $ip_loc/$mask dev lo > /dev/null 2>&1 15 [ -n "$ip_rmt" ] && tst_rhost_run -c "ip addr del $ip_rmt/$mask dev lo" > \ 16 /dev/null 2>&1 29 ROD ip addr add $ip_loc/$mask dev lo 31 ROD ip -f mpls route add 60 dev lo 33 tst_rhost_run -s -c "ip addr add $ip_rmt/$mask dev lo" 35 tst_rhost_run -s -c "ip -f mpls route add 50 dev l [all...] |
/third_party/ltp/testcases/kernel/security/smack/ |
H A D | smack_file_access.sh | 50 old_rule=$(grep "^TheOne" "$smackfsdir/load" 2>/dev/null | grep ' TheOther ') 53 new_rule=$(grep "^TheOne" "$smackfsdir/load" 2>/dev/null | grep ' TheOther ') 62 echo TheOne 2>/dev/null > /proc/self/attr/current 69 echo NotTheOne 2>/dev/null > /proc/self/attr/current 70 got_read=$(smack_notroot $CAT "$testfile" 2> /dev/null) 77 echo -n "$rule_b" 2>/dev/null > "$smackfsdir/load" 78 new_rule=$(grep "^TheOne" $smackfsdir/load 2>/dev/null | grep ' TheOther ')
|
/third_party/musl/ |
H A D | configure | 56 tr '\n' ' ' <<EOF | grep '^[-[:alnum:]_=,./:]* $' >/dev/null 2>&1 && { echo "$1" ; return 0 ; } 64 cmdexists () { type "$1" >/dev/null 2>&1 ; } 77 if $CC $2 -c -o /dev/null "$tmpc" >/dev/null 2>&1 ; then 89 if $CC $CFLAGS_TRY $2 -c -o /dev/null "$tmpc" >/dev/null 2>&1 ; then 103 if $CC $LDFLAGS_TRY -nostdlib -shared "$2" -o /dev/null "$tmpc" >/dev/null 2>&1 ; then 216 2>|/dev/null > "$tmpc" && break 249 if output=$($CC $CPPFLAGS $CFLAGS -c -o /dev/nul [all...] |