Lines Matching +full:entry +full:- +full:name

35 .Sh NAME
63 .Fa "const char *name"
69 .Fa "const char *name"
80 .Fa "struct mt_status_entry *entry"
82 .Fa "void (*sbuf_func)(struct sbuf *sb, struct mt_status_entry *entry, void *arg)"
87 .Fa "struct mt_status_entry *entry"
89 .Fa "void (*print_func)(struct mt_status_entry *entry, void *arg)"
94 .Fa "struct mt_status_entry *entry"
95 .Fa "char *name"
100 .Fa "char *name"
104 .Fa "struct mt_status_entry *entry)"
113 .Fa "struct mt_status_entry *entry"
119 .Fa "struct mt_status_entry *entry"
124 .Fa "struct mt_status_entry *entry"
130 .Fa "struct mt_status_entry *entry"
135 .Fa "struct mt_status_entry *entry"
174 driver returns some status data as XML-formatted strings, and
202 is successful, and non-zero if parsing failed.
217 .Ar entry
227 argument is for a user-supplied alternate printing function.
228 If it is non-NULL, it will be called instead of the default output printing
245 function returns the first entry in the tree starting at
246 .Ar entry
248 .Ar name .
249 The supplied node name can be a single level name like "foo", or it can
251 In the case of a single level name, it will match any node beneath
252 .Ar entry
254 .Ar name .
255 In the case of a multi-level name like "foo.bar.baz", it will return the
256 first entry named "baz" whose immediate parent is "bar" and where the
270 .Ar entry .
280 .Ar entry
296 .Ar entry
311 .Ar entry
331 beginning at the node name defined as the root node for protection data.
334 argument is non-zero, protection entry descriptions will be printed.
335 If it is zero, protection entry descriptions will not be printed.
342 is non-NULL, only the named parameter will be printed.
345 is non-zero, parameter descriptions will be omitted in the output.
359 Returns the bits per inch or bits per mm values for a given density entry
364 argument is non-zero, the bits per inch value is returned.
369 It does a case-insensitive comparison of density names in the density table
370 to the supplied density name.
400 returns the first matching entry, or NULL if it fails to find a match.
403 returns the first matching entry, or NULL if it fails to find a match.
406 Returns 0 for success, and non-zero for failure.
412 Returns 0 for success and non-zero for failure.
428 field is non-zero), the bits per mm value otherwise, or 0 if the supplied
430 is not in the density table or the table entry does not include bpi / bpmm
435 name.
436 It returns 0 if the density name is not recognized.
439 returns 0 for success, and -1 for failure.