Searched defs:finfo (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb.c105 DB_MPOOL_FINFO finfo; local
613 memset(&finfo, 0, sizeof(finfo));
614 finfo.ftype = ftype;
615 finfo.pgcookie = &pgcookie;
616 finfo.fileid = dbp->fileid;
617 finfo.lsn_offset = 0;
618 finfo.clear_len = DB_PAGE_CLEAR_LEN;
621 0, dbp->pgsize, &finfo, &dbp->mpf)) != 0)
/illumos-gate/usr/src/cmd/sendmail/db/mp/
H A Dmp_fopen.c85 DB_MPOOL_FINFO finfo; local
104 memset(&finfo, 0, sizeof(finfo));
106 finfo.ftype = mfp->ftype;
107 finfo.pgcookie = NULL;
108 finfo.fileid = NULL;
109 finfo.lsn_offset = mfp->lsn_off;
110 finfo.clear_len = mfp->clear_len;
112 finfo.ftype = 0;
113 finfo
[all...]
/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_flow.c69 dld_walk_flow_cb(mac_flowinfo_t *finfo, void *arg) argument
78 (void) strlcpy(fi->fi_flowname, finfo->fi_flow_name,
80 fi->fi_linkid = finfo->fi_link_id;
81 fi->fi_flow_desc = finfo->fi_flow_desc;
82 fi->fi_resource_props = finfo->fi_resource_props;
104 mac_flowinfo_t *finfo; local
111 finfo = kmem_zalloc(sizeof (*finfo), KM_SLEEP);
120 err = mac_link_flow_info(wf->wf_name, finfo);
122 kmem_free(finfo, sizeo
[all...]
/illumos-gate/usr/src/lib/libproc/amd64/
H A DPisadep.c360 ctf_funcinfo_t finfo; local
377 if (ctf_func_info(ctfp, si.prs_id, &finfo) == CTF_ERR)
380 argc = finfo.ctc_argc;
385 rettype = ctf_type_kind(ctfp, finfo.ctc_return);
393 ctf_type_size(ctfp, finfo.ctc_return) > 16)
406 for (i = 0; i < MIN(5, finfo.ctc_argc); i++) {
/illumos-gate/usr/src/lib/abi/apptrace/common/
H A Dapptrace.c586 ctf_funcinfo_t finfo; local
607 if (ctf_func_info(ctfp, si.prs_id, &finfo) == CTF_ERR)
610 (void) type_name(ctfp, finfo.ctc_return, buf, sizeof (buf));
619 rtype = ctf_type_resolve(ctfp, finfo.ctc_return);
627 argc = MIN(sizeof (argt) / sizeof (argt[0]), finfo.ctc_argc);
660 if (finfo.ctc_flags & CTF_FUNC_VARARG)
727 ctf_funcinfo_t finfo; local
753 if (ctf_func_info(ctfp, si.prs_id, &finfo) == CTF_ERR)
758 (void) type_name(ctfp, finfo.ctc_return, buf,
761 print_value(ctfp, finfo
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/inetconv/
H A Dinetconv.c382 valid_basic_properties(struct inetconfent *iconf, struct fileinfo *finfo) argument
424 finfo->filename, finfo->lineno,
433 valid_inetconfent(struct inetconfent *iconf, struct fileinfo *finfo) argument
475 progname, finfo->filename,
476 finfo->lineno, iconf->service);
487 finfo->filename, finfo->lineno, proto);
498 progname, finfo->filename, finfo
657 fgetinetconfent(struct fileinfo *finfo, boolean_t validate) argument
810 struct fileinfo *finfo = NULL; local
853 open_dstfile( char *destdir, boolean_t overwrite, struct inetconfent *iconf, struct fileinfo **finfo) argument
[all...]
/illumos-gate/usr/src/cmd/rpcbind/
H A Drpcb_svc_com.c85 static struct finfo *forward_register(ulong_t, struct netbuf *, int, char *);
86 static void forward_destroy(struct finfo *);
608 struct finfo { struct
609 struct finfo *prev;
610 struct finfo *next;
634 static struct finfo *fihead;
635 static struct finfo *fitail;
681 * put the reply into the particular finfo
716 struct finfo *fi;
1212 static struct finfo *forward_fin
[all...]
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_flow.c1524 mac_flowinfo_t *finfo; local
1527 finfo = kmem_zalloc(sizeof (*finfo), KM_SLEEP);
1528 mac_link_flowinfo_copy(finfo, flent);
1529 err = statep->ws_func(finfo, statep->ws_arg);
1530 kmem_free(finfo, sizeof (*finfo));
1576 mac_link_flow_info(char *flow_name, mac_flowinfo_t *finfo) argument
1585 mac_link_flowinfo_copy(finfo, flent);
/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c16536 char *finfo = "sata_set_drive_features: cannot"; local
16548 "%s fetch device identify data\n", finfo);
16560 "%s set UDMA mode\n", finfo));
16591 "%s set UDMA mode\n", finfo));
16675 "%s %s", finfo, finfox));
16686 "%s re-fetch device identify data\n", finfo));
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c5317 uf_info_t *finfo = &curthread->t_procp->p_user.u_finfo; local
5331 fp = fd < finfo->fi_nfiles ? finfo->fi_list[fd].uf_file : NULL;

Completed in 148 milliseconds