Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/validation/backend/
H A Dfunction-ptr.c8 void arg(int a, int *p, int (*fb)(unsigned char), int (*fi)(int), int (*fl)(long), int (*fv)(void),…
9 void arg(int a, int *p, int (*fb)(unsigned char), int (*fi)(int), int (*fl)(long), int (*fv)(void),… in arg()
11 fv(); in arg()
50 extern int (*fv)(void);
59 fv(); in glb()
100 int (*fv)(void); member
112 ops->fv(); in ops()
/illumos-gate/usr/src/uts/sun4u/excalibur/os/
H A Dexcalibur.c261 int8_t fv; in plat_fan_blast() local
266 fv = xcalfans[i].val8; in plat_fan_blast()
269 iov.iov_base = &fv; in plat_fan_blast()
270 iov.iov_len = sizeof (fv); in plat_fan_blast()
275 uio.uio_resid = sizeof (fv); in plat_fan_blast()
/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, 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()
/illumos-gate/usr/src/cmd/sgs/error/common/
H A Derrortouch.c59 #define EITERATE(p, fv, i) for (p = fv[i]; p < fv[i+1]; p++) argument
/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfhdr.h769 #define FMTSET(ft, frm,ags, fv, sz, flgs, wid,pr,bs, ts,ns) \ argument
771 (ft->fmt = fv), (ft->size = sz), \
775 #define FMTGET(ft, frm,ags, fv, sz, flgs, wid,pr,bs) \ argument
777 (fv = ft->fmt), (sz = ft->size), \
/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.c442 graph_add_edge(graph_vertex_t *fv, graph_vertex_t *tv) in graph_add_edge() argument
452 e->ge_parent = fv; in graph_add_edge()
456 re->ge_vertex = fv; in graph_add_edge()
459 r = uu_list_insert_before(fv->gv_dependencies, NULL, e); in graph_add_edge()
1181 graph_insert_dependency(graph_vertex_t *fv, graph_vertex_t *tv, int **pathp) in graph_insert_dependency() argument
1191 if (!(fv->gv_type == GVT_GROUP && in graph_insert_dependency()
1192 fv->gv_depgroup == DEPGRP_EXCLUDE_ALL)) { in graph_insert_dependency()
1193 *pathp = is_path_to(tv, fv); in graph_insert_dependency()
1202 graph_add_edge(fv, tv); in graph_insert_dependency()
/illumos-gate/usr/src/cmd/fm/fmdump/common/
H A Dfmdump.c1140 fmd_log_filter_t *fv, uint_t fc, in aggregate() argument
1211 pl->pl_arg.da_fv = fv; in aggregate()