/illumos-gate/usr/src/cmd/rcap/rcapd/ |
H A D | rcapd_collection_zone.c | 47 int changes; local 71 &changes); 73 update_notification_cb("zone", zent->zname, changes, max_rss,
|
H A D | rcapd_collection_project.c | 47 int changes; local 74 &changes); 76 update_notification_cb("project", proj->pj_name, changes,
|
H A D | rcapd_collection.c | 78 int *changes) 82 *changes = 0; 85 *changes |= LCST_CAP_ZERO; 100 *changes |= LCST_CAP_CHANGED; 129 *changes |= LCST_CAP_CHANGED; 132 *changes |= LCST_CAP_REMOVED; 142 lcollection_update_notification_cb(char *col_type, char *name, int changes, argument 152 if (changes & LCST_CAP_ZERO) 154 (changes & LCST_CAP_REMOVED) ? "cap removed" : "uncapped"); 77 lcollection_insert_update(rcid_t *colidp, uint64_t rss_cap, char *name, int *changes) argument
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/ |
H A D | input.c | 134 boolean_t changes = _B_FALSE; local 437 changes = _B_TRUE; 469 changes = _B_TRUE; 477 changes = _B_TRUE; 480 if (changes && supplier) 496 * If changes have occurred, and if we have not sent a multicast 505 * the current changes, set needupdate.
|
H A D | startup.c | 66 boolean_t changes = _B_FALSE; local 139 changes = _B_TRUE; 226 * changes of RIP6_IFF_NORTEXCH in the following 342 changes = _B_TRUE; 354 changes = _B_TRUE; 359 if (supplier & changes)
|
/illumos-gate/usr/src/cmd/print/lpset/ |
H A D | lpset.c | 114 char **changes = NULL; local 142 changes = (char **)list_append((void**)changes, 173 if ((changes == NULL) && (delete_printer == 0)) { 269 /* make the changes to it */ 270 while (changes != NULL && *changes != NULL) { 271 int has_equals = (strchr(*changes, '=') != NULL); 274 key = *(changes++); 347 changes; [all...] |
/illumos-gate/usr/src/cmd/filesync/ |
H A D | anal.c | 36 * analyze .... (top level) analyze all files in the tree for changes 38 * check_file . (static) look for changes and queue file for reconciliation 84 static struct file *changes; /* list of files to be reconciled */ variable in typeref:struct:file 197 for (fp = changes; fp; fp = fp->f_rnext) 317 for (fp = changes; fp; fp = fp->f_rnext) { 347 * built up changes needed list 451 * the info to be checked for changes 683 for (lp = changes; lp; lp = lp->f_rnext) { 746 for (lp = changes; lp; lp = lp->f_rnext) { 843 for (lp = changes; l [all...] |
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | vjcompress.c | 169 register uint_t changes = 0; local 295 * receiver expects changes in the order: urgent, window, 305 changes |= NEW_U; 321 changes |= NEW_W; 331 changes |= NEW_A; 341 changes |= NEW_S; 344 switch (changes) { 367 * actual changes match one of our special case encodings -- 380 changes = SPECIAL_I; 393 changes 539 register uint_t changes; local [all...] |
/illumos-gate/usr/src/lib/libsldap/common/ |
H A D | ns_cache_door.h | 70 * Structure used to request/inform config and server status changes. 123 ldap_get_change_out_t changes; member in union:__anon3970::__anon3971
|
H A D | ns_connmgmt.h | 221 ldap_get_chg_cookie_t cfg_cookie; /* used to detect if config changes */ 239 * very helpful to know exactly when the Native LDAP configuration changes 241 * changes, new connection management will be created. If servers go up 243 * For processes other than the main nscd, the changes has to be detected 249 * The mechanism for reporting of the changes is a door call sent from 250 * libsldap to ldap_cachemgr. The call will not be returned until changes 274 ns_server_status_t *changes; /* array of status change */ member in struct:ns_server_status_change
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | lgrp_topo.c | 328 klgrpset_t changes; local 366 count += lgrp_ancestor_delete(lgrp1, &changes); 368 klgrpset_or(*changed, changes); 435 klgrpset_t changes; local 525 &changes); 527 klgrpset_or(*changed, changes); 676 klgrpset_t changes; local 766 parent->lgrp_set, &changes); 768 klgrpset_or(*changed, changes); 796 prom_printf("lgrp_split: no changes\ 836 klgrpset_t changes; local 1127 klgrpset_t changes; local 1249 klgrpset_t changes; local 1461 klgrpset_t changes; local [all...] |
/illumos-gate/usr/src/cmd/sgs/yacc/common/ |
H A D | y1.c | 691 int *p, **s, i, **t, ch, changes; local 712 changes = 1; 713 while (changes) { 714 changes = 0; 719 changes |= setunion(wsets[i].ws.lset,
|
/illumos-gate/usr/src/cmd/svr4pkg/pkgserv/ |
H A D | pkgserv.c | 176 static int changes; variable 387 (!one_shot && permanent && dir == changes)) { 403 if ((one_shot || !permanent) && dir == changes) { 412 dir = changes; 560 changes++;
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ |
H A D | ecore_sp_verbs.h | 1280 unsigned long changes; /* ECORE_F_UPDATE_XX bits */ member in struct:ecore_func_switch_update_params
|