Lines Matching defs:what
273 ** what -- type of information to set
279 ** - when what != SM_IO_WHAT_VECTORS and setinfo vector
285 sm_io_setinfo(fp, what, valp)
287 int what;
293 switch (what)
325 return (*fp->f_setinfo)(fp, what, valp);
344 ** what -- type of information request
358 sm_io_getinfo(fp, what, valp)
360 int what;
367 switch (what)
431 return (*fp->f_getinfo)(fp, what, valp);