Searched refs:fnp (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/db/log/
H A Dlog_register.c39 FNAME *fnp, *reuse_fnp; local
48 fnp = namep = reuse_fnp = NULL;
71 for (maxid = 0, fnp = SH_TAILQ_FIRST(&dblp->lp->fq, __fname);
72 fnp != NULL; fnp = SH_TAILQ_NEXT(fnp, q, __fname)) {
73 if (fnp->ref == 0) { /* Entry is not in use. */
75 reuse_fnp = fnp;
78 if (!memcmp(dbp->fileid, fnp->ufid, DB_FILE_ID_LEN)) {
79 ++fnp
158 FNAME *fnp; local
[all...]
H A Dlog_rec.c434 FNAME *fnp; local
436 for (fnp = SH_TAILQ_FIRST(&dblp->lp->fq, __fname);
437 fnp != NULL; fnp = SH_TAILQ_NEXT(fnp, q, __fname)) {
438 if (fnp->ref == 0) /* Entry not in use. */
440 if (fnp->id == lid) {
441 *fnamep = fnp;
H A Dlog_put.c78 FNAME *fnp; local
158 for (fnp = SH_TAILQ_FIRST(&dblp->lp->fq, __fname);
159 fnp != NULL; fnp = SH_TAILQ_NEXT(fnp, q, __fname)) {
160 if (fnp->ref == 0) /* Entry not in use. */
163 t.data = R_ADDR(dblp, fnp->name_off);
166 fid_dbt.data = fnp->ufid;
169 LOG_CHECKPOINT, &t, &fid_dbt, fnp->id, fnp
[all...]
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_pragma.c370 dt_node_t *fnp = dnp ? dnp->dn_list : NULL; local
371 dt_node_t *inp = fnp ? fnp->dn_list : NULL;
374 (fnp != NULL && fnp->dn_kind != DT_NODE_STRING) ||
381 * If a file is specified, free any old pcb_filetag and swap fnp's
384 if (fnp != NULL) {
395 if (strncmp(fnp->dn_string, "/dev/fd/", 8) != 0) {
396 yypcb->pcb_filetag = fnp->dn_string;
397 fnp
[all...]
H A Ddt_decl.c284 * name fnp->dn_string is defined in this list (B_TRUE) or not (B_FALSE).
285 * If 'fnp' is in 'flist', do not search beyond 'fnp' itself in 'flist'.
288 dt_decl_protoform(dt_node_t *fnp, dt_node_t *flist) argument
292 for (dnp = flist; dnp != fnp && dnp != NULL; dnp = dnp->dn_list) {
294 strcmp(dnp->dn_string, fnp->dn_string) == 0)
/osnet-11/usr/src/cmd/sendmail/db/db/
H A Ddb_pr.c792 const FN *fnp; local
797 for (found = 0, fnp = fn; fnp->mask != 0; ++fnp)
798 if (LF_ISSET(fnp->mask)) {
799 fprintf(fp, "%s%s", sep, fnp->name);
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
H A DKstat.xs656 kstat_raw_reader_t fnp;
675 fnp = 0;
677 fnp = (kstat_raw_reader_t)(uintptr_t)SvIV(*entry);
679 return (fnp);
1067 kstat_raw_reader_t fnp;
1088 if ((fnp = lookup_raw_kstat_fn(kip->kstat->ks_module,
1090 fnp(self, kip->kstat, kip->strip_str);

Completed in 22 milliseconds