Lines Matching refs:DBG_CBOPS
64 #define DBG_CBOPS 0x00000004ull macro
407 DBG0(DBG_CBOPS, "open\n"); in ippctl_open()
414 DBG0(DBG_CBOPS, "not privileged user\n"); in ippctl_open()
423 DBG0(DBG_CBOPS, "bad minor\n"); in ippctl_open()
428 DBG0(DBG_CBOPS, "bad device type\n"); in ippctl_open()
451 DBG0(DBG_CBOPS, "success\n"); in ippctl_open()
470 DBG0(DBG_CBOPS, "close\n"); in ippctl_close()
484 DBG0(DBG_CBOPS, "success\n"); in ippctl_close()
513 DBG0(DBG_CBOPS, "not privileged user\n"); in ippctl_ioctl()
518 DBG0(DBG_CBOPS, "bad minor\n"); in ippctl_ioctl()
524 DBG0(DBG_CBOPS, "command\n"); in ippctl_ioctl()
544 DBG1(DBG_CBOPS, "nextbuflen = %lu\n", nextbuflen); in ippctl_ioctl()
555 DBG0(DBG_CBOPS, "data\n"); in ippctl_ioctl()
575 DBG1(DBG_CBOPS, "nextbuflen = %lu\n", nextbuflen); in ippctl_ioctl()
580 DBG0(DBG_CBOPS, "unrecognized ioctl\n"); in ippctl_ioctl()
585 DBG1(DBG_CBOPS, "rc = %d\n", rc); in ippctl_ioctl()
607 DBG0(DBG_CBOPS, "copying in ioctl structure\n"); in ippctl_copyin()
620 DBG0(DBG_CBOPS, "converting from 32-bit\n"); in ippctl_copyin()
650 DBG1(DBG_CBOPS, "ubuf = 0x%p\n", (void *)ubuf); in ippctl_copyin()
651 DBG1(DBG_CBOPS, "ubuflen = %lu\n", ubuflen); in ippctl_copyin()
667 DBG0(DBG_CBOPS, "copying in nvlist\n"); in ippctl_copyin()
691 DBG0(DBG_CBOPS, "copying out ioctl structure\n"); in ippctl_copyout()
732 DBG1(DBG_CBOPS, "ubuf = 0x%p\n", (void *)ubuf); in ippctl_copyout()
733 DBG1(DBG_CBOPS, "ubuflen = %d\n", ubuflen); in ippctl_copyout()
751 DBG0(DBG_CBOPS, "copying out nvlist\n"); in ippctl_copyout()
942 DBG0(DBG_CBOPS, "op = IPPCTL_OP_ACTION_CREATE\n"); in ippctl_cmd()
977 DBG0(DBG_CBOPS, "op = IPPCTL_OP_ACTION_MODIFY\n"); in ippctl_cmd()
1003 DBG0(DBG_CBOPS, "op = IPPCTL_OP_ACTION_DESTROY\n"); in ippctl_cmd()
1030 DBG0(DBG_CBOPS, "op = IPPCTL_OP_ACTION_INFO\n"); in ippctl_cmd()
1057 DBG0(DBG_CBOPS, "op = IPPCTL_OP_ACTION_MOD\n"); in ippctl_cmd()
1078 DBG0(DBG_CBOPS, "op = IPPCTL_OP_LIST_MODS\n"); in ippctl_cmd()
1090 DBG0(DBG_CBOPS, "op = IPPCTL_OP_LIST_MODS\n"); in ippctl_cmd()
1551 DBG0(DBG_CBOPS, "called\n"); in ippctl_data()
1570 DBG2(DBG_CBOPS, "accessing nvlist[%d], length %lu\n", i, *dbuflenp); in ippctl_data()
1654 DBG2(DBG_CBOPS, "added nvlist[%d]: length %lu\n", i, buflen); in ippctl_add_nvlist()