Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/usb/usba/
H A Dusbai.c798 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()
/titanic_41/usr/src/uts/i86pc/os/
H A Dfakebop.c912 xen_parse_props(char *s, char *prop_map[], int n_prop) in xen_parse_props() argument
929 n_prop--; in xen_parse_props()
930 } while (n_prop > 0); in xen_parse_props()
999 int n_prop = sizeof (prop_map) / sizeof (prop_map[0]); in xen_nfsroot_props() local
1003 xen_parse_props(s, prop_map, n_prop); in xen_nfsroot_props()
1028 int n_prop = sizeof (prop_map) / sizeof (prop_map[0]); in xen_ip_props() local
1031 xen_parse_props(s, prop_map, n_prop); in xen_ip_props()