Lines Matching +defs:first +defs:name
51 * 3. Neither the name of the University nor the names of its contributors
114 * name provided.
117 iostat_find(const char *name)
121 KASSERT(name != NULL);
125 if (strcmp(iostatp->io_name, name) == 0) {
138 iostat_alloc(int32_t type, void *parent, const char *name)
145 (void)strlcpy(stats->io_name, name, sizeof(stats->io_name));
186 iostat_rename(struct io_stats *stats, const char *name)
190 (void)strlcpy(stats->io_name, name, sizeof(stats->io_name));
349 int error, first;
356 first = 1;
371 if (first) {
375 first = 0;
419 tocopy = name[0];
436 strncpy(sdrive.name, stats->io_name, sizeof(sdrive.name));