Searched refs:n_output (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/lib/libast/common/sfio/ |
H A D | sfvprintf.c | 142 int o, n_output; local 143 #define SMputc(f,c) { if((o = SFFLSBUF(f,c)) >= 0 ) n_output += 1; \ 146 #define SMnputc(f,c,n) { if((o = SFNPUTC(f,c,n)) > 0 ) n_output += 1; \ 149 #define SMwrite(f,s,n) { if((o = SFWRITE(f,(Void_t*)s,n)) > 0 ) n_output += o; \ 154 #define SFINIT(f) (n_output = 0) 162 #define SFINIT(f) (SFBUF(f), n_output = 0) 163 #define SFEND(f) ((n_output += d - f->next), (f->next = d)) 547 { n_output += v; 887 *((Sflong_t*)argv.vp) = (Sflong_t)n_output; 891 *((long*)argv.vp) = (long)n_output; [all …]
|
/titanic_44/usr/src/cmd/fs.d/ |
H A D | df.c | 1605 n_output(struct df_request *dfrp, struct statvfs64 *fsp) in n_output() function 1910 dfo.dfo_func = n_output; in select_output()
|