/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | miscdevice.h | 50 misc_register(struct miscdevice *misc) in misc_register() argument 52 misc->this_device = device_create(&linux_class_misc, in misc_register() 53 &linux_root_device, 0, misc, misc->name); in misc_register() 54 misc->cdev = cdev_alloc(); in misc_register() 55 if (misc->cdev == NULL) in misc_register() 57 misc->cdev->owner = THIS_MODULE; in misc_register() 58 misc->cdev->ops = misc->fops; in misc_register() 59 kobject_set_name(&misc->cdev->kobj, misc->name); in misc_register() 60 if (cdev_add(misc->cdev, misc->this_device->devt, 1)) in misc_register() 66 misc_deregister(struct miscdevice *misc) in misc_deregister() argument [all …]
|
/freebsd/tests/sys/cddl/zfs/tests/cli_user/misc/ |
H A D | misc_test.sh | 38 . $(atf_get_srcdir)/misc.cfg 47 . $(atf_get_srcdir)/misc.cfg 64 . $(atf_get_srcdir)/misc.cfg 73 . $(atf_get_srcdir)/misc.cfg 90 . $(atf_get_srcdir)/misc.cfg 99 . $(atf_get_srcdir)/misc.cfg 116 . $(atf_get_srcdir)/misc.cfg 125 . $(atf_get_srcdir)/misc.cfg 142 . $(atf_get_srcdir)/misc.cfg 151 . $(atf_get_srcdir)/misc.cfg [all …]
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | T.misc | 3 echo T.misc: miscellaneous buglets now watched for 110 grep "can't use function foo" foo >/dev/null || echo 1>&2 "BAD: T.misc fcn args" 115 grep "calling undefined function foo" foo >/dev/null || echo 1>&2 "BAD: T.misc undefined function" 136 grep "can.t assign to foo" foo >/dev/null || echo 1>&2 "BAD: T.misc foo bug" 143 grep "syntax error" foo >/dev/null || echo 1>&2 "BAD: T.misc syntax error !x=y fails" 153 grep bbb foo >/dev/null || echo 1>&2 "BAD: T.misc gsub failed" 161 if test -r core; then echo 1>&2 "BAD: T.misc getline ans dropped core"; fi 165 if test -r core; then echo 1>&2 "BAD: T.misc unireghf dropped core"; fi 169 if test -r core; then echo 1>&2 "BAD: T.misc nonterminated dropped core"; fi 256 if test -r core; then echo 1>&2 "BAD: T.misc function min dropped core"; fi [all …]
|
/freebsd/contrib/ncurses/ |
H A D | Makefile.os2 | 141 DEFS = $(addsuffix .def, $(addprefix ./misc/, $(LIBRARIES))) 145 ./lib/%$(LIB_TAG).lib : ./misc/%.def 148 ./lib/%$(LIB_TAG).a : ./misc/%.def 155 ./misc/$*.def -o $@; \ 158 ./lib/ncurses$(LIB_TAG).lib ./misc/$*.def -o $@; \ 188 echo LIBRARY $${i}$(DLL_TAG) INITINSTANCE TERMINSTANCE > ./misc/$$i.def; \ 194 (cmd /C ".\\misc\\makedef.cmd ./lib/$$i.a ./misc/$$i.ref >> ./misc/$$i.def" \ 195 && cmd /C ".\\misc\\chkdef.cmd ./misc/$$i.def") \
|
/freebsd/sys/x86/x86/ |
H A D | mca.c | 94 unsigned int (*misc)(int); member 189 .misc = mca_ia32_misc_reg 682 rec->mr_misc = rdmsr(mca_msr_ops.misc(bank)); in mca_check_status() 864 uint64_t misc; in amd_thresholding_update() local 869 misc = rdmsr(mca_msr_ops.misc(bank)); in amd_thresholding_update() 870 count = (misc & MC_MISC_AMD_CNT_MASK) >> MC_MISC_AMD_CNT_SHIFT; in amd_thresholding_update() 877 misc &= ~MC_MISC_AMD_CNT_MASK; in amd_thresholding_update() 878 misc |= (uint64_t)(MC_MISC_AMD_CNT_MAX - cc->cur_threshold) in amd_thresholding_update() 880 misc &= ~MC_MISC_AMD_OVERFLOW; in amd_thresholding_update() 881 wrmsr(mca_msr_ops.misc(bank), misc); in amd_thresholding_update() [all …]
|
/freebsd/tests/sys/pjdfstest/tests/ |
H A D | Makefile | 9 ${PACKAGE}FILES+= misc.sh 10 CLEANFILES+= misc.sh misc.sh.tmp 12 misc.sh: ${PJDFSTEST_SRCDIR}/tests/misc.sh
|
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
H A D | qca,ath79-misc-intc.txt | 7 - compatible: has to be "qca,<soctype>-cpu-intc", "qca,ar7100-misc-intc" or 8 "qca,<soctype>-cpu-intc", "qca,ar7240-misc-intc" 24 compatible = "qca,ar9132-misc-intc", "qca,ar7100-misc-intc"; 37 compatible = "qca,ar9331-misc-intc", qca,ar7240-misc-intc";
|
/freebsd/sys/contrib/device-tree/Bindings/extcon/ |
H A D | qcom,pm8941-misc.txt | 3 Some Qualcomm PMICs have a "misc" module that can be used to detect when 11 Definition: Should contain "qcom,pm8941-misc"; 16 Definition: Should contain the offset to the misc address space 31 usb_id: misc@900 { 32 compatible = "qcom,pm8941-misc";
|
/freebsd/usr.bin/mail/ |
H A D | Makefile | 1 CONFS= misc/mail.rc 7 FILESDIR= ${SHAREDIR}/misc 14 .PATH: ${.CURDIR}/misc 17 cd ${.CURDIR}/misc; ${INSTALL} -o root -g wheel \
|
/freebsd/usr.sbin/cron/doc/ |
H A D | Makefile.vixie | 86 env.c job.c user.c popen.c misc.c 89 misc.c job.c do_command.c env.c popen.c 90 LINT_CRONTAB = crontab.c misc.c entry.c env.c 92 misc.o env.o popen.o 93 CRONTAB_OBJ = crontab.o misc.o entry.o env.o
|
/freebsd/sys/contrib/openzfs/contrib/debian/ |
H A D | control | 34 Depends: ${misc:Depends}, ${shlibs:Depends} 46 Depends: libpam-runtime, ${misc:Depends}, ${shlibs:Depends} 60 Depends: ${misc:Depends}, ${shlibs:Depends} 84 ${misc:Depends} 98 Depends: ${misc:Depends}, ${shlibs:Depends} 115 Depends: ${misc:Depends}, ${shlibs:Depends} 129 Depends: ${misc:Depends}, ${shlibs:Depends} 145 ${misc:Depends}, 166 Depends: ${misc:Depends}, ${sphinxdoc:Depends} 193 ${misc:Depends}, [all …]
|
/freebsd/sys/netgraph/netflow/ |
H A D | ng_netflow.h | 209 } misc; member 238 } misc; member 241 #define r_ip_p misc.i.prot 242 #define r_tos misc.i.tos 243 #define r_i_ifx misc.i.i_ifx 244 #define r_misc misc.all 255 #define fle_i_ifx r.misc.i.i_ifx 273 #define fle_i_ifx r.misc.i.i_ifx
|
/freebsd/sys/contrib/device-tree/Bindings/arm/ |
H A D | spear-misc.txt | 6 misc node required properties: 8 - compatible Should be "st,spear1340-misc", "syscon". 9 - reg: Address range of misc space up to 8K
|
/freebsd/crypto/openssh/regress/unittests/sshsig/ |
H A D | mktestdata.sh | 10 if [ -f ../../../misc/sk-dummy/sk-dummy.so ] ; then 11 SK_DUMMY=../../../misc/sk-dummy/sk-dummy.so 12 elif [ -f ../../../misc/sk-dummy/obj/sk-dummy.so ] ; then 13 SK_DUMMY=../../../misc/sk-dummy/obj/sk-dummy.so
|
/freebsd/crypto/heimdal/appl/telnet/libtelnet/ |
H A D | Makefile.am | 19 misc-proto.h \ 20 misc.c \ 21 misc.h
|
/freebsd/contrib/netbsd-tests/include/sys/ |
H A D | t_pslist.c | 42 ATF_TC(misc); 43 ATF_TC_HEAD(misc, tc) in ATF_TC_HEAD() argument 47 ATF_TC_BODY(misc, tc) in ATF_TC_BODY() argument 122 ATF_TP_ADD_TC(tp, misc); in ATF_TP_ADD_TCS()
|
/freebsd/crypto/openssh/ |
H A D | .depend | 5 ….h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bs… 6 ….h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bs… 7 ….h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bs… 8 ….h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bs… 9 ….h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bs… 10 ….h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bs… 11 ….h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bs… 12 …misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h op… 13 …misc.h openbsd-compat/bsd-setres_id.h openbsd-compat/bsd-statvfs.h openbsd-compat/bsd-waitpid.h op… 14 ….h openbsd-compat/getopt.h openbsd-compat/bsd-signal.h openbsd-compat/bsd-misc.h openbsd-compat/bs… [all …]
|
/freebsd/contrib/wpa/hostapd/ |
H A D | hostapd.android.rc | 10 mkdir /data/misc/wifi/hostapd 0770 wifi wifi 13 /data/misc/wifi/hostapd.conf 16 writepid /data/misc/wifi/hostapd.pid
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/direct/ |
H A D | dio.kshlib |
|
/freebsd/sys/contrib/device-tree/Bindings/misc/ |
H A D | nvidia,tegra186-misc.txt | 8 - Tegra186: "nvidia,tegra186-misc" 9 - Tegra194: "nvidia,tegra194-misc" 10 - Tegra234: "nvidia,tegra234-misc"
|
/freebsd/contrib/kyua/misc/ |
H A D | Makefile.am.inc | 29 dist_misc_DATA = misc/context.html 30 dist_misc_DATA += misc/index.html 31 dist_misc_DATA += misc/report.css 32 dist_misc_DATA += misc/test_result.html
|
/freebsd/cddl/contrib/opensolaris/lib/pyzfs/common/ |
H A D | userspace.py | 33 import solaris.misc 71 (1, 1): ("SMB Group", lambda id: solaris.misc.sid_to_name(id, 0)), 73 (0, 1): ("SMB User", lambda id: solaris.misc.sid_to_name(id, 1)), 112 rid = solaris.misc.sid_to_id("%s-%u" % (domain, rid), 206 if ds.getprop("jailed") and solaris.misc.isglobalzone():
|
/freebsd/secure/lib/libssh/ |
H A D | Makefile | 9 sshbuf-misc.c sshbuf-getput-crypto.c krl.c bitmap.c 16 atomicio.c dispatch.c mac.c misc.c utf8.c \ 27 sftp-realpath.c platform-pledge.c platform-tracing.c platform-misc.c \ 37 SRCS+= bcrypt_pbkdf.c blowfish.c bsd-misc.c bsd-signal.c explicit_bzero.c \
|
/freebsd/contrib/ncurses/progs/ |
H A D | capconvert | 127 if test $OPT ../misc/shlib ; then 161 if test -f ../misc/terminfo.src 164 master=../misc/terminfo.src
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/misc/ |
H A D | zpool_clear_001_neg.ksh | 33 . $STF_SUITE/tests/functional/cli_user/misc/misc.cfg
|