Home
last modified time | relevance | path

Searched refs:n_prop (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusbai.c801 int n_prop = 0; in usb_create_pm_components() local
832 pm_comp[n_prop] = kmem_zalloc(strlen(str) + 1, KM_SLEEP); in usb_create_pm_components()
833 (void) strcpy(pm_comp[n_prop++], str); in usb_create_pm_components()
901 pm_comp[n_prop] = kmem_zalloc(strlen(str) + 1, in usb_create_pm_components()
903 (void) strcpy(pm_comp[n_prop++], str); in usb_create_pm_components()
916 "pm-components", pm_comp, n_prop); in usb_create_pm_components()
926 for (i = 0; i < n_prop; i++) { in usb_create_pm_components()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dfakebop.c1009 xen_parse_props(char *s, char *prop_map[], int n_prop) in xen_parse_props() argument
1026 n_prop--; in xen_parse_props()
1027 } while (n_prop > 0); in xen_parse_props()
1097 int n_prop = sizeof (prop_map) / sizeof (prop_map[0]); in xen_nfsroot_props() local
1101 xen_parse_props(s, prop_map, n_prop); in xen_nfsroot_props()
1126 int n_prop = sizeof (prop_map) / sizeof (prop_map[0]); in xen_ip_props() local
1129 xen_parse_props(s, prop_map, n_prop); in xen_ip_props()