Searched refs:devconfig (Results 1 – 3 of 3) sorted by relevance
62 devconfig_t **devconfig, in new_devconfig() argument67 *devconfig = (devconfig_t *)calloc(1, sizeof (devconfig_t)); in new_devconfig()68 if (*devconfig == NULL) { in new_devconfig()74 if ((error = nvlist_alloc(&((*devconfig)->attributes), in new_devconfig()77 free_devconfig(*devconfig); in new_devconfig()81 if ((error = devconfig_set_type(*devconfig, type)) != 0) { in new_devconfig()82 free_devconfig(*devconfig); in new_devconfig()99 devconfig_t *devconfig = (devconfig_t *)arg; in free_devconfig() local101 if (devconfig == NULL) { in free_devconfig()106 if (devconfig->attributes != NULL) { in free_devconfig()[all …]
141 typedef struct devconfig { struct185 extern int new_devconfig(devconfig_t **devconfig, component_type_t type);
71 local(@sysfiles,@limits,@devconfig);1047 %devconfig = %{uucpkeyfile($Devconfig,"service=ppp","device=")};