Searched refs:fv (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/excalibur/os/
H A Dexcalibur.c263 int8_t fv; local
268 fv = xcalfans[i].val8;
271 iov.iov_base = &fv;
272 iov.iov_len = sizeof (fv);
277 uio.uio_resid = sizeof (fv);
/illumos-gate/usr/src/lib/fm/libfmd_log/common/
H A Dfmd_log.c609 fmd_log_filter(fmd_log_t *lp, uint_t fc, fmd_log_filter_t *fv, argument
620 qsort(fv, fc, sizeof (fmd_log_filter_t), fmd_log_xiter_filtcmp);
623 if (i == 0 || fv[i].filt_func != fv[i - 1].filt_func)
624 fav[fac++].filt_argv = &fv[i];
632 fmd_log_xiter(fmd_log_t *lp, uint_t flag, uint_t fc, fmd_log_filter_t *fv, argument
650 * we can compute the logical AND of 'fv' by iterating over filt_argc.
656 qsort(fv, fc, sizeof (fmd_log_filter_t), fmd_log_xiter_filtcmp);
659 if (i == 0 || fv[i].filt_func != fv[
[all...]
/illumos-gate/usr/src/cmd/sgs/error/common/
H A Derrortouch.c60 #define EITERATE(p, fv, i) for (p = fv[i]; p < fv[i+1]; p++)
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmain.c2705 char *fv; local
2708 fv = macvalue('f', &MainEnvelope);
2709 if (fv == NULL || *fv == '\0')
2713 if (strchr(fv, '@') == NULL)
2715 i = strlen(fv) + strlen(macvalue('j',
2718 (void) sm_strlcpyn(p, i, 3, fv, "@",
2723 p = sm_strdup_x(fv);
/illumos-gate/usr/src/cmd/svc/startd/
H A Dgraph.c437 graph_add_edge(graph_vertex_t *fv, graph_vertex_t *tv) argument
447 e->ge_parent = fv;
451 re->ge_vertex = fv;
454 r = uu_list_insert_before(fv->gv_dependencies, NULL, e);
1174 graph_insert_dependency(graph_vertex_t *fv, graph_vertex_t *tv, int **pathp) argument
1184 if (!(fv->gv_type == GVT_GROUP &&
1185 fv->gv_depgroup == DEPGRP_EXCLUDE_ALL)) {
1186 *pathp = is_path_to(tv, fv);
1195 graph_add_edge(fv, tv);
/illumos-gate/usr/src/cmd/fm/fmdump/common/
H A Dfmdump.c1031 fmd_log_filter_t *fv, uint_t fc,
1102 pl->pl_arg.da_fv = fv;
1030 aggregate(char **ifiles, int n_ifiles, int opt_f, fmd_log_filter_t *fv, uint_t fc, int opt_v, int opt_V, int opt_p, int opt_j) argument

Completed in 90 milliseconds