Searched refs:nports (Results 1 – 4 of 4) sorted by relevance
/external/selinux/libsemanage/src/ |
D | ports_local.c | 80 unsigned int nports = 0; in hidden_def() local 84 if (semanage_port_list_local(handle, &ports, &nports) < 0) in hidden_def() 86 qsort(ports, nports, sizeof(semanage_port_t *), in hidden_def() 91 while (i < nports) { in hidden_def() 104 if (j == nports - 1) in hidden_def() 131 for (i = 0; i < nports; i++) in hidden_def() 140 for (i = 0; i < nports; i++) in hidden_def()
|
/external/kernel-headers/original/uapi/linux/ |
D | usbdevice_fs.h | 127 char nports; /* number of downstream ports in this hub */ member
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
D | xorg_xv.c | 666 int nports = 16, i; in xorg_setup_textured_adapter() local 675 dev_unions = calloc(nports, sizeof(DevUnion)); in xorg_setup_textured_adapter() 709 for (i = 0; i < nports; i++) { in xorg_setup_textured_adapter()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | config.c | 2685 int *ports, *nports; in wpa_config_set_cred_req_conn_capab() local 2715 nports = os_realloc_array(ports, num_ports + 1, sizeof(int)); in wpa_config_set_cred_req_conn_capab() 2716 if (nports == NULL) { in wpa_config_set_cred_req_conn_capab() 2720 ports = nports; in wpa_config_set_cred_req_conn_capab() 2729 nports = os_realloc_array(ports, num_ports + 1, sizeof(int)); in wpa_config_set_cred_req_conn_capab() 2730 if (nports == NULL) { in wpa_config_set_cred_req_conn_capab() 2734 ports = nports; in wpa_config_set_cred_req_conn_capab()
|