Searched defs:fix (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/libpkg/common/ |
H A D | verify.c | 116 * Description: This function verifies and (if fix > 0) fixes the contents 118 * Arguments: fix - 0 - do not fix entries, 1 - fix entries 144 cverify(int fix, char *ftype, char *path, struct cinfo *cinfo, argument 171 if (fix > 0) { 179 } else if (fix < 0) { 365 * Description: This function verifies and (if fix > 0) fixes the attributes 367 * Arguments: fix - 0 - do not fix entrie 385 averify(int fix, char *ftype, char *path, struct ainfo *ainfo) argument 840 fverify(int fix, char *ftype, char *path, struct ainfo *ainfo, struct cinfo *cinfo) argument [all...] |
/illumos-gate/usr/src/lib/libast/common/tm/ |
H A D | tmxdate.c | 165 Time_t fix; local 194 fix = tmxscan(s, &last, NiL, &t, now, 0); 199 return fix; 260 fix = 0; 263 fix += (*s - '0') * (m /= 10); 264 now = tmxsns(now, fix); 637 fix = tmxtime(tm, zone); 638 tm = tmxtm(tm, fix, tm->tm_zone); 654 if (tt < fix)
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/ |
H A D | fru_access.c | 506 int segsize, int fix, container_hdl_t contfd) 514 if (!fix) { /* if not fixed segment */ 505 find_offset(char *seghdr, int segcnt, int secsize, int *sectionoffset, int segsize, int fix, container_hdl_t contfd) argument
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/ |
H A D | fru_access.c | 501 int segsize, int fix, container_hdl_t contfd) 509 if (!fix) { /* if not fixed segment */ 500 find_offset(char *seghdr, int segcnt, int secsize, int *sectionoffset, int segsize, int fix, container_hdl_t contfd) argument
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/ |
H A D | libfruaccess.c | 1155 int segsize, int fix, container_hdl_t contfd) 1163 if (!fix) { /* if not fixed segment */ 1154 find_offset(char *seghdr, int segcnt, int secsize, int *sectionoffset, int segsize, int fix, container_hdl_t contfd) argument
|
/illumos-gate/usr/src/uts/common/fs/ufs/ |
H A D | ufs_panic.c | 438 triage_t fix; local 447 fix = triage(vp); 480 switch (fix) { 520 MINOR((": fix failure thread already running ")); 556 * Attempt to fix iff: 644 * enough information to make a fix attempt possible? 900 * is probably a fix failure-triggered unmount, so 1104 * watch for fix-on-panic work 1918 cmn_err(CE_NOTE, (s & UF_NOTFIX)? "Could not fix %s": 2232 * if we didn't know that the fix ha [all...] |
Completed in 95 milliseconds