/illumos-gate/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 [all...] |
/illumos-gate/usr/src/lib/libcmd/common/ |
H A D | head.c | 77 register off_t keep = 10; local 97 if ((keep = opt_info.number) <=0) 98 error(2, "%s: %I*d: positive numeric option argument expected", opt_info.name, sizeof(keep), keep); 142 if (sfmove(fp, sfstdout, keep, delim) < 0 && errno != EPIPE)
|
/illumos-gate/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 65 #pass in quick proto udp from any to w.x.y.z/32 port = 53 keep state group 202 66 #pass out quick on ppp0 proto udp from a.b.c.d/32 to any port = 53 keep state 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 stat [all...] |
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
|
/illumos-gate/usr/src/lib/libast/common/regex/ |
H A D | regcache.c | 43 int keep; member in struct:Cache_s 67 if (matchstate.cache[i] && matchstate.cache[i]->keep) 69 matchstate.cache[i]->keep = 0; 143 else if (!matchstate.cache[i]->keep) 164 if (cp->keep) 166 cp->keep = 0; 189 cp->keep = 1;
|
/illumos-gate/usr/src/lib/libbc/libc/gen/common/sparc/ |
H A D | ffs.s | 42 be 1b ! if bit is zero, keep checking
|
/illumos-gate/usr/src/lib/libast/common/misc/ |
H A D | magic.c | 167 int keep[MAXNEST]; /* ckmagic nest stack */ \ 494 mp->keep[0] = 0; 504 mp->keep[0] = 0; 509 mp->keep[level] = mp->keep[level - 1] != 0; 516 if (mp->keep[level] && b > buf) 528 if (mp->keep[level] && call < (MAXNEST - 1)) 541 if (mp->keep[level] > 1) 545 if (!mp->keep[level]) 693 if (mp->keep[leve [all...] |
/illumos-gate/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
|
/illumos-gate/usr/src/cmd/ldapcachemgr/ |
H A D | cachemgr.h | 101 extern int getldap_uidkeepalive(int keep, int interval);
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | lgrp_topo.c | 353 * Lgroup represents resources within certain latency, so need to keep 457 lgrp_t *keep; local 480 keep = NULL; 500 * Keep first matching lgroup (but always keep root) 503 if (keep == NULL) { 504 keep = lgrp; 508 "keep lgrp %d at 0x%p\n", 509 keep->lgrp_id, (void *)keep); 513 lgrp = keep; [all...] |
/illumos-gate/usr/src/uts/common/avs/ns/nsctl/ |
H A D | nsc_resv.c | 720 * _nsc_detach_iodev (nsc_iodev_t *iodev, nsc_fd_t *keep, int flag) 732 * descriptor keep. If flag specifies read access then 739 _nsc_detach_iodev(nsc_iodev_t *iodev, nsc_fd_t *keep, int flag) argument 752 if (!keep && io->flush == nsc_null) 762 if (fd == keep) 773 if (keep) 821 * _nsc_detach_dev (nsc_dev_t *dev, nsc_iodev_t *keep, int flag) 832 * Detach the device except for I/O descriptor keep. 841 _nsc_detach_dev(nsc_dev_t *dev, nsc_iodev_t *keep, int flag) argument 855 if (iodev == keep) [all...] |
/illumos-gate/usr/src/cmd/csplit/ |
H A D | csplit.c | 63 int silent, keep, create; /* Flags: -s(ilent), -k(eep), (create) */ variable 119 keep++; 255 * "keep" flag is not set, fatal unlinks all created files. If the 256 * "keep" flag is set, fatal closes the current file(if there is one). 271 if (!keep) {
|
/illumos-gate/usr/src/cmd/diff3/ |
H A D | diff3prog.c | 110 static void keep(int i, struct range *rnew); 300 keep(2, &d1->new); 311 keep(1, &d2->new); 434 keep(int i, struct range *rnew) function
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_whatis.c | 494 int keep = 0; local 521 'k', MDB_OPT_SETBITS, TRUE, &keep, 553 if (!keep && (flags & DCMD_PIPE)) {
|
/illumos-gate/usr/src/uts/common/xen/io/ |
H A D | xnbo.c | 218 mblk_t *next, *keep, *keep_head, *free, *free_head; local 220 keep = keep_head = free = free_head = NULL; 242 ADD(keep, mp); 248 ADD(keep, mp);
|
/illumos-gate/usr/src/cmd/sgs/unifdef/common/ |
H A D | unifdef.c | 77 static void flushline(int keep); 556 flushline(int keep) argument 558 if ((keep && reject < 2) ^ complement)
|
/illumos-gate/usr/src/uts/i86pc/boot/ |
H A D | boot_console.c | 611 * "vga=keep" has been enabled, which is
|
/illumos-gate/usr/src/lib/libmvec/common/vis/ |
H A D | __vatan.S | 95 ! intz = (intf + 0x00008000) & 0x7fff0000;/* round arg, keep upper */ 501 ba .LOOP0 !keep looping 532 ba .LOOP1 !keep looping 563 ba .LOOP2 !keep looping
|
/illumos-gate/usr/src/cmd/pr/ |
H A D | pr.c | 751 int keep; local 825 keep = C; 827 if (keep == '\n' && C == WEOF)
|
/illumos-gate/usr/src/uts/common/vm/ |
H A D | vm_seg.c | 534 int keep = 0; local 572 if (keep) { 674 * duplicate. Don't keep our own pcp entry. 676 keep = 0; 687 ASSERT(keep == 0); 702 * dropped bucket lock) keep the entry that 705 keep = 1;
|
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/ |
H A D | boot_elf.s | 83 .weak _elf_rtbndr ! keep dbx happy as it likes to 286 * If *no* la_pltexit() routines exist we do not need to keep the
|
/illumos-gate/usr/src/uts/common/io/usb/clients/audio/usb_ac/ |
H A D | usb_ac.c | 2098 /* keep track of recursion */ 2280 /* keep track of recursion depth */ 4541 int n, keep; local 4547 keep = 1; 4554 if (!keep && fmt_sr < sr) 4557 keep = 1; 4560 if (!keep && (val < prec)) 4563 keep = 1; 4566 if (!keep && (val < enc))
|
/illumos-gate/usr/src/cmd/nscd/ |
H A D | cache.c | 545 (void) fprintf(stdout, gettext("\t keep hot count: %d\n"), 1846 getxy_keepalive(nsc_ctx_t *ctx, nsc_db_t *nscdb, int keep, int interval) argument 1856 /* we won't be here if keep == 0 so need to check that */ 1859 (me, "%s: keep alive\n", nscdb->name); 1861 if ((table = maken(keep)) == NULL) { 1877 for (i = 1; i <= keep; i++) { 1912 /* launch update thread for each keep hot entry */ 1913 for (i = keep; i > 0; i--) {
|
/illumos-gate/usr/src/cmd/ypcmd/yp2lscripts/ |
H A D | inityp2l.sh | 606 to keep it same for all the maps. 613 want to keep it same for all the domains. 627 but want to keep it same for all the domains. 1523 # Just change the name, but keep the same date and version number 2299 # Just change the name and add the word pragma, but keep the same
|