Searched refs:alloc_cmd (Results 1 – 9 of 9) sorted by relevance
241 if (($$ = alloc_cmd()) == NULL)251 if (($$ = alloc_cmd()) == NULL)261 if (($$ = alloc_cmd()) == NULL)273 if (($$ = alloc_cmd()) == NULL)282 if (($$ = alloc_cmd()) == NULL)293 if (($$ = alloc_cmd()) == NULL)302 if (($$ = alloc_cmd()) == NULL)312 if (($$ = alloc_cmd()) == NULL)323 if (($$ = alloc_cmd()) == NULL)336 if (($$ = alloc_cmd()) == NULL)[all …]
217 extern cmd_t *alloc_cmd(void);
675 alloc_cmd(void) in alloc_cmd() function6942 if ((cmd = alloc_cmd()) == NULL) { in cleanup()
163 if (($$ = alloc_cmd()) == NULL)185 if (($$ = alloc_cmd()) == NULL)197 if (($$ = alloc_cmd()) == NULL)229 if (($$ = alloc_cmd()) == NULL)242 if (($$ = alloc_cmd()) == NULL)257 if (($$ = alloc_cmd()) == NULL)272 if (($$ = alloc_cmd()) == NULL)295 if (($$ = alloc_cmd()) == NULL)318 if (($$ = alloc_cmd()) == NULL)331 if (($$ = alloc_cmd()) == NULL)[all …]
164 extern cmd_t *alloc_cmd(void);
491 alloc_cmd(void) in alloc_cmd() function1052 if ((help_cmd = alloc_cmd()) == NULL) in help_wrap()1452 if ((walkprop_cmd = alloc_cmd()) == NULL) in create_func()1725 if ((end_cmd = alloc_cmd()) == NULL) { in exit_func()
139 static cmd_t *alloc_cmd(void);293 if (($$ = alloc_cmd()) == NULL)300 if (($$ = alloc_cmd()) == NULL)325 if (($$ = alloc_cmd()) == NULL)353 if (($$ = alloc_cmd()) == NULL)375 if (($$ = alloc_cmd()) == NULL)401 if (($$ = alloc_cmd()) == NULL)414 if (($$ = alloc_cmd()) == NULL)424 if (($$ = alloc_cmd()) == NULL)434 if (($$ = alloc_cmd()) == NULL)[all …]
90 static struct cmd *alloc_cmd(nvlist_t *nvlist);
254 if ((cmd = alloc_cmd(nvlist)) != NULL) { in event_handler()605 alloc_cmd(nvlist_t *nvlist) in alloc_cmd() function