Lines Matching defs:tmp
111 uint64_t tmp;
113 if (expand_number($2, &tmp) != 0) {
119 conf->conf_debug = tmp;
125 uint64_t tmp;
127 if (expand_number($2, &tmp) != 0) {
133 conf->conf_timeout = tmp;
139 uint64_t tmp;
141 if (expand_number($2, &tmp) != 0) {
147 conf->conf_maxproc = tmp;
175 uint64_t tmp;
177 if (expand_number($2, &tmp) != 0) {
183 conf->conf_isns_period = tmp;
189 uint64_t tmp;
191 if (expand_number($2, &tmp) != 0) {
197 conf->conf_isns_timeout = tmp;
458 uint64_t tmp;
460 if (expand_number($2, &tmp) != 0) {
466 portal_group->pg_tag = tmp;
473 uint64_t tmp;
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;
517 if (expand_number($2, &tmp) != 0) {
522 if (tmp > 7) {
528 portal_group->pg_pcp = tmp;
861 uint64_t tmp;
865 if (expand_number($1, &tmp) != 0) {
870 if (tmp >= MAX_LUNS) {
876 ret = asprintf(&name, "%s,lun,%ju", target->t_name, tmp);
884 target->t_luns[tmp] = lun;
890 uint64_t tmp;
892 if (expand_number($2, &tmp) != 0) {
899 if (tmp >= MAX_LUNS) {
910 target->t_luns[tmp] = lun;
957 uint64_t tmp;
959 if (expand_number($2, &tmp) != 0) {
971 lun_set_blocksize(lun, tmp);
991 uint64_t tmp;
995 tmp = 0;
997 tmp = 3;
1002 tmp = 5;
1003 else if (expand_number($2, &tmp) != 0 ||
1004 tmp > 15) {
1010 lun_set_device_type(lun, tmp);
1016 uint64_t tmp;
1018 if (expand_number($2, &tmp) != 0) {
1030 lun_set_ctl_lun(lun, tmp);
1076 uint64_t tmp;
1078 if (expand_number($2, &tmp) != 0) {
1090 lun_set_size(lun, tmp);