| | 258 | | | | static struct pvmmclass * |
| | 259 | | | | mc_new(name) |
| | 260 | | | | char *name; |
| | 261 | | | | { |
| | 262 | | | | struct pvmmclass *np; |
| | 263 | | | | |
| true | 264 | | | | if (np = TALLOC(1, struct pvmmclass, "pvmmclass")) {
|
| ((char*)&$unknown_652049)[24] <= 4095 | 265 | | | | if (name) { | Problem | | ((char*)&$unknown_652049)[24] <= 4095 |
|
| ((char*)&$unknown_652050)[24] <= 4095 | 266 | | | | np->mc_name = STRALLOC(name); | Problem | | ((char*)&$unknown_652050)[24] <= 4095 |
|
| ((char*)&$unknown_652064)[24] <= 4095 | 267 | | | | np->mc_ent = me_new(-1); | Problem | | ((char*)&$unknown_652064)[24] <= 4095 |
|
| ((char*)&$unknown_652068)[24] <= 4095 | 268 | | | | LISTPUTBEFORE(pvmmboxclasses, np, mc_link, mc_rlink); | Problem | | ((char*)&$unknown_652068)[24] <= 4095 |
|
| | 269 | | | | |
| | 270 | | | | } else { |
| | 271 | | | | np->mc_link = np->mc_rlink = np; |
| | 272 | | | | np->mc_name = 0; |
| | 273 | | | | np->mc_ent = 0; |
| | 274 | | | | } |
| | 275 | | | | } |
| ((char*)&$unknown_652072)[24] <= 4095 | 276 | | | | return np; | Problem | | ((char*)&$unknown_652072)[24] <= 4095 |
|
| mc_new$return->mc_ent <= 4095 | 277 | | | | } | Problem | | mc_new$return->mc_ent <= 4095 |
|