Home
last modified time | relevance | path

Searched refs:infp (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/cmd/mdb/common/modules/rdc/
H A Drdc.c820 _rdc_info_dev_t *infp; in rdc_infodev() local
826 infp = mdb_zalloc(sizeof (*infp), UM_GC); in rdc_infodev()
833 infp = &infodev->id_cache_dev; in rdc_infodev()
841 infp->bi_fd, infp->bi_iodev, infp->bi_krdc); in rdc_infodev()
843 "bi_ofailed: %d %8Tbi_flag: %d\n", infp->bi_rsrv, infp->bi_orsrv, in rdc_infodev()
844 infp->bi_failed, infp->bi_ofailed, infp->bi_flag); in rdc_infodev()
846 infp = &infodev->id_raw_dev; in rdc_infodev()
853 infp->bi_fd, infp->bi_iodev, infp->bi_krdc); in rdc_infodev()
855 "bi_ofailed: %d %8Tbi_flag: %d\n", infp->bi_rsrv, infp->bi_orsrv, in rdc_infodev()
856 infp->bi_failed, infp->bi_ofailed, infp->bi_flag); in rdc_infodev()
/titanic_44/usr/src/cmd/ypcmd/
H A Dmakedbm.c114 FILE *infp, *outfp; local
313 infp = fopen(infile, "r");
318 infp = stdin;
320 if (infp == NULL) {
358 if (infp != stdin)
359 (void) fclose(infp);
378 while (fgets(buf, sizeof (buf), infp) != NULL) {
383 if (fgets(p, sizeof (buf)-(p-buf), infp) == NULL)
/titanic_44/usr/src/lib/libmail/common/
H A Dcopystream.c52 copystream(FILE *infp, FILE *outfp) in copystream() argument
58 infp)) > 0) in copystream()
/titanic_44/usr/src/lib/libmail/inc/
H A Dlibmail.h61 extern int copystream(FILE *infp, FILE *outfp);
/titanic_44/usr/src/cmd/rpcinfo/
H A Drpcinfo.c1762 print_rmtcallstat(rtype, infp) in print_rmtcallstat() argument
1764 rpcb_stat *infp;
1774 for (pr = infp->rmtinfo; pr; pr = pr->next) {
1795 print_getaddrstat(rtype, infp) in print_getaddrstat() argument
1797 rpcb_stat *infp;
1803 for (al = infp->addrinfo; al; al = al->next) {
/titanic_44/usr/src/uts/common/io/iwi/
H A Dipw2200.c2491 wldp_t *infp, *outfp; in ipw2200_getset() local
2495 infp = (wldp_t *)(uintptr_t)m->b_rptr; in ipw2200_getset()
2499 id = infp->wldp_id; in ipw2200_getset()
/titanic_44/usr/src/uts/common/io/ipw/
H A Dipw2100.c2386 wldp_t *infp, *outfp; in ipw2100_getset() local
2390 infp = (wldp_t *)(uintptr_t)m->b_rptr; in ipw2100_getset()
2394 id = infp->wldp_id; in ipw2100_getset()