| /freebsd/usr.sbin/bluetooth/bcmfw/ |
| H A D | README | 6 drwxr-xr-x 3 julian wheel 512 May 10 00:40 . 7 drwxr-xr-x 11 julian wheel 512 May 10 14:48 .. 8 -rw-r--r-- 1 julian wheel 154 May 10 00:41 BCM-LEGAL.txt 9 -rw-r--r-- 1 julian wheel 56 May 10 00:14 BCM2033-FW.bin.md5 10 -rw-r--r-- 1 julian wheel 158049 May 10 00:14 BCM2033-FW.bin.uue 11 -rw-r--r-- 1 julian wheel 56 May 10 00:14 BCM2033-MD.hex.md5 12 -rw-r--r-- 1 julian wheel 4505 May 10 00:14 BCM2033-MD.hex.uue 13 drwxr-xr-x 2 julian wheel 512 May 10 00:52 CVS 14 -rw-r--r-- 1 julian wheel 516 May 10 00:14 Makefile 15 -rw-r--r-- 1 julian wheel 3013 May 10 00:14 bcmfw.8 [all …]
|
| /freebsd/sys/netinet/ |
| H A D | sctp_ss_functions.c | 58 TAILQ_INIT(&asoc->ss_data.out.wheel); in sctp_ss_default_init() 62 * stream queues to the wheel. in sctp_ss_default_init() 78 while (!TAILQ_EMPTY(&asoc->ss_data.out.wheel)) { in sctp_ss_default_clear() 81 strq = TAILQ_FIRST(&asoc->ss_data.out.wheel); in sctp_ss_default_clear() 83 TAILQ_REMOVE(&asoc->ss_data.out.wheel, strq, ss_params.ss.rr.next_spoke); in sctp_ss_default_clear() 114 /* Add to wheel if not already on it and stream queue not empty */ in sctp_ss_default_add() 116 TAILQ_INSERT_TAIL(&asoc->ss_data.out.wheel, in sctp_ss_default_add() 128 return (TAILQ_EMPTY(&asoc->ss_data.out.wheel)); in sctp_ss_default_is_empty() 139 * Remove from wheel if stream queue is empty and actually is on the in sctp_ss_default_remove() 140 * wheel in sctp_ss_default_remove() [all …]
|
| H A D | tcp_hpts_internal.h | 40 * The hpts uses a 102400 wheel. The wheel 56 * The hpts uses a 102400 wheel. The wheel 113 uint8_t p_wheel_complete; /* have we completed the wheel arc walk? */ 116 uint32_t p_cur_slot; /* Current slot in wheel hpts is draining */ 131 } *p_hptss; /* Hptsi wheel */
|
| H A D | tcp_hpts.c | 268 &combined_wheel_wrap, "Number of times the wheel lagged enough to have an insert see wrap"); 273 &wheel_wrap, "Number of times the wheel lagged enough to have an insert see wrap"); 642 * Given a slot on the wheel, what slot in hpts_slot() 645 KASSERT(wheel_slot < NUM_OF_HPTSI_SLOTS, ("Invalid slot %u not on wheel", wheel_slot)); in hpts_slot() 653 * Given a timestamp in useconds map it to our limited space wheel. in cts_to_wheel() 663 * on our wheel. How far are they apart? in hpts_slots_diff() 670 * wheel less one slot. in hpts_slots_diff() 678 * Given a slot on the wheel that is the current time 679 * mapped to the wheel (wheel_slot), what is the maximum 686 * time (that you think it is) mapped to the wheel slot [all …]
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/acl/off/ |
| H A D | posixmode.ksh | 63 wheel=root 65 wheel=wheel 76 log_must chown :$wheel $dir 81 log_must chown :$wheel $file 86 log_must chown :$wheel $file 112 log_must chown :$wheel $file 117 log_must chown :$wheel $file
|
| /freebsd/release/ |
| H A D | Makefile | 168 …echo "./var/db/etcupdate type=dir uname=root gname=wheel mode=0755" >> ${.OBJDIR}/${DISTDIR}/base.… 257 echo "./usr/freebsd-dist type=dir uname=root gname=wheel mode=0755" >> ${.TARGET}/METALOG 259 echo "./usr/freebsd-dist/MANIFEST type=file uname=root gname=wheel mode=0644" >> ${.TARGET}/METALOG 264 …echo "./usr/freebsd-dist/$${dist} type=file uname=root gname=wheel mode=0644" >> ${.TARGET}/METALO… 289 …echo "./etc/resolv.conf type=link uname=root gname=wheel mode=0644 link=/tmp/bsdinstall_etc/resolv… 290 echo "./etc/rc.conf type=file uname=root gname=wheel mode=0644" >> ${.TARGET}/METALOG 291 echo "./etc/sysctl.conf type=file uname=root gname=wheel mode=0644" >> ${.TARGET}/METALOG 292 echo "./boot/loader.conf type=file uname=root gname=wheel mode=0644" >> ${.TARGET}/METALOG 293 echo "./etc/rc.local type=file uname=root gname=wheel mode=0644" >> ${.TARGET}/METALOG 311 echo "./usr/freebsd-dist type=dir uname=root gname=wheel mode=0755" >> ${.TARGET}/METALOG [all …]
|
| /freebsd/share/mk/ |
| H A D | bsd.own.mk | 20 # BINGRP Binary group. [wheel] 49 # DEBUGGRP Group for debug info files. [wheel] 66 # EFIGRP EFIDIR group. [wheel] 76 # SHAREGRP ASCII text file group. [wheel] 85 # CONFGRP Configuration file group. [wheel] 92 # DIRGRP Directory group. [wheel] 169 BINGRP?= wheel 180 DTBGRP?= wheel 184 EFIGRP?= wheel 210 SHAREGRP?= wheel [all …]
|
| /freebsd/tests/sys/acl/ |
| H A D | tools-posix.test | 42 > # group: wheel 56 > # group: wheel 73 > # group: wheel 95 > # group: wheel 117 > # group: wheel 128 > # group: wheel 141 > # group: wheel 152 > # group: wheel 170 > # group: wheel 185 > # group: wheel [all …]
|
| /freebsd/usr.sbin/pw/tests/ |
| H A D | pw_groupdel_test.sh | 6 # Test to make sure we do not accidentially delete wheel when trying to delete 14 atf_check -s exit:0 -o inline:"wheel:*:0:root\n" -x ${PW} groupshow wheel 17 atf_check -s exit:0 -o inline:"wheel:*:0:root\n" -x ${PW} groupshow wheel
|
| /freebsd/tests/sys/mac/bsdextended/ |
| H A D | ugidfw_test.c | 66 "wheel", 91 "subject gid wheel object gid wheel mode n", 92 "subject gid wheel object gid daemon mode n", 93 "subject gid daemon object gid wheel mode n", 96 "subject uid bin gid daemon object uid operator gid wheel mode n", 102 "subject uid root:operator object gid wheel:bin mode n", 113 "subject not gid wheel:bin object not gid_of_subject mode n", 128 "subject ! gid wheel object mode n", 131 "subject object ! gid wheel mode n", 139 "subject uid root ! gid wheel:bin ! jailid 1 "
|
| /freebsd/usr.bin/truncate/ |
| H A D | truncate.1 | 203 -rw-r--r-- 1 root wheel 10M Jul 22 18:48 test_file 214 -r--r--r-- 1 root wheel 30M May 15 14:18 /boot/kernel/kernel 215 -rw-r--r-- 1 root wheel 30M Jul 22 19:15 test_file 216 -rw-r--r-- 1 root wheel 30M Jul 22 19:15 test_file2 225 -rw-r--r-- 1 root wheel 36595432 Sep 20 19:17 test_file 226 -rw-r--r-- 1 root wheel 31352552 Sep 20 19:15 test_file2 235 -rw-r--r-- 1 root wheel 25M Jul 22 19:17 test_file 236 -rw-r--r-- 1 root wheel 30M Jul 22 19:15 test_file2
|
| /freebsd/contrib/netbsd-tests/usr.bin/id/ |
| H A D | t_id.sh | 44 echo "uid=100(test) gid=100(users) groups=100(users),0(wheel)" >expout 49 echo "uid=0(root) gid=0(wheel) groups=0(wheel)" >expout 54 echo "uid=100(test) gid=100(users) euid=0(root) egid=0(wheel) groups=100(users),0(wheel)" >expout 97 echo "users wheel" >expout 106 echo "wheel" >expout 138 echo "wheel" >expout 161 echo "wheel" >expout 196 groups users wheel 204 groups wheel 214 groups users wheel
|
| /freebsd/release/powerpc/ |
| H A D | mkisoimages.sh | 95 echo "./ppc type=dir uname=root gname=wheel mode=0755" >> ${metalogfilename} 96 echo "./ppc/chrp type=dir uname=root gname=wheel mode=0755" >> ${metalogfilename} 97 echo "./ppc/chrp/loader type=file uname=root gname=wheel mode=0644" >> ${metalogfilename} 98 echo "./ppc/bootinfo.txt type=file uname=root gname=wheel mode=0644" >> ${metalogfilename} 104 echo "./etc/kboot.conf type=file uname=root gname=wheel mode=0644" >> ${metalogfilename} 111 echo "./etc/fstab type=file uname=root gname=wheel mode=0644" >> ${metalogfilename}
|
| /freebsd/usr.sbin/moused/moused/ |
| H A D | moused.8 | 81 events and movement of the roller or the wheel if available. 82 The roller/wheel movement is reported as 365 act as the wheel mode button. 372 Map Z axis (roller/wheel) movement to another axis or to virtual buttons. 402 the second wheel is used to generate horizontal scroll action, 406 The motion of the second wheel will be mapped to the buttons 417 Note that horizontal movement or second roller/wheel movement may not 424 and the direction of the second vertical wheel does not match the 502 Report negative Z axis movement (i.e., mouse wheel) as the button 4 pressed 503 and positive Z axis movement (i.e., mouse wheel) as the button 5 pressed.
|
| /freebsd/contrib/wpa/wpa_supplicant/doc/docbook/ |
| H A D | wpa_supplicant.conf.sgml | 52 # allow frontend (e.g., wpa_cli) to be used by all users in 'wheel' group 53 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel 86 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel 108 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel 130 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel 155 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel 185 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel
|
| /freebsd/etc/mtree/ |
| H A D | BSD.var.dist | 5 /set type=dir uname=root gname=wheel mode=0755 tags=package=runtime 22 remote uname=auditdistd gname=wheel mode=0700 27 /set gname=wheel 101 /set gname=wheel
|
| /freebsd/contrib/ofed/opensm/include/complib/ |
| H A D | cl_event_wheel.h | 38 * Declaration of event wheel abstraction. 153 * if the event wheel is part of a larger object protected by its own lock 159 * A flag indicating the event wheel is closing. This means that 218 * Pointer to this event wheel object 293 * if the event wheel is part of a larger object protected by its own lock 348 * Note that this function should be called inside a lock of the event wheel! 421 * the event wheel. So it should only be invoked when the need arises
|
| /freebsd/tools/tools/nanobsd/dhcpd/ |
| H A D | os-base | 180 chown -R root:wheel ${NANO_WORLDDIR}/root 183 chown -R root:wheel ${NANO_WORLDDIR}/etc 184 chown -R root:wheel ${NANO_WORLDDIR}/boot 185 chown root:wheel ${NANO_WORLDDIR}/ 186 chown root:wheel ${NANO_WORLDDIR}/usr
|
| /freebsd/sys/dev/hid/ |
| H A D | hms.c | 135 int32_t wheel; in hms_intr() local 146 * Except this results in dropping consecutive mouse wheel events, in hms_intr() 148 * same amount. So, don't do it when there's mouse wheel movement. in hms_intr() 151 wheel = hid_get_data(buf, len, &sc->wheel_loc); in hms_intr() 153 wheel = 0; in hms_intr() 156 wheel == 0) { in hms_intr() 305 * Make note of which part of the report descriptor is the wheel. in hms_attach()
|
| /freebsd/usr.bin/login/ |
| H A D | login.access | 34 #-:ALL EXCEPT wheel shutdown sync:console 36 # Disallow non-local logins to privileged accounts (group wheel). 38 #-:wheel:ALL EXCEPT LOCAL .win.tue.nl
|
| /freebsd/tools/tools/makeroot/ |
| H A D | makeroot.sh | 140 ./etc/group type=file uname=root gname=wheel mode=0644 contents=${tmpdir}/group 141 ./etc/master.passwd type=file uname=root gname=wheel mode=0600 contents=${tmpdir}/master.passwd 142 ./etc/passwd type=file mode=0644 uname=root gname=wheel contents=${tmpdir}/passwd 143 ./etc/pwd.db type=file mode=0644 uname=root gname=wheel contents=${tmpdir}/pwd.db 144 ./etc/spwd.db type=file mode=0600 uname=root gname=wheel contents=${tmpdir}/spwd.db 212 echo "./etc/rcorder.start type=file mode=644 uname=root gname=wheel" \
|
| /freebsd/sys/dev/evdev/ |
| H A D | evdev.h | 58 * Sysmouse protocol does not support horizontal wheel movement reporting. 62 * 0 - do not extract horizontal wheel movement (default). 63 * 1 - ums(4) horizontal wheel encoding. T-axis is mapped to buttons 6 and 7 64 * 2 - psm(4) wheels encoding: z = 1,-1 - vert. wheel, z = 2,-2 - horiz. wheel
|
| /freebsd/tools/tools/nanobsd/embedded/ |
| H A D | common | 408 echo "./pkg type=dir uname=root gname=wheel mode=0755" 409 echo "./pkg/cache type=dir uname=root gname=wheel mode=0755" 410 echo "./pkg/db type=dir uname=root gname=wheel mode=0755" 411 echo "./pkg/tmp type=dir uname=root gname=wheel mode=0755" 475 chown -R root:wheel ${NANO_WORLDDIR}/root 478 chown -R root:wheel ${NANO_WORLDDIR}/etc 479 chown -R root:wheel ${NANO_WORLDDIR}/boot 480 chown root:wheel ${NANO_WORLDDIR}/ 481 chown root:wheel ${NANO_WORLDDIR}/usr
|
| /freebsd/usr.sbin/praudit/tests/input/ |
| H A D | del_comma | 5 subject,root,root,wheel,root,wheel,7053,4724,37636,10.0.2.2
|
| H A D | no_args | 5 subject,root,root,wheel,root,wheel,7053,4724,37636,10.0.2.2
|