Lines Matching +defs:val +defs:event
250 int curval, val;
252 val = NFSD_TCP_BUFSZ;
256 if ((curval != -1) && (curval < val)) {
257 syslog(LOG_DEBUG, "Set SO_SNDBUF option to %d", val);
258 if (setopt(fd, SOL_SOCKET, SO_SNDBUF, val) < 0) {
261 val, t_errno);
269 if ((curval != -1) && (curval < val)) {
270 syslog(LOG_DEBUG, "Set SO_RCVBUF option to %d", val);
271 if (setopt(fd, SOL_SOCKET, SO_RCVBUF, val) < 0) {
274 val, t_errno);
810 * Set the descriptor and event list. All possible events are
868 * Called to read and interpret the event on a connectionless descriptor.
885 * message in the event we can't use the TLI interface to do the
920 * Allocate a unitdata structure for receiving the event.
1308 int event;
1376 while (event = t_look(fd)) {
1377 switch (event) {
1396 "unexpected event 0x%x during accept processing (%s)",
1397 event, nconf->nc_proto);
1483 int event;
1490 while (event = t_look(fd)) {
1491 switch (event) {
1494 printf("do_poll_cots_action(%s,%d): T_LISTEN event\n", nconf->nc_proto, fd);
1501 printf("do_poll_cots_action(%d,%s): T_DATA event\n", fd, nconf->nc_proto);
1547 "unexpected event from CONS rpcmod %d", i1);
1552 printf("do_poll_cots_action(%s,%d): T_ORDREL event\n", nconf->nc_proto, fd);
1580 printf("do_poll_cots_action(%s,%d): T_DISCONNECT event\n", nconf->nc_proto, fd);
1600 } else if (event == -1)
1605 "unexpected TLI event (0x%x) on "
1607 event, nconf->nc_proto, fd, errorstr);