Searched refs:deps (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/common/zfs/ |
H A D | zfeature_common.c | 133 const char *desc, zfeature_flags_t flags, const spa_feature_t *deps) in zfeature_register() argument 145 if (deps == NULL) in zfeature_register() 146 deps = nodeps; in zfeature_register() 153 feature->fi_depends = deps; in zfeature_register()
|
/titanic_44/usr/src/cmd/svc/svcs/ |
H A D | explain.c | 183 static uu_list_pool_t *insts, *svcptrs, *depgroups, *deps; variable 247 deps = uu_list_pool_create("deps", sizeof (struct dependency), in x_init() 251 deps == NULL || g_causes == NULL) in x_init() 326 dg->entities = uu_list_create(deps, dg, UU_LIST_DEBUG); in load_dependencies() 395 uu_list_node_init(d, &d->node, deps); in load_dependencies() 1100 struct dependency *d, **deps; in process_file_dg() local 1104 deps = calloc(uu_list_numnodes(dg->entities), sizeof (*deps)); in process_file_dg() 1105 if (deps == NULL) in process_file_dg() 1138 deps[i++] = d; in process_file_dg() 1165 uu_list_remove(dg->entities, deps[i]); in process_file_dg() [all …]
|
/titanic_44/usr/src/cmd/krb5/krb5-config/ |
H A D | krb5-config.sh | 66 --deps)
|
/titanic_44/usr/src/grub/grub-0.97/ |
H A D | depcomp | 68 sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
|
H A D | config.status.solaris | 536 s,@DEPDIR@,.deps,;t t
|
H A D | aclocal.m4 | 302 AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
|