Home
last modified time | relevance | path

Searched refs:keep (Results 1 – 25 of 124) sorted by relevance

12345

/illumos-gate/usr/src/cmd/initpkg/
H A Dnscd.conf47 keep-hot-count auth_attr 20
57 keep-hot-count ethers 20
67 keep-hot-count group 20
72 keep-hot-count hosts 20
77 keep-hot-count ipnodes 20
82 keep-hot-count netmasks 20
87 keep-hot-count networks 20
92 keep-hot-count passwd 20
117 keep-hot-count rpc 20
127 keep-hot-count tnrhdb 20
[all …]
/illumos-gate/usr/src/cmd/ipf/examples/
H A DBASIC_1.FW60 pass in quick proto udp from any to any port = 53 keep state group 202
70 pass in quick proto tcp from any to any port = ftp keep state group 201
71 pass in quick proto tcp from any to any port = ftp-data keep state group 201
76 pass in quick proto udp from any to any port = ntp keep state group 202
80 pass in quick proto tcp from any to any port = 22 keep state group 201
81 pass in quick proto tcp from any to any port = telnet keep state group 201
82 pass in quick proto tcp from any to any port = www keep state group 201
89 pass in log quick proto tcp from any to any port = smtp keep state group 110
90 pass in log quick proto tcp from any to any port = www keep state group 110
91 pass in log quick proto tcp from any to any port = 53 keep state group 110
[all …]
H A Dtcpstate5 pass out quick on le0 proto tcp from any to any flags S/SAFR keep state
11 pass out quick on le0 proto udp from any to any port = 53 keep state
H A DBASIC_2.FW59 pass in log quick proto tcp all flags S/SA keep state group 200
65 pass in log quick proto icmp all keep state group 200
H A Dfirewall22 Step 3 - Create TCP "keep state" rules.
27 pass in on <int-a> proto tcp from <int-net> to any port <ext-service> flags S/SA keep state
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dhead.c77 register off_t keep = 10; in b_head() local
98 if ((keep = opt_info.number) <=0) in b_head()
99 …error(2, "%s: %I*d: positive numeric option argument expected", opt_info.name, sizeof(keep), keep); in b_head()
148 if ((moved = sfmove(fp, sfstdout, keep, delim)) < 0 && !ERROR_PIPE(errno) && errno != EINTR || in b_head()
149 …delim >= 0 && moved < keep && sfmove(fp, sfstdout, SF_UNBOUND, -1) < 0 && !ERROR_PIPE(errno) && er… in b_head()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/
H A Dregcache.c43 int keep; member
67 if (matchstate.cache[i] && matchstate.cache[i]->keep) in flushcache()
69 matchstate.cache[i]->keep = 0; in flushcache()
143 else if (!matchstate.cache[i]->keep) in regcache()
164 if (cp->keep) in regcache()
166 cp->keep = 0; in regcache()
189 cp->keep = 1; in regcache()
/illumos-gate/usr/src/cmd/ctfconvert/
H A Dctfconvert.c247 boolean_t keep = B_FALSE; in main() local
297 keep = B_TRUE; in main()
354 keep = B_TRUE; in main()
435 if (keep == B_FALSE) in main()
466 if (keep == B_FALSE) in main()
476 if (keep == B_FALSE) in main()
487 if (keep == B_FALSE) in main()
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_destroy/
H A Dzfs_destroy_016_pos.ksh163 log_must zfs hold keep $TESTPOOL/$TESTFS1@snap$i
164 log_must zfs hold keep $TESTPOOL/$TESTVOL@snap$i
170 log_must zfs release keep $TESTPOOL/$TESTFS1@snap$i
171 log_must zfs release keep $TESTPOOL/$TESTVOL@snap$i
H A Dzfs_destroy_015_pos.ksh91 log_must zfs hold keep $TESTPOOL/$TESTFS1@snap$i
97 log_must zfs release keep $TESTPOOL/$TESTFS1@snap$i
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dmagic.c497 mp->keep[0] = 0; in ckmagic()
507 mp->keep[0] = 0; in ckmagic()
512 mp->keep[level] = mp->keep[level - 1] != 0; in ckmagic()
555 if (!mp->keep[level]) in ckmagic()
908 if (!mp->keep[level]) in ckmagic()
909 mp->keep[level] = 2; in ckmagic()
915 mp->keep[level] = 1; in ckmagic()
979 if (!mp->keep[level]) in ckmagic()
985 mp->keep[level - 1] = mp->keep[level]; in ckmagic()
989 mp->keep[0] = 0; in ckmagic()
[all …]
/illumos-gate/usr/src/uts/common/os/
H A Dlgrp_topo.c457 lgrp_t *keep; in lgrp_collapse_dups() local
480 keep = NULL; in lgrp_collapse_dups()
503 if (keep == NULL) { in lgrp_collapse_dups()
504 keep = lgrp; in lgrp_collapse_dups()
509 keep->lgrp_id, (void *)keep); in lgrp_collapse_dups()
513 lgrp = keep; in lgrp_collapse_dups()
514 keep = lgrp_root; in lgrp_collapse_dups()
522 keep->lgrp_id, (void *)keep); in lgrp_collapse_dups()
524 count += lgrp_consolidate(lgrp, keep, in lgrp_collapse_dups()
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dkill-pure-call.c4 int keep(int a) { return side(a) && 0; } in keep() function
H A Dkill-load.c1 int keep(volatile int *p) { return *p && 0; } in keep() function
H A Dkill-store.c1 void keep(int *p) { *p = 0; } in keep() function
/illumos-gate/usr/src/cmd/diff3/
H A Ddiff3prog.c110 static void keep(int i, struct range *rnew);
300 keep(2, &d1->new); in merge()
311 keep(1, &d2->new); in merge()
434 keep(int i, struct range *rnew) in keep() function
/illumos-gate/usr/src/cmd/csplit/
H A Dcsplit.c67 int silent, keep, create; /* Flags: -s(ilent), -k(eep), (create) */ variable
123 keep++; in main()
275 if (!keep) { in fatal()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dbtree.c1563 zfs_btree_core_t *keep = (zfs_btree_core_t *)keep_hdr; in zfs_btree_remove_from_node() local
1574 uint8_t *e_out = keep->btc_elems + keep_hdr->bth_count * size; in zfs_btree_remove_from_node()
1581 bt_transfer_core(tree, rm, 0, new_rm_hdr->bth_count, keep, in zfs_btree_remove_from_node()
1594 ASSERT3P(keep->btc_children[new_idx], ==, rm_hdr); in zfs_btree_remove_from_node()
1600 zfs_btree_hdr_t **new_start = keep->btc_children + in zfs_btree_remove_from_node()
1603 new_start[i]->bth_parent = keep; in zfs_btree_remove_from_node()
1605 ASSERT3P(keep->btc_children[i]->bth_parent, ==, keep); in zfs_btree_remove_from_node()
1606 ASSERT3P(keep->btc_children[i], !=, rm_hdr); in zfs_btree_remove_from_node()
1792 zfs_btree_leaf_t *keep = (zfs_btree_leaf_t *)k_hdr; in zfs_btree_remove_idx() local
1810 bt_grow_leaf(tree, keep, k_count, 1 + rm_hdr->bth_count); in zfs_btree_remove_idx()
[all …]
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnbo.c218 mblk_t *next, *keep, *keep_head, *free, *free_head; in xnbo_from_mac_filter() local
220 keep = keep_head = free = free_head = NULL; in xnbo_from_mac_filter()
242 ADD(keep, mp); in xnbo_from_mac_filter()
248 ADD(keep, mp); in xnbo_from_mac_filter()
/illumos-gate/usr/src/cmd/sgs/unifdef/common/
H A Dunifdef.c75 static void flushline(int keep);
555 flushline(int keep) in flushline() argument
557 if ((keep && reject < 2) ^ complement) in flushline()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_whatis.c494 int keep = 0; in cmd_whatis() local
521 'k', MDB_OPT_SETBITS, TRUE, &keep, in cmd_whatis()
553 if (!keep && (flags & DCMD_PIPE)) { in cmd_whatis()
/illumos-gate/usr/src/cmd/sendmail/cf/cf/
H A Dsubmit.mc21 define(`__OSTYPE__',`')dnl dirty hack to keep proto.m4 from complaining
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr.h101 extern int getldap_uidkeepalive(int keep, int interval);
/illumos-gate/usr/src/test/os-tests/tests/execvpe/
H A Dexecvpe-script32 if [[ "$EXECVPE_TEST" != "Keep it secret, keep it safe!" ]]; then
/illumos-gate/usr/src/cmd/ssh/etc/
H A Dsshd_config65 # KeepAlive specifies whether keep alive messages are sent to the client.
67 # Note that the client may also be sending keep alive messages to the server.

12345