Searched defs:n_prop (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusbai.c798 int n_prop = 0; local
829 pm_comp[n_prop] = kmem_zalloc(strlen(str) + 1, KM_SLEEP);
830 (void) strcpy(pm_comp[n_prop++], str);
898 pm_comp[n_prop] = kmem_zalloc(strlen(str) + 1,
900 (void) strcpy(pm_comp[n_prop++], str);
913 "pm-components", pm_comp, n_prop);
923 for (i = 0; i < n_prop; i++) {
/illumos-gate/usr/src/uts/i86pc/os/
H A Dfakebop.c872 xen_parse_props(char *s, char *prop_map[], int n_prop) argument
889 n_prop--;
890 } while (n_prop > 0);
959 int n_prop = sizeof (prop_map) / sizeof (prop_map[0]); local
963 xen_parse_props(s, prop_map, n_prop);
988 int n_prop = sizeof (prop_map) / sizeof (prop_map[0]); local
991 xen_parse_props(s, prop_map, n_prop);

Completed in 50 milliseconds