Lines Matching refs:tmp

111 		uint64_t tmp;  variable
113 if (expand_number($2, &tmp) != 0) {
119 conf->conf_debug = tmp;
125 uint64_t tmp; variable
127 if (expand_number($2, &tmp) != 0) {
133 conf->conf_timeout = tmp;
139 uint64_t tmp; variable
141 if (expand_number($2, &tmp) != 0) {
147 conf->conf_maxproc = tmp;
175 uint64_t tmp; variable
177 if (expand_number($2, &tmp) != 0) {
183 conf->conf_isns_period = tmp;
189 uint64_t tmp; variable
191 if (expand_number($2, &tmp) != 0) {
197 conf->conf_isns_timeout = tmp;
458 uint64_t tmp; variable
460 if (expand_number($2, &tmp) != 0) {
466 portal_group->pg_tag = tmp;
473 uint64_t tmp; variable
476 tmp = strtol($2 + 2, NULL, 16);
477 } else if (expand_number($2, &tmp) != 0) {
482 if (tmp >= 0x40) {
487 portal_group->pg_dscp = tmp;
515 uint64_t tmp; variable
517 if (expand_number($2, &tmp) != 0) {
522 if (tmp > 7) {
528 portal_group->pg_pcp = tmp;
896 uint64_t tmp; variable
900 if (expand_number($1, &tmp) != 0) {
905 if (tmp >= MAX_LUNS) {
911 ret = asprintf(&name, "%s,lun,%ju", target->t_name, tmp);
919 target->t_luns[tmp] = lun;
925 uint64_t tmp; variable
927 if (expand_number($2, &tmp) != 0) {
934 if (tmp >= MAX_LUNS) {
945 target->t_luns[tmp] = lun;
992 uint64_t tmp; variable
994 if (expand_number($2, &tmp) != 0) {
1006 lun_set_blocksize(lun, tmp);
1026 uint64_t tmp; variable
1030 tmp = 0;
1032 tmp = 3;
1037 tmp = 5;
1038 else if (expand_number($2, &tmp) != 0 ||
1039 tmp > 15) {
1045 lun_set_device_type(lun, tmp);
1051 uint64_t tmp; variable
1053 if (expand_number($2, &tmp) != 0) {
1065 lun_set_ctl_lun(lun, tmp);
1111 uint64_t tmp; variable
1113 if (expand_number($2, &tmp) != 0) {
1125 lun_set_size(lun, tmp);