Home
last modified time | relevance | path

Searched refs:wheel (Results 1 – 25 of 47) sorted by relevance

12

/dragonfly/sys/kern/
HDkern_timeout.c131 struct wheel { struct
137 struct wheel *callwheel; argument
182 struct wheel *wheel; in _callout_update_spinlocked() local
204 wheel = &sc->callwheel[c->qtick & cwheelmask]; in _callout_update_spinlocked()
205 spin_lock(&wheel->spin); in _callout_update_spinlocked()
224 TAILQ_REMOVE(&wheel->list, c, entry); in _callout_update_spinlocked()
242 TAILQ_REMOVE(&wheel->list, c, entry); in _callout_update_spinlocked()
243 spin_unlock(&wheel->spin); in _callout_update_spinlocked()
257 wheel = &sc->callwheel[c->qtick & cwheelmask]; in _callout_update_spinlocked()
258 spin_lock(&wheel->spin); in _callout_update_spinlocked()
[all …]
/dragonfly/sys/vfs/procfs/
HDREADME53 9 dr-xr-xr-x 2 root wheel 0 Sep 21 15:06 0
54 17 dr-xr-xr-x 2 root wheel 0 Sep 21 15:06 1
55 89 dr-xr-xr-x 2 root wheel 0 Sep 21 15:06 10
56 25 dr-xr-xr-x 2 root wheel 0 Sep 21 15:06 2
57 2065 dr-xr-xr-x 2 root wheel 0 Sep 21 15:06 257
59 265 dr-xr-xr-x 2 root wheel 0 Sep 21 15:06 32
64 393 dr-xr-xr-x 2 root wheel 0 Sep 21 15:06 48
65 409 dr-xr-xr-x 2 root wheel 0 Sep 21 15:06 50
66 465 dr-xr-xr-x 2 root wheel 0 Sep 21 15:06 57
67 481 dr-xr-xr-x 2 root wheel 0 Sep 21 15:06 59
[all …]
/dragonfly/etc/mtree/
HDBSD.var.dist6 /set type=dir uname=root gname=wheel mode=0755
49 /set gname=wheel mode=0755
94 /set uname=root gname=wheel mode=0755
HDBSD.root.dist6 /set type=dir uname=root gname=wheel mode=0755
HDBSD.include.dist6 /set type=dir uname=root gname=wheel mode=0755
/dragonfly/etc/
HDlogin.access36 #-:ALL EXCEPT wheel shutdown sync:console
38 # Disallow non-local logins to privileged accounts (group wheel).
40 #-:wheel:ALL EXCEPT LOCAL .win.tue.nl
HDgroup1 wheel:*:0:root
/dragonfly/share/mk/
HDbsd.own.mk117 BINGRP?= wheel
140 SHAREGRP?= wheel
/dragonfly/sys/conf/
HDkern.post.mk139 ${INSTALL} -m 555 -o root -g wheel \
142 ${INSTALL} -m 555 -o root -g wheel -fschg \
149 ${INSTALL} -m 555 -o root -g wheel \
152 ${INSTALL} -m 555 -o root -g wheel -fschg \
/dragonfly/share/examples/diskless/
HDREADME.BOOTP160 drwxr-xr-x 2 root wheel 512 Dec 28 07:00 .
161 drwxr-xr-x 8 root wheel 512 Jan 20 10:54 ..
162 -rw-r--r-- 1 lander wheel 33554432 Dec 23 14:35 swap.192.157.86.11
163 -rw-r--r-- 1 lander wheel 335544320 Jan 24 16:55 swap.192.157.86.12
164 -rw-r--r-- 1 lander wheel 134217728 Jan 21 17:19 swap.192.157.86.6
HDclone_root119 mkdir -p ${DEST}/$i && chown root:wheel ${DEST}/$i && echo -n "$i "
/dragonfly/etc/rc.d/
HDsysdb19 install -c -m 644 -g wheel /dev/null /var/run/utmpx
HDttys26 chown root:wheel /dev/tty[pqrsPQRS]*
HDmotd29 install -o root -g wheel -m 0644 /dev/null ${target}
HDvirecover23 chown root:wheel /var/tmp/vi.recover
HDvkernel27 vkgroup="wheel"
/dragonfly/etc/pam.d/
HDsu10 auth requisite pam_group.so no_warn group=wheel root_only fail_safe…
/dragonfly/usr.bin/mail/
HDMakefile20 cd ${.CURDIR}/misc; ${INSTALL} -o root -g wheel \
/dragonfly/test/stress/stress2/misc/
HDextattrctl.sh69 setfacl -m user:nobody:rw-,group:wheel:rw- $mntpoint/acl-test
HDextattr.sh68 setfacl -m user:nobody:rw-,group:wheel:rw- $mntpoint/acl-test
/dragonfly/usr.bin/dsynth/
HDmktemplate.sh48 chown daemon:wheel $template/var/msgs
/dragonfly/initrd/
HDmkinitrd.sh269 install -o root -g wheel -m 444 ${INITRD_FILE}.gz ${INITRD_DEST}
/dragonfly/share/dict/
HDweb2a2560 artillery wheel
3421 balance wheel
3693 band wheel
5520 bevel wheel
6665 bob wheel
7642 brake wheel
7864 breast wheel
8364 brush wheel
8399 bucket wheel
8510 buffing wheel
[all …]
/dragonfly/contrib/bmake/mk/
HDown.mk143 ROOT_GROUP?= wheel
/dragonfly/contrib/bmake/mk/sys/
HDSunOS.mk37 ROOT_GROUP ?= wheel

12