HomeSort by: relevance | last modified time | path
    Searched defs:newib (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.sbin/iteconfig/
iteconfig.c 82 struct itebell ib, newib; local in function:main
92 fd = initialize(_PATH_CONSOLE, &is, &ib, &newis, &newib);
107 fd = initialize(optarg, &is, &ib, &newis, &newib);
118 newib.pitch = xstrtol(optarg);
121 newib.msec = xstrtol(optarg);
125 newib.volume = xstrtol(optarg);
154 if (memcmp(&newib, &ib, sizeof(ib))) {
155 xioctl(fd, ITEIOCSBELL, &newib);
257 initialize(file, is, ib, newis, newib)
260 struct itebell *ib, *newib;
    [all...]

Completed in 37 milliseconds