Searched refs:n_prop (Results 1 – 2 of 2) sorted by relevance
| /onnv-gate/usr/src/uts/common/io/usb/usba/ |
| H A D | usbai.c | 798 int n_prop = 0; in usb_create_pm_components() local 829 pm_comp[n_prop] = kmem_zalloc(strlen(str) + 1, KM_SLEEP); in usb_create_pm_components() 830 (void) strcpy(pm_comp[n_prop++], str); in usb_create_pm_components() 898 pm_comp[n_prop] = kmem_zalloc(strlen(str) + 1, in usb_create_pm_components() 900 (void) strcpy(pm_comp[n_prop++], str); in usb_create_pm_components() 913 "pm-components", pm_comp, n_prop); in usb_create_pm_components() 923 for (i = 0; i < n_prop; i++) { in usb_create_pm_components()
|
| /onnv-gate/usr/src/uts/i86pc/os/ |
| H A D | fakebop.c | 859 xen_parse_props(char *s, char *prop_map[], int n_prop) in xen_parse_props() argument 876 n_prop--; in xen_parse_props() 877 } while (n_prop > 0); in xen_parse_props() 946 int n_prop = sizeof (prop_map) / sizeof (prop_map[0]); in xen_nfsroot_props() local 950 xen_parse_props(s, prop_map, n_prop); in xen_nfsroot_props() 975 int n_prop = sizeof (prop_map) / sizeof (prop_map[0]); in xen_ip_props() local 978 xen_parse_props(s, prop_map, n_prop); in xen_ip_props()
|