Home
last modified time | relevance | path

Searched refs:box (Results 1 – 25 of 71) sorted by relevance

123

/dragonfly/crypto/openssh/
H A Dsandbox-rlimit.c46 struct ssh_sandbox *box; in ssh_sandbox_init() local
53 box = xcalloc(1, sizeof(*box)); in ssh_sandbox_init()
54 box->child_pid = 0; in ssh_sandbox_init()
56 return box; in ssh_sandbox_init()
60 ssh_sandbox_child(struct ssh_sandbox *box) in ssh_sandbox_child() argument
84 ssh_sandbox_parent_finish(struct ssh_sandbox *box) in ssh_sandbox_parent_finish() argument
86 free(box); in ssh_sandbox_parent_finish()
91 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) in ssh_sandbox_parent_preauth() argument
93 box->child_pid = child_pid; in ssh_sandbox_parent_preauth()
H A Dsshd.c477 struct ssh_sandbox *box = NULL; in privsep_preauth() local
485 box = ssh_sandbox_init(pmonitor); in privsep_preauth()
500 if (box != NULL) in privsep_preauth()
501 ssh_sandbox_parent_preauth(box, pid); in privsep_preauth()
520 if (box != NULL) in privsep_preauth()
521 ssh_sandbox_parent_finish(box); in privsep_preauth()
533 if (box != NULL) in privsep_preauth()
534 ssh_sandbox_child(box); in privsep_preauth()
/dragonfly/bin/cpdup/
H A DBACKUPS15 The easiest way to create a LAN backup box is to NFS mount all your
155 your LAN backup box and copy that to the remote box.
160 box. See the section "SSH SECURITY TIPS" below.
165 name on the remote box, so:
175 ssh remote.box -n \
181 that the -H path is relative to the remote box, not the LAN backup box
193 ssh remote.box -n \
215 directory on your backup box and set up a root crontab.
238 Setting up an off-site backup box is trivial. The off-site backup box
242 to the off-site box using the do_remote script.
[all …]
/dragonfly/tools/tools/net80211/wesside/
H A DREADME29 [Internet box]~$ ./udps 500
33 [Internet box]~# ./dics source_ip_of_box 100
/dragonfly/share/i18n/csmapper/MISC/
H A DRISCOS-LATIN1%UCS.src31 # A hollow square box with a hollow square box in its top left-hand
H A DUCS%RISCOS-LATIN1.src31 # A hollow square box with a hollow square box in its top left-hand
/dragonfly/test/stress/stress2/
H A Dhydra2.netperf.freebsd.org3 # Configuration needed for the hydra1 test box
H A Dhydra1.netperf.freebsd.org3 # Configuration needed for the hydra1 test box
H A Dbeaver1.sentex.ca3 # Configuration needed for the beaver1 test box
H A Dorangutan.netperf.freebsd.org3 # Configuration needed for the orangutan test box
H A Ddefault.cfg12 # the amount of RAM in the test box.
H A DREADME24 You may have to tune the stress test to make sure that your test box run low
/dragonfly/share/examples/IPv6/
H A DUSAGE497 KAME box -----------------------------> BIND9 DNS server
498 KAME box <----------------------------- BIND9 DNS server
500 knows receive buffer size of KAME box
503 - prepare KAME box and BIND9 DNS server (can be a same node)
504 - add the following into /etc/resolv.conf on KAME box:
506 nameserver <IPv4 or v6 address of BIND9 box>
516 affect the traffic. KAME box tries to fragment packet to 1280
/dragonfly/games/hack/
H A Dhack.shk.c321 boolean box, pick; in inshop() local
328 box = carrying(ICE_BOX); in inshop()
330 if (box || pick) { in inshop()
336 (box && pick) ? "box and pick-axe" : in inshop()
337 box ? "box" : "pick-axe"); in inshop()
/dragonfly/contrib/lvm2/dist/doc/
H A Dtesting.txt2 LVM2 that is running the LV's on my development box.
/dragonfly/sys/dev/disk/isp/
H A Disp.c7125 for (box = 0; box < MAX_MAILBOX(isp); box++) { in isp_mboxcmd_qnw()
7126 if (ibits & (1 << box)) { in isp_mboxcmd_qnw()
7127 ISP_WRITE(isp, MBOX_OFF(box), mbp->param[box]); in isp_mboxcmd_qnw()
7130 isp->isp_mboxtmp[box] = mbp->param[box] = 0; in isp_mboxcmd_qnw()
7198 for (box = 0; box < MAX_MAILBOX(isp); box++) { in isp_mboxcmd()
7201 mbp->param[box]); in isp_mboxcmd()
7202 ISP_WRITE(isp, MBOX_OFF(box), mbp->param[box]); in isp_mboxcmd()
7204 isp->isp_mboxtmp[box] = mbp->param[box] = 0; in isp_mboxcmd()
7241 for (box = 0; box < MAX_MAILBOX(isp); box++) { in isp_mboxcmd()
7243 mbp->param[box] = isp->isp_mboxtmp[box]; in isp_mboxcmd()
[all …]
/dragonfly/usr.bin/talk/
H A Dinit_disp.c104 box(line_win, '-', '-'); in init_display()
/dragonfly/share/dict/
H A Dweb2a529 air box
1294 alms box
7413 box bed
7439 box day
7448 box end
7473 box jig
7474 box key
7478 box lid
7486 box nut
7487 box oak
[all …]
/dragonfly/contrib/bmake/
H A DREADME46 the box*, I welcome patches.
/dragonfly/contrib/gdb-7/gdb/tui/
H A Dtui-wingeneral.c101 box (win, tui_border_vline, tui_border_hline); in box_win()
/dragonfly/games/worm/
H A Dworm.c106 box(tv, '*', '*'); in main()
/dragonfly/contrib/xz/
H A DCOPYING48 notice to put into "about box" or into documentation:
/dragonfly/contrib/openresolv/
H A DREADME.md32 * Works with other init systems than Debians' out of the box
/dragonfly/sys/contrib/dev/acpica/source/compiler/
H A Dreadme.txt101 d) Type "iASL Compiler" in the box and hit enter. You can now edit
/dragonfly/contrib/ncurses/include/
H A Dcurses.tail186 #undef box

123