Home
last modified time | relevance | path

Searched refs:new_name (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/net/
H A Dif.c2470 char new_name[IFNAMSIZ]; in ifhwioctl() local
2654 if (new_name[0] == '\0') in ifhwioctl()
2656 if (new_name[IFNAMSIZ-1] != '\0') { in ifhwioctl()
2657 new_name[IFNAMSIZ-1] = '\0'; in ifhwioctl()
2658 if (strlen(new_name) == IFNAMSIZ-1) in ifhwioctl()
2661 if (strcmp(new_name, ifp->if_xname) == 0) in ifhwioctl()
2663 if (ifunit(new_name) != NULL) in ifhwioctl()
2678 if_printf(ifp, "changing name to '%s'\n", new_name); in ifhwioctl()
2681 strlcpy(ifp->if_xname, new_name, sizeof(ifp->if_xname)); in ifhwioctl()
2684 namelen = strlen(new_name); in ifhwioctl()
[all …]
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_conf_file.h146 char *new_name; member
H A Dngx_conf_file.c1453 d->old_name, d->new_name); in ngx_conf_deprecated()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddsl_bookmark.c519 const char *new_name, const char *source_name, dmu_tx_t *tx) in dsl_bookmark_create_sync_impl_book() argument
528 VERIFY0(dsl_bookmark_hold_ds(dp, new_name, &bmark_fs_new, FTAG, in dsl_bookmark_create_sync_impl_book()