Home
last modified time | relevance | path

Searched refs:opt2 (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/kern/
H A Dvfs_mount.c229 if (strcmp(opt1, opt2) == 0) in vfs_equalopts()
235 if (strncmp(opt2, "no", 2) == 0 && strcmp(opt1, opt2 + 2) == 0) in vfs_equalopts()
238 !strncmp(opt1, opt2, ++p - opt1)) { in vfs_equalopts()
239 opt2 += p - opt1; in vfs_equalopts()
245 if (strncmp(opt2, "no", 2) == 0 && strcmp(opt1, opt2 + 2) == 0) in vfs_equalopts()
250 (vfs_isopt_ro(opt2) || vfs_isopt_rw(opt2))) in vfs_equalopts()
263 struct vfsopt *opt, *opt2, *tmp; in vfs_sanitizeopts() local
267 while (opt2 != NULL) { in vfs_sanitizeopts()
270 vfs_freeopt(opts, opt2); in vfs_sanitizeopts()
271 opt2 = tmp; in vfs_sanitizeopts()
[all …]
/f-stack/dpdk/drivers/net/cxgbe/base/
H A Dt4_msg.h184 __be32 opt2; member
201 __be32 opt2; member
/f-stack/freebsd/contrib/device-tree/Bindings/pinctrl/
H A Dmarvell,dove-pinctrl.txt61 twsi - none, opt1, opt2, opt3
H A Dpinctrl-palmas.txt71 There are 4 special functions: opt0, opt1, opt2 and opt3. If any of these
/f-stack/dpdk/drivers/net/cxgbe/
H A Dcxgbe_filter.c534 req->opt2 = cpu_to_be32(F_RSS_QUEUE_VALID | in mk_act_open_req6()
581 req->opt2 = cpu_to_be32(F_RSS_QUEUE_VALID | in mk_act_open_req()
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Ddove.dtsi712 marvell,function = "twsi-opt2";