Home
last modified time | relevance | path

Searched refs:use_type (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/telnet/libtelnet/
H A Dencrypt.c477 int type, use_type = 0; in encrypt_support() local
494 if (use_type == 0) in encrypt_support()
495 use_type = type; in encrypt_support()
498 if (use_type) { in encrypt_support()
499 ep = findencryption(use_type); in encrypt_support()
508 encrypt_mode = use_type; in encrypt_support()
510 encrypt_start_output(use_type); in encrypt_support()
/freebsd/crypto/heimdal/appl/telnet/libtelnet/
H A Dencrypt.c512 int type, use_type = 0; in encrypt_support() local
529 if (use_type == 0) in encrypt_support()
530 use_type = type; in encrypt_support()
533 if (use_type) { in encrypt_support()
534 ep = findencryption(use_type); in encrypt_support()
543 encrypt_mode = use_type; in encrypt_support()
545 encrypt_start_output(use_type); in encrypt_support()
/freebsd/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_arm.h183 enum USE_TYPE_E use_type);
H A Dvchiq_arm.c2372 enum USE_TYPE_E use_type) in vchiq_use_internal() argument
2385 if (use_type == USE_TYPE_VCHIQ) { in vchiq_use_internal()
2454 if ((use_type != USE_TYPE_SERVICE_NO_RESUME) && need_resume(state)) { in vchiq_use_internal()
/freebsd/sys/dev/drm2/ttm/
H A Dttm_bo.c65 printf(" use_type: %d\n", man->use_type); in ttm_mem_type_debug()
1040 if (man->has_type && man->use_type) { in ttm_bo_mem_space()
1405 man->use_type = false; in ttm_bo_clean_mm()
1461 man->use_type = true; in ttm_bo_init_mm()
1542 man->use_type = false; in ttm_bo_device_release()
H A Dttm_bo_driver.h272 bool use_type; member