/titanic_44/usr/src/cmd/initpkg/ |
H A D | nscd.conf | 42 keep-hot-count audit_user 20 47 keep-hot-count auth_attr 20 52 keep-hot-count bootparams 20 57 keep-hot-count ethers 20 62 keep-hot-count exec_attr 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 [all …]
|
/titanic_44/usr/src/cmd/ipf/examples/ |
H A D | BASIC_1.FW | 60 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 72 pass in quick proto tcp from any port = ftp-data to any port > 1023 keep state group 101 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 [all …]
|
H A D | tcpstate | 5 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 D | BASIC_2.FW | 59 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 D | firewall | 22 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
|
/titanic_44/usr/src/lib/libast/common/regex/ |
H A D | regcache.c | 43 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()
|
/titanic_44/usr/src/lib/libcmd/common/ |
H A D | head.c | 77 register off_t keep = 10; in b_head() local 97 if ((keep = opt_info.number) <=0) in b_head() 98 …error(2, "%s: %I*d: positive numeric option argument expected", opt_info.name, sizeof(keep), keep); in b_head() 142 if (sfmove(fp, sfstdout, keep, delim) < 0 && errno != EPIPE) in b_head()
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_destroy/ |
H A D | zfs_destroy_016_pos.ksh | 163 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 D | zfs_destroy_015_pos.ksh | 91 log_must $ZFS hold keep $TESTPOOL/$TESTFS1@snap$i 97 log_must $ZFS release keep $TESTPOOL/$TESTFS1@snap$i
|
/titanic_44/usr/src/uts/common/avs/ns/nsctl/ |
H A D | nsc_resv.c | 739 _nsc_detach_iodev(nsc_iodev_t *iodev, nsc_fd_t *keep, int flag) in _nsc_detach_iodev() argument 752 if (!keep && io->flush == nsc_null) in _nsc_detach_iodev() 762 if (fd == keep) in _nsc_detach_iodev() 773 if (keep) in _nsc_detach_iodev() 841 _nsc_detach_dev(nsc_dev_t *dev, nsc_iodev_t *keep, int flag) in _nsc_detach_dev() argument 855 if (iodev == keep) in _nsc_detach_dev() 866 if (keep || !(flag & NSC_WRITE)) in _nsc_detach_dev()
|
/titanic_44/usr/src/lib/libast/common/misc/ |
H A D | magic.c | 167 int keep[MAXNEST]; /* ckmagic nest stack */ \ 494 mp->keep[0] = 0; in ckmagic() 504 mp->keep[0] = 0; in ckmagic() 509 mp->keep[level] = mp->keep[level - 1] != 0; in ckmagic() 516 if (mp->keep[level] && b > buf) in ckmagic() 528 if (mp->keep[level] && call < (MAXNEST - 1)) in ckmagic() 541 if (mp->keep[level] > 1) in ckmagic() 545 if (!mp->keep[level]) in ckmagic() 693 … if (mp->keep[level]++ && b > buf && *(b - 1) != ' ' && *t && *t != ',' && *t != '.' && *t != '\b') in ckmagic() 724 … if (mp->keep[level]++ && b > buf && *(b - 1) != ' ' && *q && *q != ',' && *q != '.' && *q != '\b') in ckmagic() [all …]
|
/titanic_44/usr/src/uts/common/os/ |
H A D | lgrp_topo.c | 457 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()
|
/titanic_44/usr/src/cmd/csplit/ |
H A D | csplit.c | 63 int silent, keep, create; /* Flags: -s(ilent), -k(eep), (create) */ variable 119 keep++; in main() 271 if (!keep) { in fatal()
|
/titanic_44/usr/src/cmd/diff3/ |
H A D | diff3prog.c | 110 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
|
/titanic_44/usr/src/lib/libbc/libc/gen/common/sparc/ |
H A D | ffs.s | 42 be 1b ! if bit is zero, keep checking
|
/titanic_44/usr/src/uts/common/xen/io/ |
H A D | xnbo.c | 218 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()
|
/titanic_44/usr/src/cmd/sgs/unifdef/common/ |
H A D | unifdef.c | 77 static void flushline(int keep); 556 flushline(int keep) in flushline() argument 558 if ((keep && reject < 2) ^ complement) in flushline()
|
/titanic_44/usr/src/cmd/sendmail/cf/cf/ |
H A D | submit.mc | 21 define(`__OSTYPE__',`')dnl dirty hack to keep proto.m4 from complaining
|
/titanic_44/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_whatis.c | 494 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()
|
/titanic_44/usr/src/cmd/ldapcachemgr/ |
H A D | cachemgr.h | 101 extern int getldap_uidkeepalive(int keep, int interval);
|
/titanic_44/usr/src/cmd/ssh/etc/ |
H A D | sshd_config | 65 # 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.
|
/titanic_44/usr/src/lib/libshell/common/fun/ |
H A D | dirs | 37 1) # keep present directory
|
/titanic_44/usr/src/common/bignum/ |
H A D | README | 38 We keep the .c file around for future reference.
|
/titanic_44/usr/src/lib/libmd/common/ |
H A D | mapfile-vers | 49 # We use NODYNSORT to keep the weak aliases out of the .SUNW_dymsymsort
|
/titanic_44/usr/src/cmd/passwd/ |
H A D | passwd.dfl | 36 # HISTORY sets the number of prior password changes to keep and
|