Home
last modified time | relevance | path

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

/freebsd-10-stable/lib/libc/resolv/
Dres_state.c46 static thread_key_t res_key; variable
63 res_thr_keycreated = thr_keycreate(&res_key, free_res) == 0; in res_keycreate()
109 statp = thr_getspecific(res_key); in __res_state()
118 if (thr_setspecific(res_key, statp) == 0) in __res_state()
/freebsd-10-stable/sbin/camcontrol/
Dpersist.c400 (uintmax_t)scsi_8btou64(desc->res_key.key)); in persist_print_full()
797 scsi_u64to8b(key, parms->res_key.key); in scsipersist()
813 scsi_u64to8b(key, reg_move->res_key.key); in scsipersist()
/freebsd-10-stable/sys/cam/scsi/
Dscsi_all.h359 struct scsi_per_res_key res_key; member
414 struct scsi_per_res_key res_key; member
437 struct scsi_per_res_key res_key; member
1819 uint8_t res_key[8]; member
/freebsd-10-stable/sys/cam/ctl/
Dctl_util.c640 scsi_u64to8b(key, params->res_key.key); in ctl_scsi_persistent_res_out()
Dctl.c445 uint64_t res_key, uint64_t sa_res_key,
7716 scsi_u64to8b(key, res_desc->res_key.key); in ctl_persistent_reserve_in()
7756 ctl_pro_preempt(struct ctl_softc *softc, struct ctl_lun *lun, uint64_t res_key, in ctl_pro_preempt() argument
7840 if (res_key == sa_res_key) { in ctl_pro_preempt()
8090 uint64_t res_key, sa_res_key, key; in ctl_persistent_reserve_out() local
8150 res_key = scsi_8btou64(param->res_key.key); in ctl_persistent_reserve_out()
8160 if (res_key != key) { in ctl_persistent_reserve_out()
8181 } else if (res_key != 0) { in ctl_persistent_reserve_out()
8238 if ((res_key == 0 in ctl_persistent_reserve_out()
8446 nretval = ctl_pro_preempt(softc, lun, res_key, sa_res_key, type, in ctl_persistent_reserve_out()
Dctl_tpc.c1085 scsi_8btou64(seg->res_key), scsi_8btou64(seg->sa_res_key), in tpc_process_register_key()