Searched defs:updated (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/lib/passwdutil/
H A D__set_authtoken_attr.c47 int updated = REP_NOREP; /* (bitmask) all updates */ local
104 updated |= i;
115 *updated_reps = (updated != REP_NOREP) ? updated : i;
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfslog_config.c181 * that are modified in the configuration file are updated in the list
183 * if 'updated' is defined then it is set to TRUE if the list was modified.
191 nfsl_checkconfig_list(nfsl_config_t **listpp, boolean_t *updated) argument
196 if (updated != NULL)
197 *updated = B_FALSE;
217 if (updated != NULL)
218 *updated = B_TRUE;
420 boolean_t updated, config_updated = B_FALSE; local
452 &config->nc_defaultdir, defaultdir, NULL, &updated))
460 config_updated |= updated;
525 update_field( char **old, char *new, char *prependdir, boolean_t *updated) argument
712 boolean_t updated; local
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dinstvol.c142 char *updated = (char *)NULL; local
163 * updated. Do not initialize r_updated; the call to instvol
167 * updated can be displayed in debugging output.
238 classidx, &srcp, &dstp, &updated);
556 /* NOTE: a package object was updated */
558 if (updated == (char *)NULL) {
560 updated = dstp;
584 /* nothing updated */
587 updated ? updated
[all...]
H A Dmain.c241 char *updated = (char *)NULL; local
2066 pkgserver, &cfTmpVfp, &updated, zoneName);
2097 updated ? updated : "",
2113 } else if ((saveSpoolInstall != 0) && (updated == (char *)NULL)) {
2116 * updated (installed/verified in area), so do not run
2326 * new package to be installed or to be updated.
/illumos-gate/usr/src/uts/common/disp/
H A Dts.c1864 * If multiple threads have their priorities updated to the same value,
1865 * the system implicitly favors the one that is updated first (since it
1868 * threads in more than one list have their priorities updated, the marker
1889 * have threads with priorities updated, advance the marker
1907 * one of the threads was actually updated, 0 if none were for various
1917 int updated = 0; local
1950 updated = 1;
1967 return (updated);
H A Dfss.c113 * project. It is decayed and updated this way:
121 * - ticks is updated whenever a process in this project is running
161 * are not updated at this time. The updated user-mode priority can cause
1348 * of the threads was actually updated, 0 if none were for various reasons
1360 int updated = 0; local
1407 updated = 1;
1421 return (updated);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Dpiclenvd.c1551 int updated = 0; local
1563 updated = 1;
1567 return (updated);
/illumos-gate/usr/src/uts/common/io/atge/
H A Datge_l1_reg.h108 uint32_t updated; member in struct:l1_smb
H A Datge_l1c_reg.h135 uint32_t updated; member in struct:l1c_smb
/illumos-gate/usr/src/uts/common/io/dls/
H A Ddls_mgmt.c1256 * In this case, the link's kstats need to be updated using the given name.
1263 * kstats need to be updated with using name associated the given id2.
1620 boolean_t updated = devnet_need_rebuild; local
1623 return (updated);
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw.c205 * should be updated to the same value in all vnets connected to this vsw.
1503 * updated and that a virtual-network-switch node is
1504 * present which may or may not have been updated. It is
1522 cmn_err(CE_NOTE, "!vsw%d: number of nodes updated "
2145 MD_bw = 0x80} updated; local
2154 updated = MD_init;
2181 updated |= MD_physname;
2188 "device from updated MD.", vswp->instance);
2209 updated |= MD_macaddr;
2216 if (updated
2615 P_MD_maxbw = 0x8} updated; local
[all...]
H A Dvnet_gen.c1819 "added(%x), updated(%x)\n", resp->removed.nelem,
1917 * updated and that a 'network' node is present which may or may not
1918 * have been updated. It is up to the clients to examine their own
1936 cmn_err(CE_NOTE, "!vnet%d: number of nodes updated "
1998 MD_pls = 0x8 } updated; local
2001 updated = MD_init;
2012 updated |= MD_vlans;
2019 updated |= MD_mtu;
2032 updated |= MD_pls;
2035 /* Now process the updated prop
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpiclfrutree.c1786 update_loc_state(frutree_locnode_t *locp, boolean_t *updated) argument
1795 *updated = B_FALSE;
1812 *updated = B_TRUE;
1856 *updated = B_TRUE;
1876 *updated = B_TRUE;
1883 *updated = B_TRUE;
1890 *updated = B_TRUE;
1897 *updated = B_TRUE;
1903 if (*updated == B_TRUE) {
2006 update_fru_state(frutree_frunode_t *frup, boolean_t *updated) argument
2139 update_fru_condition(frutree_frunode_t *frup, boolean_t *updated) argument
[all...]

Completed in 575 milliseconds