/illumos-gate/usr/src/cmd/lp/cmd/lpsched/ |
H A D | validate.h | 54 char * fast; member in struct:candidate
|
H A D | nodes.h | 164 char *fast; member in struct:rstat_node
|
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex.c | 145 bool fast = 0; local 262 fast++; 378 fast++; 403 fast++; 505 if (fast) 531 if (setexit() == 0 && !fast) {
|
/illumos-gate/usr/src/uts/sun4v/os/ |
H A D | ppage.c | 263 boolean_t fast; local 281 fast = B_FALSE; 283 fast = B_TRUE; 294 if (fast) { 317 boolean_t fast; local 336 fast = B_TRUE; 342 fast = B_FALSE; 364 if (fast) {
|
/illumos-gate/usr/src/uts/sun4u/os/ |
H A D | ppage.c | 447 /* Try the fast path first */ 504 int fast = 1; local 516 * Since the fast path doesn't do anything about 519 fast = 0; 526 if (fast) { 537 fast = 0; 546 ASSERT(fast == 0); 558 if (fast) {
|
/illumos-gate/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_trans.c | 147 int fast, 193 transp->masternamep = metakeyname(&sp, mt->un_m_key, fast, ep); 202 transp->lognamep = metakeyname(&sp, mt->un_l_key, fast, ep); 144 meta_get_trans_common( mdsetname_t *sp, mdname_t *transnp, int fast, md_error_t *ep ) argument
|
H A D | meta_hotspares.c | 182 int fast, 225 hsp->hsnamep = metakeyname(&sp, hs_key, fast, ep); 179 meta_get_hsp_common( mdsetname_t *sp, mdhspname_t *hspnp, int fast, md_error_t *ep ) argument
|
H A D | meta_mirror.c | 86 int fast, 154 mdsp->submirnamep = metakeyname(&sp, mmsp->sm_key, fast, ep); 83 meta_get_mirror_common( mdsetname_t *sp, mdname_t *mirnp, int fast, md_error_t *ep ) argument
|
H A D | meta_stripe.c | 200 int fast, 282 cp->compnamep = metakeyname(&sp, mdc->un_key, fast, ep); 292 mdc->un_mirror.ms_hs_key, fast, ep); 197 meta_get_stripe_common( mdsetname_t *sp, mdname_t *stripenp, int fast, md_error_t *ep ) argument
|
H A D | meta_name.c | 2210 * flush the fast name cache 2242 * flush the fast name cache 2459 int fast, 2509 * If a fast names is OK, then get one, and be done. 2511 if (fast) { 3044 int fast, 3070 if (fast) { 3631 int fast, 3650 if (fast) 2456 metaname_common( mdsetname_t **spp, char *uname, int fast, meta_device_type_t uname_type, md_error_t *ep ) argument 3041 metamnumname( mdsetname_t **spp, minor_t mnum, int fast, md_error_t *ep ) argument 3628 metakeyname( mdsetname_t **spp, mdkey_t key, int fast, md_error_t *ep ) argument
|
H A D | meta_raid.c | 88 int fast, 162 mdrcp->colnamep = metakeyname(&sp, rcp->un_orig_key, fast, ep); 182 fast, ep); 85 meta_get_raid_common( mdsetname_t *sp, mdname_t *raidnp, int fast, md_error_t *ep ) argument
|
H A D | meta_sp.c | 3624 * fast - whether to use the cache or not (NOT IMPLEMENTED!) 3634 int fast, 3681 if ((msp->compnamep = metakeyname(&sp, mp->un_key, fast, ep)) == NULL) 4909 * NOTE: the fast option to metakeyname is 0 as opposed to 1 3631 meta_get_sp_common( mdsetname_t *sp, mdname_t *np, int fast, md_error_t *ep ) argument
|
/illumos-gate/usr/src/lib/libc/port/locale/ |
H A D | engine.c | 45 #define fast sfast macro 56 #define fast lfast macro 67 #define fast mfast macro 106 static const char *fast(struct match *, const char *, const char *, sopno, 258 endp = fast(m, start, stop, gf, gl); 753 * fast - step through the string at top speed 756 fast(struct match *m, const char *start, const char *stop, sopno startst, function 772 SP("fast", st, *p); 1132 #undef fast macro
|
/illumos-gate/usr/src/cmd/csh/ |
H A D | sh.c | 46 bool fast; variable 197 fast++; /* No home -> can't read scripts */ 201 fast++; 295 fast++; 488 if (!fast && reenter == 0) { 504 /* Will have value("home") here because set fast if don't */ 509 if (!fast && !arginp && !onelflg && !havhash) 531 if (!fast && !arginp && !onelflg && !havhash2) 765 if (!fast) {
|
/illumos-gate/usr/src/ucbcmd/shutdown/ |
H A D | shutdown.c | 111 int fast = 0; variable 235 fast = 1; 262 if (fast && (nosync == nosyncflag)) { 418 if (fast) 443 if (fast) 452 if (fast)
|
/illumos-gate/usr/src/cmd/zoneadm/ |
H A D | zoneadm.c | 3977 boolean_t fast; local 4079 * Check if we are moving in the same file system and can do a fast 4082 fast = (zonepath_buf.st_dev == new_zonepath_buf.st_dev); 4120 } else if (fast) { 4229 } else if (fast) { 4263 if (!is_zfs && !fast) {
|
/illumos-gate/usr/src/uts/common/io/aac/ |
H A D | aac.c | 1299 uint32_t fast; local 1301 fast = index & AAC_SENDERADDR_MASK_FAST_RESPONSE; 1321 * For fast response IO, the firmware do not return any FIB 1325 if (fast) { 5564 AAC_FIBSTATE_FAST_RESPONSE | /* enable fast io */ 6703 * the driver, so that they can run fast.
|