/titanic_50/usr/src/uts/sun4u/excalibur/os/ |
H A D | excalibur.c | 263 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_50/usr/src/lib/fm/libfmd_log/common/ |
H A D | fmd_log.c | 609 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_50/usr/src/cmd/sgs/error/common/ |
H A D | errortouch.c | 60 #define EITERATE(p, fv, i) for (p = fv[i]; p < fv[i+1]; p++) argument
|
/titanic_50/usr/src/lib/libast/common/sfio/ |
H A D | sfhdr.h | 756 #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_50/usr/src/cmd/sendmail/src/ |
H A D | main.c | 2705 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_50/usr/src/cmd/svc/startd/ |
H A D | graph.c | 436 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_50/usr/src/cmd/fm/fmdump/common/ |
H A D | fmdump.c | 1031 fmd_log_filter_t *fv, uint_t fc, in aggregate() argument 1102 pl->pl_arg.da_fv = fv; in aggregate()
|