Lines Matching refs:printf
71 printf("client: Look up bootstrap service port\n"); in connect_to_server()
79 printf("client: Set service port as the resource notify port\n"); in connect_to_server()
102 printf("Usage: ./fd_table_limits_client <soft limit> <hard limit> <test_num>\n"); in main()
106 …printf("client: soft limit = %d, hard limit = %d, test_num = %d\n", soft_limit, hard_limit, test_n… in main()
118 printf("client: getrlimit failed with err = %d\n", errno); in main()
124 printf("client: raising file open limit from %llu (max %llu) to %d\n", in main()
130 printf("client: setrlimit failed with err = %d\n", errno); in main()
136 printf("client: Starting the fd allocation loop\n"); in main()
141 printf("open(/bin/ls) FD #%d failed with err = %d ", i, errno); in main()
147 printf("client: FD #%d\n", i); in main()
152 printf("client: Hit the soft limit \n"); in main()
157 printf("client: Hit the hard limit\n"); in main()