Home
last modified time | relevance | path

Searched refs:num_attrib (Results 1 – 1 of 1) sorted by path

/illumos-gate/usr/src/cmd/hal/hald/
H A Ddevice_info.c333 int num_attrib; in handle_match() local
336 for (num_attrib = 0; attr[num_attrib] != NULL; num_attrib++); in handle_match()
674 int num_attrib; in handle_merge() local
679 for (num_attrib = 0; attr[num_attrib] != NULL; num_attrib++) { in handle_merge()
734 int num_attrib; in handle_append_prepend() local
738 for (num_attrib = 0; attr[num_attrib] != NULL; num_attrib++) { in handle_append_prepend()
778 int num_attrib; in handle_spawn() local
782 for (num_attrib = 0; attr[num_attrib] != NULL; num_attrib++) { in handle_spawn()
810 for (num_attrib = 0; attr[num_attrib] != NULL; num_attrib++) { in handle_remove()
814 if (num_attrib != 2 && num_attrib != 4) in handle_remove()
[all …]