Searched refs:infp (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/cmd/mdb/common/modules/rdc/ |
H A D | rdc.c | 820 _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_41/usr/src/cmd/ypcmd/ |
H A D | makedbm.c | 114 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_41/usr/src/lib/libmail/common/ |
H A D | copystream.c | 52 copystream(FILE *infp, FILE *outfp) in copystream() argument 58 infp)) > 0) in copystream()
|
/titanic_41/usr/src/lib/libmail/inc/ |
H A D | libmail.h | 61 extern int copystream(FILE *infp, FILE *outfp);
|
/titanic_41/usr/src/cmd/rpcinfo/ |
H A D | rpcinfo.c | 1762 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_41/usr/src/uts/common/io/ipw/ |
H A D | ipw2100.c | 2386 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()
|
/titanic_41/usr/src/uts/common/io/iwi/ |
H A D | ipw2200.c | 2491 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()
|