/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | init_pair.c | 72 /* called next time, it will be forced to change the color at */ 80 bool change; local 89 change = FALSE; 93 change = TRUE; 95 if (change) {
|
/illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
H A D | putenv.c | 33 /* putenv - change environment variables 35 * input - char *change = a pointer to a string of the form 52 putenv(char *change) argument 57 if ((which = find(change)) < 0) { 67 /* now that we have space, change environ */ 78 environ[which-2] = change; 82 environ[which] = change;
|
/illumos-gate/usr/src/cmd/sendmail/db/db/ |
H A D | db_rec.c | 47 u_int32_t change; local 70 change = 0; 80 change = DB_MPOOL_DIRTY; 88 change = DB_MPOOL_DIRTY; 91 if (change) 97 if ((ret = memp_fput(mpf, pagep, change)) != 0) 122 int change, cmp_n, cmp_p, ret; local 151 change = 0; 161 change = DB_MPOOL_DIRTY; 169 change 196 u_int32_t change; local 517 u_int32_t change; local [all...] |
/illumos-gate/usr/src/cmd/sendmail/db/hash/ |
H A D | hash_rec.c | 197 int cmp_n, cmp_p, change, getmeta, ret; local 233 change = 0; 240 change = 1; 245 * really need to do is change the LSN. 247 change = 1; 250 if (!change) { 280 change = 0; 286 change = 1; 291 change = 1; 294 if (!change) { 385 int change, cmp_n, cmp_p, getmeta, ret; local 480 int change, cmp_n, cmp_p, getmeta, ret; local 602 int change, cmp_n, cmp_p, getmeta, ret; local 683 int change, cmp_n, cmp_p, getmeta, ret; local [all...] |
H A D | hash_page.c | 860 int32_t change; /* XXX: Possible overflow. */ local 888 change = dbt->size - dbt->dlen; 900 change += dbt->doff + dbt->dlen - len; 903 if (change > (int32_t)P_FREESPACE(hcp->pagep) || is_big) { 944 if (change > 0) { 946 tdata.size + change)) != 0) 949 0, change); 956 dest = src + change; 961 tdata.size += change; 996 (u_int32_t)H_DATAINDEX(hcp->bndx), (int32_t)dbt->doff, change, db [all...] |
/illumos-gate/usr/src/cmd/ipf/tools/ |
H A D | ipf.c | 283 int flag, xfd, logopt, change = 0; local 297 change = 1; 303 change = 1; 309 change = 1; 314 change = 1; 317 if (change == 1) {
|
/illumos-gate/usr/src/uts/common/fs/ufs/ |
H A D | quota_ufs.c | 125 chkdq(struct inode *ip, long change, int force, struct cred *cr, argument 151 if (change == 0) 280 if (change < 0) { 282 abs_change = -change; /* abs_change must be positive */ 286 dqp->dq_curblocks += change; 296 * Adding 'change' to dq_curblocks could cause an overflow. 300 ncurblocks = (uint64_t)dqp->dq_curblocks + change; 419 chkiq(struct ufsvfs *ufsvfsp, int change, struct inode *ip, uid_t uid, argument 437 * If change is an increment, then ip must be NULL. 439 ASSERT(change [all...] |
/illumos-gate/usr/src/tools/cscope-fast/ |
H A D | command.c | 43 BOOL *change; /* change this line */ variable 481 /* change one text string to another */ 502 /* create the line change indicators */ 503 change = (BOOL *)mycalloc((unsigned)totallines, sizeof (BOOL)); 515 "Select lines to change (press the ? key for help): "); 518 break; /* change lines */ 541 case '\r': /* don't change lines */ 557 if (change[i] == NO) { 558 change[ [all...] |
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/ |
H A D | rdr_param_types.h | 189 change_state_params_t change; member in union:__anon378
|
/illumos-gate/usr/src/cmd/diff/ |
H A D | diffh.c | 62 static void change(long a, int b, long c, int d, char *s); 220 change(n0-1, 0, n1, b, "a"); 222 change(n0, a, n1-1, 0, "d"); 224 change(n0, a, n1, b, "c"); 248 change(long a, int b, long c, int d, char *s) function 347 change(n0, INF, n1, INF, "c"); 348 (void) printf(gettext("---change record omitted\n"));
|
/illumos-gate/usr/src/cmd/backup/restore/ |
H A D | restore.c | 432 badentry(ip, gettext("cannot KEEP and change modes")); 594 long change; local 598 change = 0; 608 change++; 610 } while (change); 687 * be removed since its type may change from one leaf type 783 * or an out of order volume change is encountered 794 * If volume change out of order occurred the
|
/illumos-gate/usr/src/lib/libmalloc/common/ |
H A D | malloc.c | 142 static int change = 0; /* != 0, once param changes are no longer allowed */ variable 337 if (!change) { 348 change = 1; /* change to algorithm params */ 907 if (change) { 941 if (change && holdhead != NULL) { 1007 if (change && holdhead != NULL) { 1160 change = 0;
|
/illumos-gate/usr/src/cmd/diff3/ |
H A D | diff3prog.c | 108 static void change(int i, struct range *rold, int dup); 176 * one change file 299 change(1, &d1->old, 0); 301 change(3, &d1->new, 0); 312 change(2, &d2->old, 0); 313 change(3, &d2->new, 0); 346 change(1, &d1->old, dup); 347 change(2, &d2->old, 0); 349 change(3, &d3->new, 0); 396 change(in function [all...] |
/illumos-gate/usr/src/uts/common/io/sfxge/ |
H A D | sfxge_mac.c | 564 * Start link state polling. For hardware that reports link change 601 const char *change, *duplex; local 660 change = (smp->sm_link_up) ? "UP" : "DOWN"; 665 change, smp->sm_link_up ? info : "");
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_srv_ns.c | 451 /* Update the change timestamp */ 511 /* Update the change timestamp */ 694 /* Update the change timestamp */ 861 /* Update the change timestamp */ 1156 * The change attribute value of the root of nfs pseudo namespace. 1164 * Get the change attribute from visible and returns TRUE. 1165 * If the change value is not available returns FALSE. 1168 nfs_visible_change(struct exportinfo *exi, vnode_t *vp, timespec_t *change) argument 1207 *change = visp->vis_change; 1219 *change 1236 tree_update_change(treenode_t *tnode, timespec_t *change) argument [all...] |
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex_subr.c | 80 change(void) function
|
/illumos-gate/usr/src/cmd/drd/ |
H A D | drd_rcm.c | 437 * Since the capacity change was blocked, we 1239 drd_rcm_mem_op(rcm_op_t op, uint64_t change) argument 1257 * If this is a notify add, the capacity change 1261 * If this is a request del, the capacity change 1265 assert(change % pgsize == 0); 1266 if (change > 0) { 1267 oldpages = newpages - (long)(change / pgsize); 1269 assert(newpages >= change / pgsize); 1271 newpages = oldpages + (long)(change / pgsize); 1326 uint64_t change local 1353 uint64_t change = 0; local 1404 uint64_t change = 0; local [all...] |
/illumos-gate/usr/src/cmd/sdiff/ |
H A D | sdiff.c | 93 static char change = ' '; variable 256 * "change" is used to determine character to put in gutter 262 change = ' '; 293 change = '>'; 302 change = '<'; 314 change = '|'; 322 change = '<'; 329 change = '>'; 378 if ((!silent || change != ' ') && len1 != 0) 388 if (change [all...] |
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/ |
H A D | dir.c | 79 int change, inorphan; local 83 change = 0; 92 change++; 95 } while (change > 0); 236 * zerod block, and so anything we change should be 247 * block so change the current directory entry to 272 * Note: It is possible that saying "no" to a change in 273 * one part of the I/O buffer and "yes" to a later change 274 * in the same I/O buffer may still flush the change to 1108 * No change mad [all...] |
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_diff.c | 257 int change; local 292 change = 0; 294 change = tsb.zs_links - fsb.zs_links; 297 if (change) { 298 print_link_change(fp, di, change, tobjname, &tsb); 304 if (change) { 305 print_link_change(fp, di, change, fobjname, &fsb); 315 /* Simple modification or no change */ 321 if (change) { 322 print_link_change(fp, di, change, [all...] |
/illumos-gate/usr/src/cmd/mail/ |
H A D | mail.h | 233 char change; /* disposition status of letter n */ member in struct:let
|
/illumos-gate/usr/src/uts/common/io/ppm/ |
H A D | ppm.c | 66 * Note: When pm_power() is called (directly or indirectly) to change the 816 * permitted to change device and component's power level. 972 /* ppm intercepts power change process to the claimed devices */ 1062 * ppm_manage_cpus - Process a request to change the power level of a cpu. 1498 * level change has been monitored, such that once all devices 1612 PPMD(D_FET, ("\t%s power change failed: ret(%d)\n", 1918 * This function monitors domain device's power level change, such 2015 PPMD(D_PCI, ("\t%s power change failed: ret(%d)\n", 2158 PPMD(D_PCI, ("\t%s power change failed: ret(%d)\n", 2232 "before change\ 2451 ppm_set_level(ppm_dev_t *ppmd, int cmpt, int level, boolean_t change) argument [all...] |
/illumos-gate/usr/src/uts/common/sys/nxge/ |
H A D | nxge_mii.h | 381 uint16_t change:1; member in struct:_mii_mode_control_stat::__anon8470 397 uint16_t change:1;
|
/illumos-gate/usr/src/uts/sun4u/excalibur/io/ |
H A D | xcalppm.c | 51 * When the autopm framework needs to change the power of a component of a 63 * joint change must be an atomic operation. Ppm handles this by acquiring 552 * Change the power level for a component of a device. If the change 553 * arg is true, we call the framework to actually change the device's 557 xcppm_set_level(ppm_dev_t *ppmd, int cmpt, int level, boolean_t change) argument 565 if (change) 568 DPRINTF(D_SETLVL, ("%s: \"%s\" change=%d, old %d, new %d, ret %d\n", 569 str, ppmd->path, change, ppmd->level, level, ret)); 753 DPRINTF(D_CPU, ("xcppm_rio_mode: %s: change from 0x%x to 0x%x\n", 759 * change th [all...] |
/illumos-gate/usr/src/lib/cfgadm_plugins/sbd/common/ |
H A D | ap_rcm.c | 427 * Allocate space for the cpu capacity change info. 453 * state change change operations were 610 * change notifications apply to SUNW_memory 646 rcm_info_t **rinfo, int cmd, int change) 673 if (change == 1) 701 if (!is_cpu_in_list(cpuids[i], rcm->cpuids, change)) 706 * An unconfigure capacity change notification. This 722 oldcpuids = (cpuid_t *)calloc(ncpuids + change, size); 728 if (!is_cpu_in_list(cpuids[i], rcm->cpuids, change)) 645 ap_rcm_cap_cpu(apd_t *a, rcmd_t *rcm, rcm_handle_t *hd, uint_t flags, rcm_info_t **rinfo, int cmd, int change) argument 807 ap_rcm_cap_mem(apd_t *a, rcmd_t *rcm, rcm_handle_t *hd, uint_t flags, rcm_info_t **rinfo, int cmd, long change) argument [all...] |