Home
last modified time | relevance | path

Searched refs:oc (Results 1 – 25 of 99) sorted by relevance

1234

/freebsd/sbin/bsdlabel/
H A Ddisktab27 :pc#720:oc#0:bc#4096:fc#512:
32 :pc#1440:oc#0:bc#4096:fc#512:
37 :pc#2400:oc#0:bc#4096:fc#512:
42 :pc#2880:oc#0:bc#4096:fc#512:
48 :pc#5760:oc#0:bb#4096:fa#512:
57 :pc#1600:oc#0:bc#4096:fc#512:
62 :pc#1640:oc#0:bc#4096:fc#512:
67 :pc#2952:oc#0:bc#4096:fc#512:
72 :pc#3444:oc#0:bc#4096:fc#512:
80 :pc#246528:oc#0:bc#4096:fc#512:
[all …]
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/translators/
H A Dtst.PartialDereferencing.d46 char oc; member
53 oc = ((struct input_struct) ivar).ic;
67 printf("out.oi: %d\t out.oc: %d\n", out.oi, out.oc);
71 /(100 != out.oi) || (0 != out.oc)/
77 /(100 == out.oi) && (0 == out.oc)/
H A Dtst.StructureAssignment.d47 char oc; member
67 printf("out.oi: %d\t out.oc: %d\n", out.oi, out.oc);
71 /(100 != out.oi) || (0 != out.oc)/
77 /(100 == out.oi) && (0 == out.oc)/
H A Derr.D_XLATE_REDECL.RepeatTransDecl.d46 char oc; member
53 oc = ((struct input_struct *) ivar1)->ic1;
59 oc = ((struct input_struct *) ivar1)->ic1;
H A Dtst.RepeatDeclaration.d51 char oc; member
58 oc = ((struct input_struct1 *) ivar1)->ic1;
64 oc = ((struct input_struct2 *) ivar2)->ic2;
H A Dtst.UnionOutputTrans.d47 char oc; member
53 oc = ((struct input_struct *) ivar)->ic;
H A Dtst.InputAliasTrans.d46 char oc; member
53 oc = ((input_t *) ivar)->ic;
H A Dtst.OutputAliasTrans.d47 char oc; member
56 oc = ((struct dtrace_input_struct *) ivar)->ic;
H A Dtst.SimultaneousTranslators.d53 char oc; member
64 oc = ((struct input_struct2 *) ivar2)->ic2;
H A Dtst.PartialOutputTransDefn.d47 char oc; member
/freebsd/contrib/atf/atf-sh/
H A Datf-check.cpp681 run_output_check(const output_check oc, const atf::fs::path& path, in run_output_check() argument
686 if (oc.type == oc_empty) { in run_output_check()
688 if (!oc.negated && !is_empty) { in run_output_check()
692 } else if (oc.negated && is_empty) { in run_output_check()
697 } else if (oc.type == oc_file) { in run_output_check()
698 const bool equals = compare_files(path, atf::fs::path(oc.value)); in run_output_check()
699 if (!oc.negated && !equals) { in run_output_check()
702 print_diff(atf::fs::path(oc.value), path); in run_output_check()
704 } else if (oc.negated && equals) { in run_output_check()
706 cat_file(atf::fs::path(oc.value)); in run_output_check()
[all …]
/freebsd/sys/dev/hwt/
H A Dhwt_ioctl.c79 struct ucred *oc, *tc; in hwt_priv_check() local
84 oc = o->p_ucred; in hwt_priv_check()
85 crhold(oc); in hwt_priv_check()
99 if (oc->cr_uid != tc->cr_uid && in hwt_priv_check()
100 oc->cr_uid != tc->cr_svuid && in hwt_priv_check()
101 oc->cr_uid != tc->cr_ruid) { in hwt_priv_check()
111 if (!groupmember(tc->cr_groups[i], oc)) { in hwt_priv_check()
115 if (!groupmember(tc->cr_gid, oc) || in hwt_priv_check()
116 !groupmember(tc->cr_rgid, oc) || in hwt_priv_check()
117 !groupmember(tc->cr_svgid, oc)) { in hwt_priv_check()
[all …]
/freebsd/sys/contrib/device-tree/src/arm/aspeed/
H A Daspeed-bmc-ibm-sbp1.dts1980 regulator-oc-protection-microamp = <2800000>;
2021 regulator-oc-protection-microamp = <2800000>;
3645 regulator-oc-protection-microamp = <3400000>;
3652 regulator-oc-protection-microamp = <3400000>;
4153 regulator-oc-protection-microamp = <3400000>;
4177 regulator-oc-protection-microamp = <3400000>;
4201 regulator-oc-protection-microamp = <3400000>;
4224 regulator-oc-protection-microamp = <3400000>;
4247 regulator-oc-protection-microamp = <3400000>;
4270 regulator-oc-protection-microamp = <3400000>;
[all …]
/freebsd/sys/contrib/openzfs/lib/libshare/
H A Dnfs.c167 char *oc = *out; in nfs_escape_mountpoint() local
171 sprintf(oc, "\\%03hho", *c); in nfs_escape_mountpoint()
172 oc += 4; in nfs_escape_mountpoint()
174 *oc++ = *c; in nfs_escape_mountpoint()
175 *oc = '\0'; in nfs_escape_mountpoint()
/freebsd/sys/contrib/device-tree/src/arm/st/
H A Dstih410-pinctrl.dtsi15 usb-oc-detect = <&pio35 0 ALT1 IN>;
24 usb-oc-detect = <&pio35 2 ALT1 IN>;
/freebsd/contrib/libedit/
H A Dsearch.c534 wchar_t oc, *ocp; in ce_search_line() local
537 oc = *ocp; in ce_search_line()
541 oc = *ocp; in ce_search_line()
547 *ocp = oc; in ce_search_line()
552 *ocp = oc; in ce_search_line()
557 *ocp = oc; in ce_search_line()
562 *ocp = oc; in ce_search_line()
/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Dpxa-usb.txt18 - "marvell,no-oc-protection" - disable over-current protection.
19 - "marvell,oc-mode-perport" - enable per-port over-current protection.
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DGetopt.java192 char oc; // opt char in parselong() local
215 oc = opt.charAt(op++); in parselong()
216 match = (ic == oc && match); in parselong()
/freebsd/sbin/ipfw/
H A Dnptv6.c305 ipfw_obj_ctlv *oc; in nptv6_get_stats() local
308 sz = sizeof(*oh) + sizeof(*oc) + sizeof(*stats); in nptv6_get_stats()
312 oc = (ipfw_obj_ctlv *)(oh + 1); in nptv6_get_stats()
313 memcpy(stats, oc + 1, sizeof(*stats)); in nptv6_get_stats()
H A Dnat64stl.c384 ipfw_obj_ctlv *oc; in nat64stl_get_stats() local
387 sz = sizeof(*oh) + sizeof(*oc) + sizeof(*stats); in nat64stl_get_stats()
391 oc = (ipfw_obj_ctlv *)(oh + 1); in nat64stl_get_stats()
392 memcpy(stats, oc + 1, sizeof(*stats)); in nat64stl_get_stats()
H A Dnat64clat.c368 ipfw_obj_ctlv *oc; in nat64clat_get_stats() local
371 sz = sizeof(*oh) + sizeof(*oc) + sizeof(*stats); in nat64clat_get_stats()
375 oc = (ipfw_obj_ctlv *)(oh + 1); in nat64clat_get_stats()
376 memcpy(stats, oc + 1, sizeof(*stats)); in nat64clat_get_stats()
/freebsd/usr.bin/tip/libacu/
H A Dv831.c223 char cc, oc = c; in dialit() local
230 c = oc; in dialit()
/freebsd/tests/sys/cddl/zfs/tests/migration/
H A Dmigration_004_pos.ksh72 $LS $BNAME | $CPIO -oc > $TESTDIR/cpio${TESTCASE_ID}.cpio
H A Dmigration_005_pos.ksh72 $LS $BNAME | $CPIO -oc > $TESTDIR/cpio${TESTCASE_ID}.cpio
H A Dmigration_006_pos.ksh72 $LS $BNAME | $CPIO -oc > $NONZFS_TESTDIR/cpio${TESTCASE_ID}.cpio

1234