Searched refs:opt1 (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | vfs_mount.c | 224 vfs_equalopts(const char *opt1, const char *opt2) in vfs_equalopts() argument 229 if (strcmp(opt1, opt2) == 0) in vfs_equalopts() 232 if (strncmp(opt1, "no", 2) == 0 && strcmp(opt1 + 2, opt2) == 0) in vfs_equalopts() 235 if (strncmp(opt2, "no", 2) == 0 && strcmp(opt1, opt2 + 2) == 0) in vfs_equalopts() 237 while ((p = strchr(opt1, '.')) != NULL && in vfs_equalopts() 238 !strncmp(opt1, opt2, ++p - opt1)) { in vfs_equalopts() 239 opt2 += p - opt1; in vfs_equalopts() 240 opt1 = p; in vfs_equalopts() 242 if (strncmp(opt1, "no", 2) == 0 && strcmp(opt1 + 2, opt2) == 0) in vfs_equalopts() 245 if (strncmp(opt2, "no", 2) == 0 && strcmp(opt1, opt2 + 2) == 0) in vfs_equalopts() [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/pinctrl/ |
| H A D | marvell,dove-pinctrl.txt | 61 twsi - none, opt1, opt2, opt3
|
| H A D | pinctrl-palmas.txt | 71 There are 4 special functions: opt0, opt1, opt2 and opt3. If any of these
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | dove.dtsi | 707 marvell,function = "twsi-opt1";
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | link_bonding_poll_mode_drv_lib.rst | 381 …./<build_dir>/app/dpdk-testpmd -l 0-3 -n 4 --vdev 'net_bonding0,bond_opt0=..,bond opt1=..'--vdev '…
|