Home
last modified time | relevance | path

Searched refs:finfop (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/mp/
H A Dmp_fopen.c41 DB_MPOOL_FINFO *finfop;
58 if (finfop != NULL && finfop->clear_len > pagesize)
80 DB_MPOOL_FINFO *finfop;
103 if (finfop == NULL) {
118 finfop = &finfo;
193 finfop->fileid = idbuf;
251 if (finfop->ftype != 0)
303 DB_MPOOL_FINFO *finfop;
347 mfp->ftype = finfop->ftype;
378 if (finfop->pgcookie == NULL || finfop->pgcookie->size == 0) {
[all …]
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_flow.c1512 mac_link_flowinfo_copy(mac_flowinfo_t *finfop, flow_entry_t *flent) in mac_link_flowinfo_copy() argument
1514 (void) strlcpy(finfop->fi_flow_name, flent->fe_flow_name, in mac_link_flowinfo_copy()
1516 finfop->fi_link_id = flent->fe_link_id; in mac_link_flowinfo_copy()
1517 finfop->fi_flow_desc = flent->fe_flow_desc; in mac_link_flowinfo_copy()
1518 finfop->fi_resource_props = flent->fe_resource_props; in mac_link_flowinfo_copy()