Searched refs:devalloc_t (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libdevalloc/common/
H A Ddev_alloc.h55 } devalloc_t; typedef in typeref:struct:__anon1510
66 devalloc_t *getdaent(void);
67 devalloc_t *getdatype(char *);
68 devalloc_t *getdanam(char *);
71 void freedaent(devalloc_t *);
H A Dgetdaent.c35 devalloc_t _interpdevalloc;
44 static devalloc_t *da_interpret(char *);
46 int da_matchname(devalloc_t *, char *);
47 int da_matchtype(devalloc_t *, char *);
277 freedaent(devalloc_t *dap)
321 * When first called, returns a pointer to the first devalloc_t
323 * next devalloc_t structure in the file. Thus, successive calls can be
328 devalloc_t *
332 devalloc_t *da;
355 * returns pointer to devalloc_t fo
[all...]
H A Dgetdevicerange.c44 devalloc_t *da;
H A Dlibdevalloc.c51 extern int da_matchname(devalloc_t *, char *);
52 extern int da_match(devalloc_t *, da_args *);
269 * add/remove current zone's name to the given devalloc_t.
272 _update_zonename(da_args *dargs, devalloc_t *dap)
397 _da2str(da_args *dargs, devalloc_t *dap, char *buf, int size, const char *sep,
455 * calls da2str to break given devalloc_t into printable entry.
459 _da2strentry(da_args *dargs, devalloc_t *dap)
691 devalloc_t *devallocp;
958 devalloc_t *devallocp;
1146 * writes the new devalloc_t t
[all...]

Completed in 18 milliseconds