pcnfsd_test.c | 470 struct mapreq_arg_item * make_mapreq_entry(mapreq t, int i, char *n, struct mapreq_arg_item *next) function in typeref:struct:mapreq_arg_item * 492 a.req_list = make_mapreq_entry(MAP_REQ_UID, 906, NULL, 493 make_mapreq_entry(MAP_REQ_GID, 1, NULL, 494 make_mapreq_entry(MAP_REQ_UNAME, 0, "root", 495 make_mapreq_entry(MAP_REQ_GNAME, 0, "wheel", 496 make_mapreq_entry(MAP_REQ_UNAME, 0, "bogus", NULL)))));
|