Home
last modified time | relevance | path

Searched refs:devconfig (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/lvm/metassist/common/
H A Dvolume_devconfig.c62 devconfig_t **devconfig, in new_devconfig() argument
67 *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() local
101 if (devconfig == NULL) { in free_devconfig()
106 if (devconfig->attributes != NULL) { in free_devconfig()
[all …]
H A Dvolume_devconfig.h141 typedef struct devconfig { struct
185 extern int new_devconfig(devconfig_t **devconfig, component_type_t type);
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dasppp2pppd71 local(@sysfiles,@limits,@devconfig);
1047 %devconfig = %{uucpkeyfile($Devconfig,"service=ppp","device=")};