• Home
  • Raw
  • Download

Lines Matching refs:printxvals

4242 	printxval instead of printxvals.
4701 fcntl: replace combinations of xlookup and printxval with printxvals.
4702 After all, that's what printxvals for.
4704 * fcntl.c (SYS_FUNC(fcntl), SYS_FUNC(fcntl64)): Use printxvals for
5222 (printxvals, printxval_searchn, printxval_search_ex, sprintxval,
5233 * defs.h (printxvals_ex): Rename from printxvals, add style argument.
5235 (printxvals): New macro, a wrapper for printxvals_ex.
5248 * xlat.c (printxvals_ex): Rename from printxvals, add style argument,
15602 * util.c (xlookup, xlat_bsearch_compare, xlat_search, printxvals,
15652 to printxvals, takes a NULL-terminated sequence of xlat pointers.
16618 * util.c (printxvals, printxval_searchn, printflags64): Likewise.
22928 * defs.h (printxvals, printxval_searchn): Change return type to int.
22930 returned by printxvals call.
22931 * util.c (printxvals, printxval_searchn): Change return type to int,
22936 util: check dflt argument for NULL in printxvals.
22940 * util.c (printxvals): Do not print dflt if it is NULL.
28960 btrfs.c: use printxval/printxval64 instead of printxvals.
28961 * btrfs.c (btrfs_ioctl): Do not call printxvals directly,
30205 printxvals: change type of integer argument to uint64_t.
30207 All users of printxvals are already prepared for this change.
30209 * defs.h (printxvals): Change type of integer argument to uint64_t.
30210 * util.c (printxvals): Likewise. Print it using PRIx64 format.
31648 Add sentinel attribute to printxvals.
31650 * defs.h (printxvals): Add ATTRIBUTE_SENTINEL.
36697 * defs.h (printxvals): New prototype.
36701 and SOL_IPV6 decoding to use printxvals, and use is_getsockopt to pass more
36706 (printxvals): ... this. Rewrite to be varargs based.