Searched defs:ap_new (Results 1 - 1 of 1) sorted by relevance
| /illumos-gate/usr/src/uts/common/io/ | ||
| H A D | sad_conf.c | 209 struct autopush *ap_new; local 211 ap_new = kmem_zalloc(sizeof (struct autopush), KM_SLEEP); 212 ap_new->ap_cnt = 1; 213 return (ap_new); |
Completed in 67 milliseconds