| /src/external/bsd/ipf/dist/lib/ |
| portname.c | 1 /* $NetBSD: portname.c,v 1.2 2012/07/22 14:27:36 darrenr Exp $ */ 8 * Id: portname.c,v 1.1.1.2 2012/07/22 13:44:40 darrenr Exp $ 13 char *portname(pr, port) function
|
| /src/usr.sbin/moused/ |
| moused.c | 342 char *portname; /* /dev/XXX */ member in struct:rodentparam 362 .portname = NULL, 618 rodent.portname = optarg; 764 if (rodent.portname) 776 if ((rodent.mfd = open(rodent.portname, O_RDWR | O_NONBLOCK, 0)) 778 logerr(1, "unable to open %s", rodent.portname); 780 logwarnx("cannot determine mouse type on %s", rodent.portname); 789 rodent.portname, r_if(rodent.hw.iftype), 792 printf("%s\n", rodent.portname); 802 rodent.portname, r_if(rodent.hw.iftype) [all...] |
| /src/sys/dev/audio/ |
| audio.c | 533 struct portname { struct 688 mixer_devinfo_t *, const struct portname *); 886 static const struct portname itable[] = { 892 static const struct portname otable[] = { 8657 mixer_devinfo_t *mi, const struct portname *tbl)
|
| /src/external/bsd/libevent/dist/ |
| http.c | 4233 char *hostname = NULL, *portname = NULL; local 4243 name_from_addr(sa, salen, &hostname, &portname); 4244 if (hostname == NULL || portname == NULL) { 4246 if (portname) mm_free(portname); 4251 __func__, hostname, portname, EV_SOCK_ARG(fd))); 4258 http->base, NULL, bev, hostname, atoi(portname)); 4260 mm_free(portname);
|
| /src/external/bsd/ntp/dist/sntp/libevent/ |
| http.c | 4231 char *hostname = NULL, *portname = NULL; local 4241 name_from_addr(sa, salen, &hostname, &portname); 4242 if (hostname == NULL || portname == NULL) { 4244 if (portname) mm_free(portname); 4249 __func__, hostname, portname, EV_SOCK_ARG(fd))); 4256 http->base, NULL, bev, hostname, atoi(portname)); 4258 mm_free(portname);
|
| /src/sys/dev/ic/ |
| ispmbox.h | 1306 uint8_t portname[8]; member in struct:__anon2870
|