Home
last modified time | relevance | path

Searched refs:fv (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/uts/sun4u/excalibur/os/
H A Dexcalibur.c263 int8_t fv; in plat_fan_blast() local
268 fv = xcalfans[i].val8; in plat_fan_blast()
271 iov.iov_base = &fv; in plat_fan_blast()
272 iov.iov_len = sizeof (fv); in plat_fan_blast()
277 uio.uio_resid = sizeof (fv); in plat_fan_blast()
/titanic_41/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, in fmd_log_filter() argument
620 qsort(fv, fc, sizeof (fmd_log_filter_t), fmd_log_xiter_filtcmp); in fmd_log_filter()
623 if (i == 0 || fv[i].filt_func != fv[i - 1].filt_func) in fmd_log_filter()
624 fav[fac++].filt_argv = &fv[i]; in fmd_log_filter()
632 fmd_log_xiter(fmd_log_t *lp, uint_t flag, uint_t fc, fmd_log_filter_t *fv, in fmd_log_xiter() argument
656 qsort(fv, fc, sizeof (fmd_log_filter_t), fmd_log_xiter_filtcmp); in fmd_log_xiter()
659 if (i == 0 || fv[i].filt_func != fv[i - 1].filt_func) in fmd_log_xiter()
660 fav[fac++].filt_argv = &fv[i]; in fmd_log_xiter()
/titanic_41/usr/src/cmd/sgs/error/common/
H A Derrortouch.c60 #define EITERATE(p, fv, i) for (p = fv[i]; p < fv[i+1]; p++) argument
/titanic_41/usr/src/lib/libast/common/sfio/
H A Dsfhdr.h756 #define FMTSET(ft, frm,ags, fv, sz, flgs, wid,pr,bs, ts,ns) \ argument
758 (ft->fmt = fv), (ft->size = sz), \
762 #define FMTGET(ft, frm,ags, fv, sz, flgs, wid,pr,bs) \ argument
764 (fv = ft->fmt), (sz = ft->size), \
/titanic_41/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);
/titanic_41/usr/src/cmd/svc/startd/
H A Dgraph.c436 graph_add_edge(graph_vertex_t *fv, graph_vertex_t *tv) in graph_add_edge() argument
446 e->ge_parent = fv; in graph_add_edge()
450 re->ge_vertex = fv; in graph_add_edge()
453 r = uu_list_insert_before(fv->gv_dependencies, NULL, e); in graph_add_edge()
1173 graph_insert_dependency(graph_vertex_t *fv, graph_vertex_t *tv, int **pathp) in graph_insert_dependency() argument
1183 if (!(fv->gv_type == GVT_GROUP && in graph_insert_dependency()
1184 fv->gv_depgroup == DEPGRP_EXCLUDE_ALL)) { in graph_insert_dependency()
1185 *pathp = is_path_to(tv, fv); in graph_insert_dependency()
1194 graph_add_edge(fv, tv); in graph_insert_dependency()
/titanic_41/usr/src/cmd/fm/fmdump/common/
H A Dfmdump.c1031 fmd_log_filter_t *fv, uint_t fc, in aggregate() argument
1102 pl->pl_arg.da_fv = fv; in aggregate()