HomeSort by relevance Sort by last modified time
    Searched defs:do_update (Results 1 - 4 of 4) sorted by null

  /onnv/onnv-gate/usr/src/cmd/filesync/
eval.c 43 * do_update (static) update one file_info structure from another
693 * do_update
712 do_update(struct fileinfo *np, struct fileinfo *ip) function
752 do_update(&fp->f_info[ OPT_BASE ], &fp->f_info[ which ]);
785 do_update(&fp->f_info[ which ], &fp->f_info[ OPT_BASE ]);
  /onnv/onnv-gate/usr/src/cmd/coreadm/
coreadm.c 81 static int do_update(void);
256 return (do_update());
613 do_update(void) function
  /onnv/onnv-gate/usr/src/cmd/nscd/
cache.c 88 static void do_update(nsc_lookup_args_t *);
1937 do_update(nsc_lookup_args_t *in) { function
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fm/fmd/common/
fmd_case.c 670 int *do_update = (int *)arg; local
677 *do_update = 1;
713 int i, count = 0, do_update = 0, got_isolated_overlap = 0; local
820 fca.fca_do_update = &do_update;
844 fmd_case_acquit_isolated, &do_update);
854 fmd_case_acquit_isolated, &do_update);
876 if (do_update)
    [all...]

Completed in 60 milliseconds