Searched refs:get_int (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/firmware/efi/libstub/ |
H A D | vsprintf.c | 182 int get_int(const char **fmt, va_list *ap) in get_int() function 347 field_width = get_int(&fmt, &args); in vsnprintf() 360 precision = get_int(&fmt, &args); in vsnprintf()
|
/linux/fs/nfsd/ |
H A D | nfsctl.c | 341 len = get_int(&mesg, &maxsize); in write_filehandle() 407 rv = get_int(&mesg, &newthreads); in write_threads() 479 rv = get_int(&mesg, &nthreads[i]); in write_pool_threads() 713 err = get_int(&mesg, &fd); in __write_ports_addfd() 878 int rv = get_int(&mesg, &bsize); in write_maxblksize() 913 rv = get_int(&mesg, &i);
|
H A D | export.c | 508 err = get_int(mesg, &migrated); in fsloc_parse() 656 err = get_int(&mesg, &an_int); in svc_export_parse() 666 err = get_int(&mesg, &an_int); in svc_export_parse() 672 err = get_int(&mesg, &an_int); in svc_export_parse() 678 err = get_int(&mesg, &an_int); in svc_export_parse()
|
H A D | nfs4idmap.c | 416 error = get_int(&buf, &ent.id); in nametoid_parse()
|
/linux/include/linux/sunrpc/ |
H A D | cache.h | 255 static inline int get_int(char **bpp, int *anint) in get_int() 253 static inline int get_int(char **bpp, int *anint) get_int() function
|
/linux/net/sunrpc/ |
H A D | svcauth_unix.c | 504 rv = get_int(&mesg, &id); in unix_gid_parse() 514 rv = get_int(&mesg, &gids); in unix_gid_parse() 525 rv = get_int(&mesg, &gid); in unix_gid_parse()
|
/linux/net/sunrpc/auth_gss/ |
H A D | svcauth_gss.c | 496 rv = get_int(&mesg, &id); in rsc_parse() 516 if (get_int(&mesg, &id)) in rsc_parse() 521 if (get_int(&mesg, &N)) in rsc_parse() 534 if (get_int(&mesg, &id)) in rsc_parse()
|