| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/casenorm/ |
| H A D | mixed_none_lookup_ci.ksh | 44 for name2 in $NAMES_C ; do 45 log_must lookup_file_ci $name2 47 for name2 in $NAMES_D; do 48 log_mustnot lookup_file_ci $name2 55 for name2 in $NAMES_D ; do 56 log_must lookup_file_ci $name2 58 for name2 in $NAMES_C; do 59 log_mustnot lookup_file_ci $name2
|
| H A D | insensitive_none_lookup.ksh | 44 for name2 in $NAMES_C ; do 45 log_must lookup_file $name2 47 for name2 in $NAMES_D; do 48 log_mustnot lookup_file $name2 55 for name2 in $NAMES_D ; do 56 log_must lookup_file $name2 58 for name2 in $NAMES_C; do 59 log_mustnot lookup_file $name2
|
| H A D | insensitive_none_delete.ksh | 44 for name2 in $NAMES_C ; do 46 log_must delete_file $name2 49 for name2 in $NAMES_D ; do 51 log_mustnot delete_file $name2 57 for name2 in $NAMES_D ; do 59 log_must delete_file $name2 62 for name2 in $NAMES_C ; do 64 log_mustnot delete_file $name2
|
| H A D | sensitive_formd_delete.ksh | 45 for name2 in $NAMES_ALL ; do 47 if [[ $name2 == $namen || $name2 == $name1 ]] ; then 48 log_must delete_file $name2 51 log_mustnot delete_file $name2
|
| H A D | mixed_formd_delete.ksh | 45 for name2 in $NAMES_ALL; do 47 if [[ $name2 == $namen || $name2 == $name1 ]]; then 48 log_must delete_file $name2 51 log_mustnot delete_file $name2
|
| H A D | mixed_formd_lookup.ksh | 44 for name2 in $NAMES_ALL; do 45 if [[ $(get_case $name2) == $(get_case $name1) ]]; then 46 log_must lookup_file $name2 48 log_mustnot lookup_file $name2
|
| H A D | sensitive_formd_lookup.ksh | 44 for name2 in $NAMES_ALL; do 45 if [[ $(get_case $name2) == $(get_case $name1) ]]; then 46 log_must lookup_file $name2 48 log_mustnot lookup_file $name2
|
| H A D | mixed_none_lookup.ksh | 42 for name2 in $NAMES_ALL; do 44 if [[ $name2 != $name1 ]]; then 45 log_mustnot lookup_file $name2
|
| H A D | sensitive_none_lookup.ksh | 42 for name2 in $NAMES_ALL; do 44 if [[ $name2 != $name1 ]]; then 45 log_mustnot lookup_file $name2
|
| H A D | sensitive_none_delete.ksh | 45 for name2 in $NAMES_ALL ; do 46 if [[ $name2 != $name1 ]] ; then 47 log_mustnot delete_file $name2
|
| H A D | mixed_none_delete.ksh | 45 for name2 in $NAMES_ALL ; do 46 if [[ $name2 != $name1 ]] ; then 47 log_mustnot delete_file $name2
|
| H A D | insensitive_formd_lookup.ksh | 43 for name2 in $NAMES_ALL ; do 44 log_must lookup_file $name2
|
| H A D | insensitive_formd_delete.ksh | 44 for name2 in $NAMES_ALL ; do 46 log_must delete_file $name2
|
| H A D | mixed_formd_lookup_ci.ksh | 43 for name2 in $NAMES_ALL ; do 44 log_must lookup_file_ci $name2
|
| /f-stack/tools/sysctl/ |
| H A D | sysctl.c | 1399 int name1[22], name2[22]; local 1415 l2 = sizeof(name2); 1416 j = sysctl(name1, l1, name2, &l2, 0, 0); 1429 if (memcmp(name2, oid, len * sizeof(int)) != 0) 1432 i = show_var(name2, l2, true); 1436 memcpy(name1 + 2, name2, l2 * sizeof(int));
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | zvol.c | 111 char name2[MAXNAMELEN]; member 1424 zvol_task_alloc(zvol_async_op_t op, const char *name1, const char *name2, in zvol_task_alloc() argument 1441 if (name2 != NULL) in zvol_task_alloc() 1442 strlcpy(task->name2, name2, MAXNAMELEN); in zvol_task_alloc() 1466 zvol_rename_minors_impl(task->name1, task->name2); in zvol_task_cb() 1678 zvol_rename_minors(spa_t *spa, const char *name1, const char *name2, in zvol_rename_minors() argument 1684 task = zvol_task_alloc(ZVOL_ASYNC_RENAME_MINORS, name1, name2, ~0ULL); in zvol_rename_minors()
|
| /f-stack/dpdk/app/test/ |
| H A D | test_ipsec_sad.c | 86 const char *name2 = "sad_two"; in test_find_existing() local 96 two = rte_ipsec_sad_create(name2, &config); in test_find_existing() 108 tmp = rte_ipsec_sad_find_existing(name2); in test_find_existing()
|
| /f-stack/freebsd/kern/ |
| H A D | kern_sysctl.c | 2816 int name1[CTL_MAXNAME + 2], name2[CTL_MAXNAME + 2]; in db_show_sysctl_all() local 2832 l2 = sizeof(name2); in db_show_sysctl_all() 2834 name2, &l2, NULL, 0, &l2, 0); in db_show_sysctl_all() 2848 if (name2[i] != oid[i]) in db_show_sysctl_all() 2852 error = sysctl_find_oid(name2, l2, &oidp, NULL, NULL); in db_show_sysctl_all() 2856 i = db_show_oid(oidp, name2, l2, flags | DB_SYSCTL_SAFE_ONLY); in db_show_sysctl_all() 2861 memcpy(name1+2, name2, l2 * sizeof(int)); in db_show_sysctl_all()
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_base.c | 233 node_p node2, const char *name2); 236 static int ng_mkpeer(node_p node, const char *name, const char *name2, 1479 node_p node2, const char *name2) in ng_con_nodes() argument 1485 if (ng_findhook(node2, name2) != NULL) { in ng_con_nodes() 1505 strlcpy(NG_HOOK_NAME(hook2), name2, NG_HOOKSIZ); in ng_con_nodes() 1541 ng_mkpeer(node_p node, const char *name, const char *name2, char *type) in ng_mkpeer() argument 1556 if ((error = ng_add_hook(node2, name2, &hook2))) { in ng_mkpeer()
|
| /f-stack/lib/ |
| H A D | ff_ng_base.c | 237 node_p node2, const char *name2); 240 static int ng_mkpeer(node_p node, const char *name, const char *name2, 1485 node_p node2, const char *name2) in ng_con_nodes() argument 1491 if (ng_findhook(node2, name2) != NULL) { in ng_con_nodes() 1511 strlcpy(NG_HOOK_NAME(hook2), name2, NG_HOOKSIZ); in ng_con_nodes() 1547 ng_mkpeer(node_p node, const char *name, const char *name2, char *type) in ng_mkpeer() argument 1562 if ((error = ng_add_hook(node2, name2, &hook2))) { in ng_mkpeer()
|
| /f-stack/dpdk/app/test-bbdev/ |
| H A D | test_bbdev.c | 861 const char *name2 = "dev_name2"; in test_bbdev_callback() local 965 dev2 = rte_bbdev_allocate(name2); in test_bbdev_callback()
|
| /f-stack/freebsd/contrib/edk2/ |
| H A D | MdePkg.dec | 1877 ## Indicates if the component name2 protocol will be installed.<BR><BR> 1878 # TRUE - Does not install component name2 protocol.<BR> 1879 # FALSE - Install component name2 protocol.<BR>
|