/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/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/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/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/cmd/ipf/tools/ |
H A D | ipf_y.y | 278 with keep head group 1199 keep: | IPFY_KEEP keepstate label 1592 { "keep", IPFY_KEEP },
|
/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/pr/ |
H A D | pr.c | 751 int keep; local 825 keep = C; 827 if (keep == '\n' && C == WEOF)
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | table.c | 1115 time_t keep, 1154 k->k_keep = now.tv_sec+keep; 1545 * kernel, but we keep them around for reasons 1960 * Otherwise, we want to keep the route in the kernel. 2187 * keep-timer so that it will not be deleted again for a while. 2551 * badifp has just gone bad. We want to keep this 2853 * delete old redirected routes to keep the kernel table small 1113 rtm_add(struct rt_msghdr *rtm, struct rt_addrinfo *info, time_t keep, boolean_t interf_route, struct interface *ifptr) argument
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_download.c | 68 uint32_t BdeSize, PROG_ID *ProgId, uint32_t keep); 2618 uint32_t keep) 2636 mb->un.varLdSM.keep = keep; 2610 emlxs_format_prog_flash(MAILBOXQ *mbq, uint32_t Base, uint32_t DlByteCount, uint32_t Function, uint32_t Complete, uint32_t BdeAddress, uint32_t BdeSize, PROG_ID *ProgId, uint32_t keep) argument
|
/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/libld/common/ |
H A D | sections.c | 224 int keep = 0, os_isdescs_idx; local 232 keep = 1; 240 if (keep == 0) { 264 * the infrastructure to determine this. So, keep the PLT and GOT 3295 * keep them at the end of the PLT table. We do this to keep the hot
|
/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/fm/modules/common/eversholt/ |
H A D | fme.c | 496 * (f->ecurrent). We keep a serialized version of each unique 532 * init_fme_bufs -- We keep several bits of state about an fme for 1602 unsigned long long at_latest_by, unsigned long long *pdelay, int keep); 3605 unsigned long long at_latest_by, unsigned long long *pdelay, int keep) 3631 if (keep && (ep2->cached_state & 3637 keep); 3604 mark_arrows(struct fme *fmep, struct event *ep, int mark, unsigned long long at_latest_by, unsigned long long *pdelay, int keep) argument
|
/illumos-gate/usr/src/lib/libtecla/common/ |
H A D | getline.c | 891 static int gl_read_terminal(GetLine *gl, int keep, char *c); 3118 * keep int If true, the returned character will be kept in 3133 static int gl_read_terminal(GetLine *gl, int keep, char *c) argument 3154 if(keep) { 3194 if(keep) { 5354 * count<0 keep the previous search prefix regardless, so as to force 5416 * count<0 keep the previous search prefix regardless, so as to force 7593 * Starting one character back from the last search, so as not to keep 12645 * Also keep a record of the direction of any I/O that gl_get_line()
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_mbox.h | 451 uint32_t keep:1; member in struct:__anon7400 468 uint32_t keep:1; member in struct:__anon7400
|