Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/recipes-core/sysvinit/sysvinit/
H A Drealpath.patch27 if (o->argv1 && p->argv1) {
28 - if ((oargv1 = canonicalize_file_name(o->argv1)) == NULL)
29 + if ((oargv1 = realpath(o->argv1, NULL)) == NULL)
30 oargv1 = strdup(o->argv1);
31 - if ((pargv1 = canonicalize_file_name(p->argv1)) == NULL)
32 + if ((pargv1 = realpath(p->argv1, NULL)) == NULL)
33 pargv1 = strdup(p->argv1);
H A Dpidof-add-m-option.patch115 + if (o->argv1 && p->argv1) {
116 + if ((oargv1 = canonicalize_file_name(o->argv1)) == NULL)
117 + oargv1 = strdup(o->argv1);
118 + if ((pargv1 = canonicalize_file_name(p->argv1)) == NULL)
119 + pargv1 = strdup(p->argv1);
/OK3568_Linux_fs/kernel/usr/
H A Dgen_initramfs.sh44 local argv1="$1"
47 if [ -L "${argv1}" ]; then
49 elif [ -f "${argv1}" ]; then
51 elif [ -d "${argv1}" ]; then
53 elif [ -b "${argv1}" -o -c "${argv1}" ]; then
55 elif [ -p "${argv1}" ]; then
57 elif [ -S "${argv1}" ]; then
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.4/scripts/
H A Dgen_initramfs_list.sh63 local argv1="$1"
66 if [ -L "${argv1}" ]; then
68 elif [ -f "${argv1}" ]; then
70 elif [ -d "${argv1}" ]; then
72 elif [ -b "${argv1}" -o -c "${argv1}" ]; then
74 elif [ -p "${argv1}" ]; then
76 elif [ -S "${argv1}" ]; then
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.4/scripts/
H A Dgen_initramfs_list.sh63 local argv1="$1"
66 if [ -L "${argv1}" ]; then
68 elif [ -f "${argv1}" ]; then
70 elif [ -d "${argv1}" ]; then
72 elif [ -b "${argv1}" -o -c "${argv1}" ]; then
74 elif [ -p "${argv1}" ]; then
76 elif [ -S "${argv1}" ]; then
/OK3568_Linux_fs/external/rk_pcba_test/
H A Decho_camera_test.c94 char *argv1[]={"./nv12_to_bmp_main", "/tmp/camera_data", "720", "576", NULL}; in main() local
96 ret = execve("/data/nv12_to_bmp_main", argv1, envp1); in main()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/mac_ax/
H A Dtblupd.c2059 SET_WORD(info->argv1, in mac_wlaninfo_get()
2116 info.argv1 = 0; in mac_dumpwlanc()
2135 info.argv1 = para->macid_grp; in mac_dumpwlans()
2153 info.argv1 = 0; in mac_dumpwland()
2164 info.argv1 = para->macid[0]; in mac_dumpwland()
2172 info.argv1 = para->grp_type; in mac_dumpwland()
2180 info.argv1 = para->macid[0]; in mac_dumpwland()
2188 info.argv1 = para->grp_type; in mac_dumpwland()
2196 info.argv1 = para->macid[0]; in mac_dumpwland()
2204 info.argv1 = para->grp_type; in mac_dumpwland()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/mac_ax/
H A Dtblupd.c2059 SET_WORD(info->argv1, in mac_wlaninfo_get()
2116 info.argv1 = 0; in mac_dumpwlanc()
2135 info.argv1 = para->macid_grp; in mac_dumpwlans()
2153 info.argv1 = 0; in mac_dumpwland()
2164 info.argv1 = para->macid[0]; in mac_dumpwland()
2172 info.argv1 = para->grp_type; in mac_dumpwland()
2180 info.argv1 = para->macid[0]; in mac_dumpwland()
2188 info.argv1 = para->grp_type; in mac_dumpwland()
2196 info.argv1 = para->macid[0]; in mac_dumpwland()
2204 info.argv1 = para->grp_type; in mac_dumpwland()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/
H A Dmac_def.h8760 u32 argv1:8; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/
H A Dmac_def.h8760 u32 argv1:8; member