/illumos-gate/usr/src/cmd/audio/include/ |
H A D | Resample.h | 39 * 3) down-sampled to fo by saving one out of every M samples. 56 int down; // down sampling ratio member in class:ResampleFilter 57 int down_offset; // 0 <= index in down-sampling < down
|
/illumos-gate/usr/src/lib/libeti/form/common/ |
H A D | chg_field.c | 159 /* down - return active field on page below f */ 161 down(FIELD *f) function 256 return (_set_current_field(f, down(C(f))));
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | ruptime.c | 69 #define down(h) (now - (h)->hs_wd->wd_recvtime > 11 * 60) macro 194 if (down(hsp)) { 197 "down")); 255 if (down(h1)) 256 if (down(h2)) 260 else if (down(h2)) 274 if (down(h1)) 275 if (down(h2)) 279 else if (down(h2)) 293 (down(h [all...] |
H A D | rwho.c | 71 #define down(w, now) ((now) - (w)->wd_recvtime > 11 * 60) macro 117 if (down(w, now)) {
|
/illumos-gate/usr/src/cmd/eqn/ |
H A D | e.y | 114 | down box %prec UP { move(DOWN, $1, $2); } 124 down : DOWN text { $$ = atoi((char *) $1); } ; label
|
/illumos-gate/usr/src/cmd/troff/nroff.d/ |
H A D | tw.h | 66 char *down; /* ditto */ member in struct:t
|
/illumos-gate/usr/src/cmd/rm/ |
H A D | rm.c | 60 struct dlist *down; /* Down one step in the tree */ member in struct:dlist 222 rec = rec->down; 227 rec = rec->down; 235 frm->down = NULL; 236 cur->down = frm; 303 cur->down = NULL;
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | fsm.h | 94 * down tld (this-layer-down) 99 * Note that this-layer-down means "stop transmitting." 120 void (*down) /* Called when fsm leaves OPENED state */ member in struct:fsm_callbacks 142 #define STOPPED 3 /* Open, waiting for down event */
|
/illumos-gate/usr/src/lib/libeti/menu/inc/ |
H A D | menu.h | 73 struct ITEM *down; member in struct:ITEM
|
/illumos-gate/usr/src/lib/libtnfctl/ |
H A D | comb.c | 61 uintptr_t down; member in struct:comb_calltmpl 69 uintptr_t down; member in struct:comb_key 105 static boolean_t find(tnfctl_handle_t *hndl, comb_op_t op, uintptr_t down, 108 uintptr_t down, uintptr_t next, uintptr_t * comb_p); 109 static tnfctl_errcode_t add(tnfctl_handle_t *hndl, comb_op_t op, uintptr_t down, 125 * down and next constraints of the caller. 129 uintptr_t down, uintptr_t next, uintptr_t *comb_p) 138 if (find(hndl, op, down, next, comb_p)) { 146 prexstat = build(hndl, op, down, next, comb_p); 195 uintptr_t down; local 128 _tnfctl_comb_build(tnfctl_handle_t *hndl, comb_op_t op, uintptr_t down, uintptr_t next, uintptr_t *comb_p) argument 480 find(tnfctl_handle_t *hndl, comb_op_t op, uintptr_t down, uintptr_t next, uintptr_t * comb_p) argument 504 add(tnfctl_handle_t *hndl, comb_op_t op, uintptr_t down, uintptr_t next, uintptr_t comb) argument 567 build(tnfctl_handle_t *hndl, comb_op_t op, uintptr_t down, uintptr_t next, uintptr_t *comb_p) argument [all...] |
/illumos-gate/usr/src/uts/common/avs/ns/rdc/ |
H A D | rdc_health.c | 186 int down = 1; local 233 /* RPC failed - link is down */ 234 if (!down && !ip->isprimary) { 241 down = 1; 255 if (down && !ip->isprimary) { 264 down = 0; 268 if (!ip->isprimary && down && ++sec == 5) { 417 * This function is woken up when the link to that host goes down. 440 /* Woken by a signal, not a link down event */ 635 * FALSE - interface down [all...] |
/illumos-gate/usr/src/uts/common/io/lvm/raid/ |
H A D | raid_replay.c | 601 int down; local 661 down = raid_state_cnt(un, RCS_ERRED); 663 (i != (un->un_totalcolumncnt - down)))
|
/illumos-gate/usr/src/cmd/avs/sdbc/ |
H A D | sd_trace.c | 343 char status_bit, down = 0; local 391 if (!down) 392 down = cs_cur->st_shared[i].sh_failed; 444 if (down) 502 (void) strcpy(status[IND_VOLUME_DOWN], "volume down"); 503 (void) strcpy(status[IND_MIRROR_DOWN], "mirror down"); 848 char status_bit, down = 0; local 890 if (!down) 891 down = cs_cur->st_shared[i].sh_failed; 959 if (down) [all...] |
/illumos-gate/usr/src/lib/libtecla/common/ |
H A D | getline.c | 462 const char *down; /* The string that moves the cursor 1 character */ member in struct:GetLine 463 /* down. */ 471 const char *d_arrow; /* The string returned by the down-arrow key */ 1382 {"down-history", gl_down_history}, 1499 {"^N", "down-history"}, 1500 {"down", "down-history"}, 1549 {"^N", "down-history"}, 1565 {"M-+", "down-history"}, 1647 {"M-j", "down [all...] |
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/ |
H A D | myri10ge.c | 2214 cmn_err(CE_WARN, "%s: Couldn't bring down link\n", mgp->name); 2225 cmn_err(CE_WARN, "%s: didn't get down irq\n", mgp->name); 2252 cmn_err(CE_WARN, "%s: Never got down irq\n", mgp->name); 2740 printf("%s: link down\n", mgp->name); 6156 int status, down, i; local 6166 /* send a down CMD to queuesce NIC */ 6169 cmn_err(CE_WARN, "%s: Couldn't bring down link\n", mgp->name); 6174 down = myri10ge_poll_down(mgp); 6175 if (down) 6180 if (down) [all...] |