Searched refs:add_dev (Results 1 - 23 of 23) sorted by relevance

/netbsd-current/usr.sbin/screenblank/
H A Dscreenblank.c84 static void add_dev(const char *, int);
129 add_dev(optarg, 1);
133 add_dev(optarg, 0);
198 add_dev(_PATH_CONSOLE, 0);
200 add_dev(display, 1);
214 add_dev(kbd, 0);
216 add_dev(mouse, 0);
285 add_dev(const char *path, int isfb) function
/netbsd-current/share/examples/refuse/dmesgfs/
H A Ddmesgfs.c217 add_dev(const char *dev, int len, const char *parent, int parentlen, const char *descr, int descrlen) function
222 ALLOC(devicenode_t, devices.v, devices.size, devices.c, 10, 10, "add_dev", exit(EXIT_FAILURE));
273 add_dev(nexus, strlen(nexus), nexus, strlen(nexus), NEXUS_DESCRIPTION,
280 add_dev(&buf[matchv[1].rm_so],
/netbsd-current/external/bsd/libpcap/dist/
H A Dpcap-dbus.c346 if (add_dev(devlistp, "dbus-system",
350 if (add_dev(devlistp, "dbus-session",
H A Dpcap-septel.c275 if (add_dev(devlistp,"septel",0,"Intel/Septel device",errbuf) == NULL)
H A Dpcap-snf.c450 dev = add_dev(devlistp, ifa->snf_ifa_name, 0, desc,
500 if (add_dev(devlistp, name,
H A Dpcap-int.h520 * "add_dev()" adds an entry to a pcap_if_list_t.
538 pcap_if_t *add_dev(pcap_if_list_t *, const char *, bpf_u_int32, const char *,
H A Dpcap-bt-monitor-linux.c88 if (add_dev(devlistp, INTERFACE_NAME,
H A Dpcap-netfilter-linux.c789 if (add_dev(devlistp, NFLOG_IFACE,
793 if (add_dev(devlistp, NFQUEUE_IFACE,
H A Dpcap-usb-linux.c165 if (add_dev(devlistp, dev_name,
177 if (add_dev(devlistp, dev_name, 0, dev_descr, err_str) == NULL)
H A Dpcap-bt-linux.c138 if (add_dev(devlistp, dev_name, PCAP_IF_WIRELESS, dev_descr, err_str) == NULL)
H A Dpcap-rdmasniff.c447 if (!add_dev(devlistp, dev_list[i]->name, 0, "RDMA sniffer", err_str)) {
H A Dpcap-dag.c1187 if (add_dev(devlistp, name, 0, description, errbuf) == NULL) {
1199 if (add_dev(devlistp, name, 0, description, errbuf) == NULL) {
H A Dpcap-airpcap.c1043 if (add_dev(devlistp, airpcap_device->Name, 0,
H A Dpcap-dos.c604 if ((curdev = add_dev(devlistp, dev->name, 0,
H A Dpcap-dpdk.c1044 if (add_dev(devlistp, dpdk_name, 0, dpdk_desc, ebuf)==NULL){
H A Dpcap-dlpi.c1156 if (add_dev(devlistp, baname, 0, NULL, errbuf) == NULL)
H A Dpcap-tc.c422 add_dev(devlist, dev->name, dev->flags, dev->description, errbuf);
H A Dpcap.c1270 return (add_dev(devlistp, name, flags, description, errbuf));
1312 add_dev(pcap_if_list_t *devlistp, const char *name, bpf_u_int32 flags, function
H A Dpcap-npf.c2021 curdev = add_dev(devlistp, name, flags, description, errbuf);
H A Dpcap-linux.c1768 if (add_dev(devlistp, "any",
/netbsd-current/bin/pax/
H A Dextern.h286 int add_dev(ARCHD *);
H A Dtables.c682 * add_dev()
692 add_dev(ARCHD *arcn) function
H A Dar_subs.c851 if ((udev && (add_dev(arcn) < 0)) ||

Completed in 157 milliseconds