Lines Matching defs:pass
334 int32_t *devnump, int32_t pass);
340 int32_t *devnump, int32_t pass);
349 int32_t *devnump, int32_t pass);
852 int32_t pass, devnum;
859 pass = 1;
862 while ((devlist = sbd_get_attach_devlist(hp, &devnum, pass)) != NULL) {
869 pass++;
920 pass++;
929 int32_t pass, devnum;
938 pass = 1;
943 sbd_get_release_devlist(hp, &devnum, pass)) != NULL) {
950 pass++;
982 pass++;
998 int32_t pass, devnum;
1009 pass = 1;
1012 while ((devlist = sbd_get_detach_devlist(hp, &devnum, pass)) != NULL) {
1071 pass++;
2907 sbd_get_attach_devlist(sbd_handle_t *hp, int32_t *devnump, int32_t pass)
2916 PR_ALL("%s (pass = %d)...\n", f, pass);
2930 * For example, if there were no cpus, then on pass 1
2932 * However, on pass 2 we would switch back to the memory
2936 if (pass == 1)
3222 sbd_get_release_devlist(sbd_handle_t *hp, int32_t *devnump, int32_t pass)
3231 PR_ALL("%s (pass = %d)...\n", f, pass);
3245 * For example, if there were no cpus, then on pass 1
3247 * However, on pass 2 we would switch back to the memory
3251 if (pass == 1)
3571 sbd_get_detach_devlist(sbd_handle_t *hp, int32_t *devnump, int32_t pass)
3580 PR_ALL("%s (pass = %d)...\n", f, pass);
3594 * For example, if there were no cpus, then on pass 1
3596 * However, on pass 2 we would switch back to the memory
3600 if (pass == 1)